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: allthingslinux/allthingslinux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: allthingslinux/allthingslinux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 14, 2025

  1. fix(forms): improve conditional question logic in StepperForm

    Refactors StepperForm to filter and validate only visible questions based on conditional dependencies. Updates form validation mode to 'onSubmit', disables immediate validation on select fields, and ensures navigation buttons are enabled only when all required visible fields are filled. Also adds a helper for conditional question visibility and improves navigation and error handling.
    ela-codes committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    e005f8b View commit details
    Browse the repository at this point in the history
  2. fix(forms): refactor stepper form for cleaner conditional logic

    Extracted and reused shouldShowQuestion and scrollToFirstError helpers to avoid code duplication and improve clarity. Now, visible questions are computed once per step and passed down, simplifying validation and navigation logic. Improved type safety and streamlined props for StepForm.
    ela-codes committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    041e4e5 View commit details
    Browse the repository at this point in the history
  3. fix(forms): use imported shouldShowQuestion

    Removed the local shouldShowQuestion helper and imported it from StepperForm to centralize logic and reduce code duplication.
    ela-codes committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    a532221 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90b5908 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2beae7d View commit details
    Browse the repository at this point in the history
Loading