Skip to content

v0.0.6

Choose a tag to compare

@248Tech 248Tech released this 24 Mar 01:34
· 14 commits to master since this release

Foundation

  • Page background shifted to a softer surface tone, reducing eye strain on long sessions.
  • Two new derived theme tokens (--color-primary-subtle, --color-primary-hover) ensure interactive states stay consistent across built-in themes.
  • Buttons now have a subtle press animation (scale + opacity) on click.
  • Cards lift on hover with a smooth shadow transition throughout the app.

Layout

  • Content area max-width capped at 1440px with increased side padding, so wide monitors no longer overstretch the UI.
  • Sidebar nav links have more breathing room, a cleaner active indicator (left accent bar), and stronger theme-safe hover states.

Dashboard

  • Stat cards now have colored left borders so each status is recognizable at a glance.
  • Empty states for Upcoming Events and Inventory Conflicts now use illustrated placeholders instead of blank space.

Inventory

  • Category filter bar now scrolls horizontally instead of wrapping, which is cleaner on mobile and for large category sets.
  • Item cards now lift and show a hover overlay with contextual actions (Add to Quote / Edit) directly on the image.
  • Item images now use a fixed 4:3 aspect ratio (replacing the old padding-top hack).
  • Touch devices always show the action overlay to account for no-hover environments.

Quote Builder

  • Summary/totals panel is now sticky, staying visible while scrolling long item lists.
  • Grand total display increased from 18px to 24px for stronger visual emphasis.
  • Quote item presentation was refreshed with larger thumbnails, more spacing, and clearer card-like treatment.
  • Hardcoded blues were replaced with theme variables so the builder respects the active theme.

Tables (Leads, Billing)

  • Row padding increased from 10px to 14px for better readability and click targets.
  • Column headers are now sticky with proper background layering, preventing bleed during scroll.

Import

  • Stepper now supports completed-state styling (green progress/check treatment), not just active/inactive states.

Messages

  • Thread rows now maintain a proper minimum height (56px) to avoid cramped single-line rendering.
  • Empty states were upgraded to icon + contextual help copy.

Utilities

  • Global .skeleton shimmer class added for reusable loading placeholders.
  • .quoteItemAdded flash animation added for add-to-quote confirmation feedback.