diff --git a/appview/models/notifications.go b/appview/models/notifications.go --- a/appview/models/notifications.go +++ b/appview/models/notifications.go @@ -93,9 +93,9 @@ return "user-plus" case NotificationTypeUserMentioned: return "at-sign" case NotificationTypeIssueAssigned, NotificationTypePullAssigned: - return "user-round-check" + return "user-round-arrow-forward" case NotificationTypeIssueUnassigned, NotificationTypePullUnassigned: - return "user-round-x" + return "user-round-minus" default: return "" } diff --git a/appview/pages/templates/layouts/fragments/footer.html b/appview/pages/templates/layouts/fragments/footer.html --- a/appview/pages/templates/layouts/fragments/footer.html +++ b/appview/pages/templates/layouts/fragments/footer.html @@ -35,7 +35,7 @@
Social
{{ i "message-circle" $iconStyle }} Discord {{ i "hash" $iconStyle }} IRC - {{ template "user/fragments/bluesky" $iconStyle }} Bluesky + {{ i "bluesky" $iconStyle }} Bluesky {{ template "user/fragments/x" $iconStyle }} Twitter (X)
@@ -83,7 +83,7 @@
Social
{{ i "message-circle" $iconStyle }} Discord {{ i "hash" $iconStyle }} IRC - {{ template "user/fragments/bluesky" $iconStyle }} Bluesky + {{ i "bluesky" $iconStyle }} Bluesky {{ template "user/fragments/x" $iconStyle }} Twitter (X)
diff --git a/appview/pages/templates/user/fragments/bluesky.html b/icons/bluesky.svg rename from appview/pages/templates/user/fragments/bluesky.html rename to icons/bluesky.svg --- a/appview/pages/templates/user/fragments/bluesky.html +++ b/icons/bluesky.svg @@ -1,6 +1,4 @@ -{{ define "user/fragments/bluesky" }} - + Bluesky -{{ end }} diff --git a/appview/pages/templates/user/fragments/profileCard.html b/appview/pages/templates/user/fragments/profileCard.html --- a/appview/pages/templates/user/fragments/profileCard.html +++ b/appview/pages/templates/user/fragments/profileCard.html @@ -60,7 +60,7 @@ {{ end }} {{ if .IncludeBluesky }}
- {{ template "user/fragments/bluesky" "w-4 h-4 text-black dark:text-white" }} + {{ i "bluesky" "w-4 h-4 text-black dark:text-white" }} {{ primaryHandle $.UserDid }}
{{ end }} diff --git a/icons/user-round-arrow-forward.svg b/icons/user-round-arrow-forward.svg new file mode 100644 --- /dev/null +++ b/icons/user-round-arrow-forward.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/nix/pkgs/appview-static-files.nix b/nix/pkgs/appview-static-files.nix --- a/nix/pkgs/appview-static-files.nix +++ b/nix/pkgs/appview-static-files.nix @@ -23,6 +23,7 @@ cp -f ${htmx-src} htmx.min.js cp -f ${htmx-ws-src} htmx-ext-ws.min.js cp -f ${mermaid-src} mermaid.min.js cp -rf ${lucide-src}/*.svg icons/ + cp -rf ${src}/icons/*.svg icons/ cp -f ${inter-fonts-src}/web/InterVariable*.woff2 fonts/ cp -f ${inter-fonts-src}/web/InterDisplay*.woff2 fonts/ cp -f ${inter-fonts-src}/InterVariable*.ttf fonts/