Skip to content

Rebrand to new logo/colors and fix dropdown, breadcrumb, and dark mode issues - #554

Merged
lahirujayathilake merged 1 commit into
apache:pearc26from
NipunaDB:pearc26
Jul 24, 2026
Merged

Rebrand to new logo/colors and fix dropdown, breadcrumb, and dark mode issues#554
lahirujayathilake merged 1 commit into
apache:pearc26from
NipunaDB:pearc26

Conversation

@NipunaDB

Copy link
Copy Markdown
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.
@lahirujayathilake
lahirujayathilake merged commit 258b877 into apache:pearc26 Jul 24, 2026
1 check passed
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.

2 participants