Conversation
- Move third-party JS into static/vendor/ and add lucide for icons; refine .gitignore so embedded vendor dirs aren't caught by the Go vendor rule. - Replace folder/file emojis in the source browser with lucide icons. - Wrap the header logo and title in a single anchor so the icon is clickable. - Drop the redundant "Powered by git-pkgs" footer block; add a GitHub repo link to the About column and bump the ecosystem count from 16+ to 17+. - Sticky footer pattern: body is min-h-full flex column with main growing to fill, so the footer sits at the bottom of short pages. - Hamburger menu under md: search and nav links collapse into a drawer toggled by a menu button; theme toggle stays visible at both sizes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bundle of small UI tweaks made while clicking around the dashboard.
internal/server/static/vendor/and vendor lucide for icons. Refines.gitignoreso the Govendor/rule only matches the repo root and doesn't swallow embedded UI vendor dirs.folder(amber) andfile(gray) icons; the parent..row usescorner-left-up.lucide.createIcons()is re-run after the file tree fetch so dynamically inserted icons get upgraded.<a href=\"/ui/\">so clicking the cube icon also returns to the dashboard.16+to17+to matchsupportedEcosystems().min-h-full flex flex-colwith main asflex-1, so the footer drops to the bottom of the viewport on short pages and sits below the content on longer ones.mdbreakpoint: search bar and nav links collapse into a drawer toggled by a menu button, withmenu/xlucide icons swapping via wrapping spans so the lucide replacement doesn't fight the class toggle. Theme toggle stays visible at both sizes. Search form and nav links are extracted into shared partials so the desktop bar and the drawer render the same markup.