7 Commits

Author SHA1 Message Date
Raphael S. 1321c97264 refactor(home): improve page filtering and sorting logic 2026-01-10 22:51:06 +00:00
Raphael S. ff5628ed9c feat(preferences): implement user preferences with view mode management 2026-01-10 15:41:43 +00:00
Raphael S. 209aae165d style(post): remove unnecessary whitespace in row-title 2026-01-09 16:02:31 +00:00
Raphael S. e318fe3a46 feat: add list view for home 2026-01-09 16:02:22 +00:00
Raphael S. 9d6cfdc7c7 feat(styles): add foundational CSS styles and typography
- Introduced multiple CSS files for styles, including reset, typography, shadows, and Radix color imports.
- Established CSS variables for spacing, typography, and shadows to ensure consistency across the application.
- Implemented styles for various HTML elements to enhance the overall design and readability.

This update lays the groundwork for a cohesive design system.
2025-12-29 20:09:25 +00:00
Raphael S. 797639cf78 style: remove redundant font-style declarations in CSS files 2025-12-10 23:32:05 +00:00
Raphael S. 343f0c6578 feat(home): refactor HomeLayout and implement PageCard component
- Simplified HomeLayout by removing unnecessary code and integrating PageCard for rendering individual pages.
- Updated styles for improved layout and search functionality.
- Enhanced SearchIcon usage for better search experience.
2025-12-10 23:08:59 +00:00