-
Notifications
You must be signed in to change notification settings - Fork 874
feat: add navbar
property to CODER_SUPPORT_LINKS
#16804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
good first issue
Easily solved issues suitable for starters and community contributors
Comments
kylecarbs
pushed a commit
that referenced
this issue
Mar 13, 2025
- Add API methods for getting notifications and marking them as read - Add TypeScript types for the notification inbox API - Update notification components to use the official API types - Integrate NotificationsInbox component into the navbar Closes #16804 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
@coder test |
❌ Failed to start the workspace. Please check the action logs for details. |
@coder another test |
❌ Multiple Coder users found for GitHub user hugodutka: hugo, hugodutka. Please connect other users to other GitHub accounts and try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if we allowed setting
navbar
toCODER_SUPPORT_LINKS
, this way enterprise customers would be able to make the most important links available right on the home page.This would allow for people to directly notice it, rather than having to go to the dropdown, which admittedly isn't the nicest/most intuitive place to look for information.
I'm thinking it could look a bit like this, probably with some kind of separator though.
The second part of this would be to set the default value for
CODER_SUPPORT_LINKS
on deployments to something like this (likely replace discord.gg/coder with a specific invite so we can track more accurately):We want to make Discord feel more like a first-class citizen and I feel like this is a good way to let more people know that Discord exists.
CODER_SUPPORT_LINKS
would still only be configureable by Enterprise users, because they might want to show an internal tool instead, but this default would not be modifiable on OSS deployments.cc: @hugodutka @bpmct
The text was updated successfully, but these errors were encountered: