Skip to content

Conversation

@tomkp
Copy link
Owner

@tomkp tomkp commented Dec 24, 2025

Summary

  • Replace dark theme with clean white background for better clarity
  • Change divider from 11px to minimal 1px with semi-opaque hover/drag indicator
  • Add dragging class to divider component to prevent hover flicker during resize
  • Remove confusing TouchExample (touch support works automatically)
  • Add PercentageExample demonstrating percentage-based layouts
  • Simplify all example content - less verbose, more focused
  • Make StyledExample more visually exciting with gradient panes and grip-dot divider
  • Add larger snap points (600px, 800px) to SnapPointsExample
  • Fix nav buttons for smaller screens with flex-wrap

Changes

  • src/components/Divider.tsx: 1px default width, adds dragging class
  • examples/styles.css: White theme, simplified styles, responsive nav
  • examples/*.tsx: All examples simplified
  • examples/PercentageExample.tsx: New example for percentage sizes
  • examples/TouchExample.tsx: Removed

- Replace dark theme with clean white background
- Change divider from 11px to 1px with semi-opaque hover area
- Add 'dragging' class to divider to prevent hover flicker
- Remove confusing TouchExample
- Add PercentageExample for percentage-based layouts
- Simplify all example content and remove verbose styling
- Make styled example more exciting with gradients and grip dots
- Add more snap points (600, 800) to SnapPointsExample
- Fix nav buttons for smaller screens with flex-wrap
@tomkp tomkp merged commit 96067c8 into master Dec 24, 2025
1 check failed
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