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: redo ui to be per pipeline #51

Merged
merged 9 commits into from
Nov 21, 2024
Merged

feat: redo ui to be per pipeline #51

merged 9 commits into from
Nov 21, 2024

Conversation

markphelps
Copy link
Contributor

@markphelps markphelps commented Nov 20, 2024

2024-11-20 18 56 37

  • Makes it a single page app and shows only a single pipeline at a time
  • Adds sidebar and makes it toggleable
  • On node click we can show the node details in the section below

Dependency Updates:

  • Added new dependencies such as @radix-ui/react-popover, @radix-ui/react-separator, @uidotdev/usehooks, cmdk, react-helmet, and react-router-dom in package.json and package-lock.json. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

Configuration Changes:

  • Updated .parcelrc to include parcel-reporter-static-files-copy for static file copying.

Application Layout:

  • Introduced new Layout component that includes a Sidebar, Header, and Outlet for nested routes.
  • Added new Root component to serve as the default view.
  • Added new Pipeline component to handle pipeline-specific routes and logic.
  • Updated App.tsx to use react-router-dom for route management and react-helmet for dynamic document head management.

Component Removal:

  • Removed the old System component and its associated logic.

Header Component:

  • Added a new Header component that displays the system name and selected pipeline, along with a theme toggle.

@markphelps markphelps requested a review from GeorgeMac November 20, 2024 20:09
Copy link
Member

@GeorgeMac GeorgeMac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now thats what I am talking about. Looks sick 🤙

@GeorgeMac GeorgeMac merged commit 792fe22 into main Nov 21, 2024
2 checks passed
@GeorgeMac GeorgeMac deleted the ui-redo branch November 21, 2024 09:33
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