Skip to content

#4086 Adding division page#4151

Open
EdgarButtner wants to merge 2 commits intodevelopfrom
#4086-Division-Page
Open

#4086 Adding division page#4151
EdgarButtner wants to merge 2 commits intodevelopfrom
#4086-Division-Page

Conversation

@EdgarButtner
Copy link
Copy Markdown
Contributor

@EdgarButtner EdgarButtner commented Apr 12, 2026

Changes

Added the Division Page for Guests. The Division tab in the sidebar still displays all teams when hovered over but now you can also click on it to go to the Division page. To do this I needed to very slightly change NavLinkPage because before if a tab was an expandable menu it was not clickable. I also implemented a link for users to go back to the divisions page from the Team page.

Notes

I accidentally created a PR from my last branch which I have closed so it shouldn't be an issue just thought I'd mention in it just in case.

Test Cases

Frontend changes only.

Screenshots

image image Screenshot 2026-04-12 at 6 07 00 PM

To Do

All done!

Checklist

It can be helpful to check the Checks and Files changed tabs.
Please review the contributor guide and reach out to your Tech Lead if anything is unclear.
Please request reviewers and ping on slack only after you've gone through this whole checklist.

  • All commits are tagged with the ticket number
  • No linting errors / newline at end of file warnings
  • All code follows repository-configured prettier formatting
  • No merge conflicts
  • All checks passing
  • Screenshots of UI changes (see Screenshots section)
  • Remove any non-applicable sections of this template
  • Assign the PR to yourself
  • No yarn.lock changes (unless dependencies have changed)
  • Request reviewers & ping on Slack
  • PR is linked to the ticket (fill in the closes line below)

Closes # (issue #)
#4086

@staysgt staysgt self-requested a review April 13, 2026 15:55
staysgt
staysgt previously approved these changes Apr 13, 2026
Copy link
Copy Markdown
Contributor

@staysgt staysgt left a comment

Choose a reason for hiding this comment

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

Looks great! Good job

@staysgt staysgt requested review from chpy04 and wavehassman April 13, 2026 16:03
Copy link
Copy Markdown
Contributor

@wavehassman wavehassman left a comment

Choose a reason for hiding this comment

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

Very small change, great job!

error: teamTypesError
} = useAllTeamTypes();

if (teamTypesIsLoading || !allTeamTypes) return <LoadingIndicator />;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

put this after the error

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Ok should be done!

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.

3 participants