Commit graph

8 commits

Author SHA1 Message Date
Bill Yang
cf486f69aa Enhance Tailwind configuration and update component styles
- Added a new `dataviz-2` color configuration in `tailwind.config.ts` for improved data visualization.
- Updated the `--dataviz` CSS variable in `globals.css` for better color consistency.
- Adjusted margins in the `Header` component to improve layout.
- Refined styles in the `UsageBanners` component by removing unnecessary margins.
- Updated the `SparklinesChart` component to utilize the new `dataviz-2` color for hover effects.
2025-04-23 16:07:08 -07:00
Bill Yang
53d198a282 Enhance Tailwind configuration and update styles for data visualization
- Added a new `dataviz` color configuration in `tailwind.config.ts` for improved data visualization styling.
- Introduced a new CSS variable `--dataviz` in `globals.css` to define the color used for data visualization elements.
- Updated various components to utilize the new `dataviz` color, replacing previous `accent` colors for consistency in charts and UI elements.
- Adjusted background and hover styles in the `Weekdays` component to reflect the new color scheme.
2025-04-22 22:55:56 -07:00
Bill Yang
b6f04131c1 Update dependencies and enhance UI components
- Updated `@radix-ui/react-dialog` from version 1.1.6 to 1.1.7 for improved functionality.
- Added `@radix-ui/react-visually-hidden` as a new dependency at version 1.1.3 to enhance accessibility.
- Modified Tailwind CSS configuration to use HSL for border color for better theming.
- Updated global CSS to define a new border color variable for consistent styling.
- Adjusted layout in `SubHeader` and `Sidebar` components for improved responsiveness and usability.
- Enhanced button styles for better visual feedback in dark mode.
2025-04-12 19:56:24 -07:00
Bill Yang
30d66bd9b2 Enhance accent color support in Tailwind configuration and components
- Added new accent color shades (50 to 950) in `tailwind.config.ts`.
- Updated global CSS to define accent color variables.
- Replaced hardcoded fuchsia colors with accent colors in various components including `StandardCard`, `Chart`, `Chloropleth`, `Map`, `SiteSessionChart`, and UI elements like buttons and cards.
2025-03-22 10:33:27 -07:00
Bill Yang
61d64c1293
add new user (#18) 2025-02-19 18:00:55 -08:00
Bill Yang
8df62fbbdd Adjust styling 2025-02-03 20:46:37 -08:00
Bill Yang
91cf7a3b35 Wip 2025-01-25 13:19:22 -08:00
Bill Yang
6acf76ec5d Add frontend 2025-01-24 20:49:01 -08:00