-
Notifications
You must be signed in to change notification settings - Fork 234
New UI #164
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
Merged
Merged
New UI #164
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
66682e5
add initial vite app to ui, write up build
mostlygeek d5b432e
wiring up tailwind4 theme/styles
mostlygeek ab66c17
port over the AI ui slop :b
mostlygeek a71e25b
some more random ui work
mostlygeek a7094bb
add APIProvider, hook up logs and regex screen
mostlygeek f42f93c
logging ui tweaks
mostlygeek 5cd5f86
moar tweaks
mostlygeek 3731d11
work on ui/logging
mostlygeek 90259bd
.
mostlygeek 68747be
add /api/models and model ui
mostlygeek 9b2ebf4
add api endpoints, more model page work
mostlygeek d138a11
fix proxy/ui_dist from breaking ci
mostlygeek e547b37
.
mostlygeek a5006d2
add upstream logs to models panel
mostlygeek 8435361
link ui models to upstream
mostlygeek 3bd863a
replace old ui with new ui
mostlygeek 58802f6
add placeholder
mostlygeek 17ab9a9
ignore everythign else in ui_dist
mostlygeek 2c0048f
more fixes for broken proxy/ui_dist during testing
mostlygeek dab324a
Merge branch 'main' into new-ui
mostlygeek cd6f628
do not hide models from UI
mostlygeek 82ac7dd
fixing tests is getting hilarious
mostlygeek 1ba527b
lolz tabs vs space
mostlygeek b233bb5
small codereview changes
mostlygeek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ui_dist/* |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
uitarget should install dependencies firstIf
node_modulesis absent in clean CI environments the build fails.Consider a sentinel dependency to run
npm cionce, e.g.:🤖 Prompt for AI Agents