Commit graph

15 commits

Author SHA1 Message Date
a31291d69f refactor: replace deprecated $grey- variables with $gray-
- Replace 802 instances of $grey- variables with $gray- across 106 files
- Remove legacy color aliases from variables.scss
- Maintain consistent naming convention throughout codebase

This completes the migration to the new color scale system.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-25 21:41:50 -04:00
9d201a7583 refactor: implement comprehensive color scale system
Major improvements to the color system:

1. Create proper color scales (00-100) for:
   - Gray: 14 shades from darkest to lightest
   - Red: 12 shades with brand colors
   - Blue: 12 shades for primary colors
   - Yellow: 12 shades for warnings
   - Green: 12 shades for success states
   - Orange: 12 shades for secondary accents

2. Semantic color assignments:
   - Map all semantic colors to scale values
   - Background colors use gray scale
   - Text colors use appropriate gray shades
   - Status colors (success, error, warning, info)
   - Component-specific colors reference scales

3. Backward compatibility:
   - Maintain $grey-* aliases for existing code
   - Map old variables to new scale system
   - TODO comments for future migration

This provides a more maintainable and scalable color system.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-25 21:28:37 -04:00
510255f1bd Make font-scaling more consistent 2025-06-10 10:29:52 -07:00
205244584f Mobile layout adjustments 2025-06-10 10:22:08 -07:00
cbdf4c8f36 Update blurb 2025-06-10 01:58:03 -07:00
54068f8cdb Add link and tilt to bio on homepage 2025-06-10 01:52:34 -07:00
2f504abb57 big update 2025-06-01 23:48:10 -07:00
c7b4f57ab0 tbh i dont know whats going on anymore 2025-05-31 02:08:26 -07:00
baa030ac1c Frontend/Backend connection on projects 2025-05-29 21:47:26 -07:00
867c23402f Expose database projects on frontend 2025-05-29 21:07:04 -07:00
80d54aaaf0 Admin WIP
Projects and Posts sorta work, need design help
2025-05-27 16:57:51 -07:00
c01163cecc Redesigned work page and added about page 2025-05-26 12:56:35 -07:00
5b45ed8bc6 Update ProjectList.svelte
Update Maitsu copy
2024-11-18 03:25:53 -08:00
9fedcfb071 Update ProjectList.svelte 2024-11-18 03:02:52 -08:00
Justin Edmund
4540760868 Add ProjectList and ProjectItem
Rendering projects on the home page
2024-07-12 08:44:37 -04:00