Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: standardize toolbar select item widths and improve alignment #4539

Merged
merged 19 commits into from
Nov 13, 2024

Commits on Nov 12, 2024

  1. 📝 (select-custom.tsx): Update styling in SelectItem component to impr…

    …ove consistency and readability
    
    📝 (nodeToolbarComponent/index.tsx): Refactor SelectItem components to include consistent width styling for better alignment and visual appeal
    Cristhianzl committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cecba35 View commit details
    Browse the repository at this point in the history
  2. ✨ (nodeToolbarComponent/index.tsx): Center align select items by addi…

    …ng 'm-auto' class to improve visual presentation.
    Cristhianzl committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2116b88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abb14fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88158fb View commit details
    Browse the repository at this point in the history
  5. ✨ (GenericNode/index.tsx): Add functionality to toggle show more opti…

    …ons in GenericNode component
    
    🔧 (nodeToolbarComponent/index.tsx): Pass setOpenShowMoreOptions function to toggle show more options in NodeToolbarComponent
    📝 (components/index.ts): Update nodeToolbarPropsType to include setOpenShowMoreOptions function for better type checking
    Cristhianzl committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    653bf97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54ada98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e90278 View commit details
    Browse the repository at this point in the history
  8. ✨ (nodeToolbarComponent/index.tsx): Update styles and dimensions for …

    …better UI consistency and alignment in the Node Toolbar Component.
    Cristhianzl committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8a25ca7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9e4d5c View commit details
    Browse the repository at this point in the history
  10. 🔧 (nodeToolbarComponent/index.tsx): Remove unnecessary 'm-auto' class…

    … from SelectItem components to improve code readability and reduce redundancy.
    Cristhianzl committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5a0f511 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. 📝 (select-custom.tsx): Update styling in SelectItem component to impr…

    …ove consistency and readability
    
    📝 (nodeToolbarComponent/index.tsx): Refactor SelectItem components to include consistent width styling for better alignment and visual appeal
    Cristhianzl authored and ogabrielluiz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    de13925 View commit details
    Browse the repository at this point in the history
  2. ✨ (nodeToolbarComponent/index.tsx): Center align select items by addi…

    …ng 'm-auto' class to improve visual presentation.
    Cristhianzl authored and ogabrielluiz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1674bdb View commit details
    Browse the repository at this point in the history
  3. ✨ (GenericNode/index.tsx): Add functionality to toggle show more opti…

    …ons in GenericNode component
    
    🔧 (nodeToolbarComponent/index.tsx): Pass setOpenShowMoreOptions function to toggle show more options in NodeToolbarComponent
    📝 (components/index.ts): Update nodeToolbarPropsType to include setOpenShowMoreOptions function for better type checking
    Cristhianzl authored and ogabrielluiz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    46b8945 View commit details
    Browse the repository at this point in the history
  4. ✨ (nodeToolbarComponent/index.tsx): Update styles and dimensions for …

    …better UI consistency and alignment in the Node Toolbar Component.
    Cristhianzl authored and ogabrielluiz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    eaa8e0d View commit details
    Browse the repository at this point in the history
  5. 🔧 (nodeToolbarComponent/index.tsx): Remove unnecessary 'm-auto' class…

    … from SelectItem components to improve code readability and reduce redundancy.
    Cristhianzl authored and ogabrielluiz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    948b5a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac841cb View commit details
    Browse the repository at this point in the history
  7. ✨ (actionsMainPage-shard-1.spec.ts): Update test descriptions to use …

    …"Document Q&A" instead of "Document QA" for consistency
    
    📝 (Basic Prompting.spec.ts, Blog Writer.spec.ts, Document QA.spec.ts, Dynamic Agent.spec.ts, Hierarchical Agent.spec.ts, Memory Chatbot.spec.ts, Sequential Task Agent.spec.ts, Simple Agent.spec.ts, Travel Planning Agent.spec.ts, Vector Store.spec.ts): Remove 'skip' from test descriptions to enable running the tests.
    Cristhianzl committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6e24fee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80eda65 View commit details
    Browse the repository at this point in the history
  9. 🔧 (typescript_test.yml): Update shardIndex and shardTotal values to r…

    …un tests on a single shard for simplicity
    
    📝 (typescript_test.yml): Comment out unused test commands to improve readability and reduce confusion
    ✅ (starter-projects.spec.ts): Remove skip from test case to ensure it is executed as intended
    Cristhianzl committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a135abc View commit details
    Browse the repository at this point in the history