Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
This was referenced Mar 25, 2026
Merged
Merged
Merged
Merged
Merged
Merged
Collaborator
Author
8 tasks
7d089d6 to
87e9bd5
Compare
4 tasks
4e1b9ee to
aeb6fa8
Compare
e5dbbd0 to
b427379
Compare
ad26745 to
b2e8ad6
Compare
b427379 to
d1c9f97
Compare
81a314c to
d8285d7
Compare
d1c9f97 to
cff4b8c
Compare
d8285d7 to
df32b4a
Compare
camielvs
reviewed
Apr 9, 2026
Comment on lines
+115
to
+117
| { label: "About", href: ABOUT_URL }, | ||
| { label: "Give feedback", href: GIVE_FEEDBACK_URL }, | ||
| { label: "Privacy policy", href: PRIVACY_POLICY_URL }, |
Collaborator
There was a problem hiding this comment.
this should be a constant outside of the render function
camielvs
reviewed
Apr 9, 2026
Comment on lines
119
to
127
| <a | ||
| href={DOCUMENTATION_URL} | ||
| key={label} | ||
| href={href} | ||
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| className={navItemClass(false)} | ||
| className="px-3 py-1 text-xs text-muted-foreground hover:text-foreground rounded-md hover:bg-accent" | ||
| > | ||
| <Icon name="BookOpen" size="sm" /> | ||
| <Text size="sm">Docs</Text> | ||
| {label} | ||
| </a> |
Collaborator
There was a problem hiding this comment.
imo these should be buttons rather than styled hyperlinks
camielvs
reviewed
Apr 9, 2026
| {/* Bottom utilities */} | ||
| <BlockStack gap="1" className="border-t border-border pt-3"> | ||
| {/* Footer links */} | ||
| <div className="flex flex-col gap-0.5 pt-2 mt-1 border-t border-border"> |
28ca9f9 to
c889894
Compare
6f05d41 to
b321fbe
Compare
c889894 to
019c1fb
Compare
b321fbe to
8620c23
Compare
0916fe7 to
bea18e9
Compare
morgan-wowk
approved these changes
Apr 9, 2026
bea18e9 to
d514ad3
Compare
a7884a6 to
dfc41bc
Compare
36f9bf0 to
666981c
Compare
0c57d9c to
f6e5b02
Compare
98e74b0 to
ec30e52
Compare
7759b79 to
df7dead
Compare
ec30e52 to
92002ac
Compare
Collaborator
Author
92002ac to
39fd83a
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.

Description
This pull request improves the dashboard layout and user experience with several key changes:
Paragraphcomponent with a nativespanelement, added proper text color styling, and set a fixed row heightRelated Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments
The layout changes create a more professional dashboard experience with better space utilization and improved navigation. The sidebar now includes helpful footer links and version information while maintaining clean separation between navigation and content areas.