Richard Palethorpe
a5ba49ec93
fix(ui): rm broken status message (it's in the button already)
2025-04-01 17:25:04 +01:00
Richard Palethorpe
ab3e6ae3c8
fix(ui): Fix SSE in chat
2025-04-01 14:36:33 +01:00
Richard Palethorpe
1f8c601795
fix(ui): Format item type label when it contians underscore
2025-04-01 14:36:33 +01:00
Richard Palethorpe
f70985362d
chore(ui): Remove original UI/API routes
2025-04-01 14:36:33 +01:00
Richard Palethorpe
cafaa0e153
feat(ui): Add dynamic prompt config
2025-04-01 14:36:33 +01:00
Richard Palethorpe
491354280b
feat(ui): Add dynamic prompt config
2025-04-01 14:36:33 +01:00
Richard Palethorpe
045fb1f8d6
fix(ui): Remove infinite animations due to high CPU usage
2025-04-01 14:36:33 +01:00
Richard Palethorpe
8e703c0ac2
fix(ui): Loading .env
2025-04-01 14:36:33 +01:00
Richard Palethorpe
29beee6057
fix(ui): SSE in React chat
2025-04-01 14:36:33 +01:00
Richard Palethorpe
45078e1fa7
fix(ui): Re-add Chat
2025-04-01 14:36:33 +01:00
Richard Palethorpe
c96c8d8009
fix(ui): Various
2025-04-01 14:36:33 +01:00
Richard Palethorpe
11231f23ea
feat(ui): Button appearance change
2025-04-01 14:36:33 +01:00
Richard Palethorpe
319caf8e91
chore(ui): Move some field definitions server side
2025-03-26 22:56:29 +00:00
Richard Palethorpe
7fb99ecf21
chore(ui): Reuse FormFieldDefinition on other parts of AgentForm
2025-03-26 22:56:29 +00:00
Richard Palethorpe
d520d88301
feat(ui): Add required indicator to form field
2025-03-26 22:56:29 +00:00
Richard Palethorpe
4dcc77372d
chore(ui): Refactor action and connector form fields into single component
2025-03-26 22:56:29 +00:00
Richard Palethorpe
3e36b09376
fix(ui): Format status result as string
2025-03-26 06:34:32 +00:00
Richard Palethorpe
074aefd0df
feat(ui): Add status page to react frontend
2025-03-26 06:34:32 +00:00
Richard Palethorpe
3e1081fc6e
fix(ui): Fix MCP form
2025-03-26 06:34:32 +00:00
Richard Palethorpe
73af9538eb
feat(ui): Add agent avatar placeholders to agent list
2025-03-26 06:34:32 +00:00
Richard Palethorpe
71e66c651c
feat(ui): Add React based UI for the vibes at /app
...
This adds a completely separate frontend based on React because I
found that code gen works better with React once the application gets
bigger. In particular it was getting very hard to move past add
connectors and actions.
The idea is to replace the standard UI with this once it has been
tested. But for now it is available at /app in addition to the
original at /
Signed-off-by: Richard Palethorpe <io@richiejp.com >
2025-03-26 06:34:32 +00:00