Skip to content

Update docs, README, and project config - #32

Merged
tayloraj10 merged 19 commits into
mainfrom
pr/docs-config
Jul 22, 2026
Merged

Update docs, README, and project config#32
tayloraj10 merged 19 commits into
mainfrom
pr/docs-config

Conversation

@tayloraj10

Copy link
Copy Markdown
Contributor

Summary

  • Adds implementation-progress.md and resource-review-flow-scoping.md docs (plus a referenced screenshot)
  • Refreshes the README to reflect current project structure/features
  • Minor Biome, CI workflow, and .gitignore tweaks

Independent of the other 5 PRs in this stack — no code dependencies.

Test plan

  • Docs render correctly on GitHub
  • npm run ci / lint config still valid

Adds implementation-progress and resource-review-flow-scoping docs,
refreshes the README, and tweaks Biome/CI/.gitignore config.
Introduces a centralized MUI theme, dark/light mode provider, and
shared components (ThemeToggle, WaveDivider, chip color helpers)
used across the authenticated and unauthenticated layouts.
Adds the resource-revisions API client, ResourceRevision type, and
the /reviews list page for browsing pending review submissions.
Applies the shared theming and layout components to the authenticated
shell and rebuilds the dashboard page, including the pending-reviews
summary card.
Adds the /reviews/:id page for approving, rejecting, and editing an
individual resource revision submission.
Updated the theme mode handling in the application by removing the inline script for theme initialization and implementing a cookie-based approach. The ThemeModeProvider now accepts an initial mode, and the theme mode is stored in a cookie for better SSR support. Additionally, updated .gitignore to exclude Docker build artifacts.
…d to MUI

Replaces className-based Tailwind styling with MUI Box/sx in the components
that live on this branch. Tailwind itself stays installed for now since
downstream layout files (auth-pages, dashboard-layout) still use it.
All components now use MUI's sx prop / theme system; no Tailwind
utility classes remain anywhere in the app, so the plugin, deps, and
directives are no longer needed. Custom properties in app.css are
trimmed to only the tokens still referenced by plain CSS (keyframes,
scrollbar colors); component-level design tokens live in theme.ts.
Converts root.tsx, both authenticated/unauthenticated layouts, and
the theme components from Tailwind classes to MUI, then removes the
Tailwind vite plugin, dependency, and CSS directives now that nothing
in this branch renders with them.
Converts root.tsx's ErrorBoundary, ThemeToggle, and the unauthenticated
layout from Tailwind classes to MUI, then removes the Tailwind vite
plugin, dependency, and CSS directives now that nothing in this branch
renders with them.
Converts the authenticated layout, WaveDivider, ThemeToggle, root.tsx's
ErrorBoundary, and the unauthenticated layout from Tailwind classes to
MUI, then removes the Tailwind vite plugin, dependency, and CSS
directives now that nothing in this branch renders with them.
# Conflicts:
#	app/routes/authenticated/_layout.tsx
#	app/routes/unauthenticated/_layout.tsx
…iew-detail

# Conflicts:
#	app/routes/unauthenticated/_layout.tsx
* Redesign auth pages and add password reset flow

Reworks the login page and adds forgot-password, reset-password, and
confirm routes, plus their validation schemas.

* Convert unauthenticated layout from Tailwind to MUI

Ports WaveDivider to sx-based styling (className -> sx) and rewrites the
auth layout's Tailwind classes as MUI Box/sx, matching the conversion
started on pr/theming-infra.

* Remove Tailwind CSS infrastructure

All components now use MUI's sx prop / theme system; no Tailwind
utility classes remain anywhere in the app, so the plugin, deps, and
directives are no longer needed. Custom properties in app.css are
trimmed to only the tokens still referenced by plain CSS (keyframes,
scrollbar colors); component-level design tokens live in theme.ts.

* Fix WaveDivider colors referencing removed CSS custom properties

The trimmed app.css no longer defines --color-brand-400/500/700, so
these now use the existing brand[] JS constants like the rest of the
file already does.
Add resource reviews list page
Add resource review detail page
…config-consolidate

# Conflicts:
#	.gitignore
@tayloraj10
tayloraj10 merged commit 4bc4f20 into main Jul 22, 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