Releases: gigapi/gigapi-ui
Releases · gigapi/gigapi-ui
v1.0.25
v1.0.24
feat: reset database selections when switching connections - Clear database, table, and time field selections when changing connections - Prevent errors from querying non-existent resources on new connections - Add switchConnectionAndResetAtom for unified connection switching logic fix: time filters now uses duckdb's correct types and formats for the dates and filters
v1.0.23
feat: implement multi-connection management system - Refactor AppHeader to remove API endpoint editing functionality. - Enhance AppSidebar to include a connection selector and manage connections. - Update ConnectionStatus page to handle multiple connections and display their statuses. - Create ConnectionModal for adding, editing, and deleting connections. - Introduce useMigrateConnections hook to migrate from single to multi-connection setup. - Add alert dialog component for confirming connection deletions. - Update UI components to reflect new connection management features.
v1.0.22
Full Changelog: v1.0.21...v1.0.22
feat(charts): Implement uPlot wrapper and legend component #26
- Fix #34, #33, #32
- Added
Legend
component for displaying chart legends with interactivity. - Created
UPlotWrapper
component to manage uPlot chart lifecycle, resizing, and theme changes. - Defined types for chart props and themes in
types.ts
. - Introduced tooltip plugin for enhanced data visualization in charts.
- Developed light and dark themes for charts with customizable color palettes.
- Implemented data transformation utilities for various chart types.
- Added responsive styles and improved accessibility for chart components.
- Created a switch component for toggling between themes.
- Included CSS styles for uPlot charts to ensure consistent appearance across themes.
v1.0.21
refactor: massive refactor of old/unused code, file deletion and clea…
v1.0.20
refactor: clean up chat-atoms by removing unused imports and optimizi…
v1.0.19
fixes: #28, #27, better tab management and minor bugs
v1.0.18
feat: Introducing Tabs! fix: resolve multiple UI/UX issues in panel e…
v1.0.17
feat: enhance dashboard import functionality and improve gauge panel …
v1.0.16
fix: correct router basename by adding trailing slash