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

feat: Add Sidebar component and update dependencies #1398

Merged
merged 6 commits into from
Dec 24, 2023
Merged

Commits on Dec 24, 2023

  1. feat: Add Sidebar component and update dependencies

    Introduced new Sidebar component and simplified PageLayout component by using the new Sidebar instead of Navigation component. Added new dependencies (@react-buddy/ide-toolbox and @react-buddy/palette-mui) in package.json and updated package-lock.json accordingly. The LoginButton component was also updated to accept styling props.
    MartinWitt committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    323e969 View commit details
    Browse the repository at this point in the history
  2. up

    MartinWitt committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    b02845b View commit details
    Browse the repository at this point in the history
  3. Update ESLint configuration and dependencies

    This update expands the ESLint configuration to cover TypeScript files, refines the ESLint dependencies and versions, and integrates ESLint with Vite. It also modifies related configurations in the frontend package.json and vite.config.ts files.
    MartinWitt committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    8eb80ba View commit details
    Browse the repository at this point in the history
  4. up

    MartinWitt committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    8dcba10 View commit details
    Browse the repository at this point in the history
  5. up

    MartinWitt committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    ebc130b View commit details
    Browse the repository at this point in the history
  6. up

    MartinWitt committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    ab62af2 View commit details
    Browse the repository at this point in the history