tmemes/{static,ui}: add nav link to the source repository#11
Merged
Conversation
creachadair
approved these changes
Nov 21, 2025
There was a problem hiding this comment.
Pull request overview
This PR adds a right-aligned "Source" link to the navigation bar that points to the project's GitHub repository (https://github.com/tailscale/tmemes). This provides users with easy access to view the source code.
Key Changes:
- Added a new navigation link with the
align-rightclass to create right-aligned positioning - Implemented CSS styling using flexbox's
margin-left: autoto push the link to the right side of the navbar
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| cmd/tmemes/ui/nav.tmpl | Adds the "Source" link with align-right class to the navigation template |
| cmd/tmemes/static/style.css | Adds CSS rule to right-align navigation links with the align-right class using flexbox |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add a right-aligned link to the navigation bar to the source repository of this project: https://github.com/tailscale/tmemes Signed-off-by: Simon Law <sfllaw@tailscale.com>
sfllaw
force-pushed
the
sfllaw/nav-source
branch
from
November 21, 2025 23:25
af6cec1 to
69c735d
Compare
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.
Add a right-aligned link to the navigation bar to the source repository of this project: https://github.com/tailscale/tmemes