-
Notifications
You must be signed in to change notification settings - Fork 207
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
reafactor: Pezzo Console to use shadcn/ui instead of ant design #260
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arielweinberger
added a commit
that referenced
this pull request
Nov 8, 2023
#261) * initial coliving * unified css * remove hack on LoginPage * flatten folders * use alias imports * refactor breadcrumbs * cleanup breadcrumbs * migrate timeframe selector to tailwind * refactor filters to use shadcn * fix breadcrumbs and remove daisyui * fix filters UI * refactor copy proejct button to use shadcn * refactor entire dashboard to shadcn ui * refactor environments page to shadcn ui * refactor create environment model to use shadcn dialog * refactor prompts page and deletion modal to use shadcn ui * refactor prompt creation modal to use shadcn ui * rename field to avoid password manager interaction * refactor projects page to shadcn ui * fix project card size * fix project card sizing * fix visuals in members view * refactor members view * fix formatting * refactor members view to use shadcn ui * refactor memebrs and invitations to use shadcn ui * use generic destructive modals for all use cases * refactor api keys to use shadcn ui * refactor API keys to use shadcn ui * fix key missing in breadcrumbs * fix spacing in api keys * refactor org settings to use shadcn ui * temp * lots of visual refactoring * tons of UI fixes in theming * ui fixes - set default border color * refactor requests page, table and details view to use shadcn ui * fix drawer overlapping with sidenav * refactor prompt page and subpages * remove old gettingstartedtutorial * remove unused containers containing antd reference * refactor prompt metrics view to use shadcn ui * refactor RequiredProviderAPiKeyModalProvider to use shadcn ui * refactor intiation accept page to use shadcn ui * refactor versions history to use shadcn ui * remove unused settings nav item * refactor onboarding to use shadcn ui * rename console-new to console * fix formatting * fix linting errors * fix formatting * add br branch to docker tag * add missing key * fix dashboard view stutter * always push on PR * fix formatting * add full screen loader * prettify tsconfig * chore: update llm toolkit * remove heroicons * fix entrypoint for docker container * remove redundant @AntD dependencies * remove breakpoint debugger * remove @emotion from repo * remove codemirror dependency * Fix formatting * remove hotjar dependency * remove unused monaco editor * Remove unused dependency @sentry/react * remove additional dependencies * remove a bunch of other deps * fix formatting * simplify layout * cleanup breadcrumb related code * Temporarily remove close X on dialogs * fix org selector * add support for new models from November 6 2023 * fix issue where slider input field is set as string rather than number * fix scrolling in project context when content is longer * update llm-toolkit to v0.5.0 * fix(server): remove unused prompt execution model * fix OpenAI types and build on console * add toasts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.