Rebrand to new logo/colors and fix dropdown, breadcrumb, and dark mode issues - #554
Merged
Merged
Conversation
NipunaDB
commented
Jul 23, 2026
Contributor
- Rebranded the app's primary color from blue to orange
- Reworked all dropdown/filter menus (Users & Permissions, Allocations, Projects, Change requests) to use a consistent themed component — fixed them opening in the wrong position, mismatched widths, and overlapping text
- Breadcrumbs now show resource names (e.g. "BL-001") instead of raw IDs
- Signed-in users now land on the Allocations page instead of an empty placeholder page
- Fixed status badges (ACTIVE, etc.) looking wrong in dark mode
- General UX polish on the Allocations/Projects pages: cleaner list/detail views, hidden redundant IDs, improved overview layout, added Initial SUs to the allocation header
- Replace native <select> filters (Users & Permissions roles/identities, Allocations/Projects status, change-request type) with the shared Select component: dropdowns now open below their trigger, trigger and menu widths match, the selected item shows the correct highlight, and triggers show friendly labels instead of raw values. - Fix a Select popup width bug that let long option text overlap the checkmark; the popup now always sizes to fit its widest item. - Breadcrumbs on allocation/project detail pages show the resource's name (e.g. "BL-001") instead of its raw ID. - Root portal page now redirects straight to /allocations instead of showing an empty placeholder. - Fix StatusBadge to use theme-aware tone tokens instead of hardcoded light-theme colors, so badges render correctly in dark mode. - Remove duplicate breadcrumbs (the per-route layout wrapper was redundant with the topbar's breadcrumb). - Surface Initial SUs in the allocation header meta row. - General UX polish: allocation/project overview layout, hidden redundant IDs in list views, brand color usage consistency, and sidebar/landing page logo sizing.
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.