a2n-seattle / a2n-seattle/rms-app

White base theme + make Dashboard the default landing page

Open
#352 2 comments 0 reactions 0 assignees View on GitHub
idea priority-low
Dominant language
TypeScript
Stars
1
Forks
1
Avg merge
27m
Merged PRs (30d)
4

Description

# Why?

**As a** user of the redesigned web frontend
**I want** a white base color scheme, and to land on the Dashboard by default
**So that** the app matches the lighter look the user actually wants, and so the most useful page (status/alerts/actions) is what greets me on login instead of a secondary page.

# What?

Two small, independent tweaks to the design system/routing introduced in the Phase 1 (#333) restyle and the Phase 3 (#335) dashboard:
- Change the scoped `.app-shell` theme's base/background color to white (currently whatever Phase 1 shipped — check `web/components/ui`/`(protected)/layout.tsx`'s CSS custom properties).
- Make `/dashboard` the default landing route after login instead of `/browse` — likely a redirect change wherever post-login routing currently points (`(protected)/layout.tsx`, or the root `(protected)` index route/middleware), plus updating any Playwright specs that assert on the post-login redirect target (e.g. `golden-path.spec.ts` currently expects `toHaveURL(/\/browse/)`).

# Hard constraints

`/login` and `/test-login` must remain untouched — theme scoping must stay confined to `.app-shell`, not global.

# Testing

Update Playwright specs that assert on post-login URL/landing page.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.