Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plotly/dash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: plotly/dash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: JJ-experiments
Choose a head ref
  • 11 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 13, 2025

  1. Add component showcase application

    - Create multi-page Dash app for component UX testing
    - Add dropdown showcase with 6 property variations
    - Include responsive CSS grid layout and styling
    - Enable navigation between component pages
    jasonpnp committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    6d31317 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    9167844 View commit details
    Browse the repository at this point in the history
  2. Fix dropdown theme styling

    jasonpnp committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    a64a305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31da2b5 View commit details
    Browse the repository at this point in the history
  4. Adjust close icon alignment

    jasonpnp committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    c62245d View commit details
    Browse the repository at this point in the history
  5. Fine-tune close icon spacing

    jasonpnp committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    d45faa6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc71440 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Add date picker and slider showcase pages

    - Create date picker showcase with single/range variants
    - Add slider showcase with vertical, range, and tooltip options
    - Enhance styling for accessible date picker theming
    - Update home page navigation and remove header navigation
    - Improve showcase layout and responsive design
    jasonpnp committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    02476bb View commit details
    Browse the repository at this point in the history
  2. Fix date picker and slider configurations

    - Force single month display in date range picker
    - Improve calendar styling with subtle hover states
    - Adjust slider step values for better UX
    - Clean up range slider marks configuration
    jasonpnp committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    9eb2932 View commit details
    Browse the repository at this point in the history
  3. Enhance slider showcase with text inputs and reset functionality

    - Add text input synchronization for all slider values
    - Implement reset buttons for each slider component
    - Create bidirectional data binding between inputs and sliders
    - Add tick marks toggle control
    - Style slider input containers and headers
    - Remove vertical slider variant, replace with enhanced layouts
    jasonpnp committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    4edb2c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Add documentation and planning files for showcase enhancements

    - Document component showcase development strategy
    - Plan slider component improvements with text input integration
    - Outline unified date picker implementation with react-multi-date-picker
    - Add showcase app command to CLAUDE.md
    jasonpnp committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    91601e6 View commit details
    Browse the repository at this point in the history
Loading