Skip to content
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

Add items to main navigation: Give us feedback, latest changes, docs #596

Merged
merged 5 commits into from
Sep 26, 2022

Conversation

nebs-dev
Copy link
Contributor

Resolves #430

  • Added new items to main navigation
  • Added option for navigation external links

@nebs-dev nebs-dev self-assigned this Sep 22, 2022
@@ -7,18 +7,23 @@ interface NavProps {
description: string;
to: string;
replace?: boolean;
external?: boolean;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option is unnecessary. If to starts with https it is an external link.

@@ -68,6 +71,27 @@ export const Nav = (): JSX.Element => {
</AdminOnly>
<NavItem icon={faBook} description="Logs" to="/eventlogs" />
<NavItem icon={faQuestionCircle} description="FAQ" to="/faq" />
<NavItem
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Place items at bottom of navbar and make them pink. I added a better wireframe pic to the issue. Also, adjust the light/dark switch.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kristoferlund kristoferlund merged commit ce87188 into main Sep 26, 2022
@kristoferlund kristoferlund deleted the add_items_to_main_navigation branch September 26, 2022 08:55
@kristoferlund kristoferlund mentioned this pull request Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add items to main navigation: Give us feedback, latest changes, docs
2 participants