Compare commits

...

2 Commits

Author SHA1 Message Date
Amatsugu 1266518532 revert grpc updates
Build and Push Image / build-and-push (push) Successful in 6m58s
2026-05-07 14:14:38 -04:00
Amatsugu 719df155fb fix compile error
Build and Push Image / build-and-push (push) Successful in 4m41s
2026-05-02 14:12:02 -04:00
3 changed files with 171 additions and 169 deletions
+3
View File
@@ -47,6 +47,9 @@ pub fn MediaItem(props: MediaItemProps) -> Element
ContextMenu{ ContextMenu{
ContextMenuTrigger{ ContextMenuTrigger{
a { a {
onmousemove: move |e: MouseEvent|{
},
class: "mediaItem {class_string}", class: "mediaItem {class_string}",
href: "{HOST}{url}", href: "{HOST}{url}",
target: "_blank", target: "_blank",
-1
View File
@@ -20,7 +20,6 @@ using SixLabors.ImageSharp.Processing;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Drawing;
using System.Linq; using System.Linq;
using System.Net.Http.Headers; using System.Net.Http.Headers;
using System.Text; using System.Text;