Skip to content

Releases: gigapi/gigapi-ui

v1.0.25

04 Sep 14:36
Compare
Choose a tag to compare
remove unused package xlsx from ui

v1.0.24

29 Aug 10:23
Compare
Choose a tag to compare
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

20 Aug 14:39
Compare
Choose a tag to compare
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

14 Aug 15:44
Compare
Choose a tag to compare

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

08 Aug 15:11
Compare
Choose a tag to compare
refactor: massive refactor of old/unused code, file deletion and clea…

v1.0.20

01 Aug 16:08
Compare
Choose a tag to compare
refactor: clean up chat-atoms by removing unused imports and optimizi…

v1.0.19

31 Jul 09:53
Compare
Choose a tag to compare
fixes: #28, #27, better tab management and minor bugs

v1.0.18

29 Jul 15:05
Compare
Choose a tag to compare
feat: Introducing Tabs! fix: resolve multiple UI/UX issues in panel e…

v1.0.17

23 Jul 06:21
Compare
Choose a tag to compare
feat: enhance dashboard import functionality and improve gauge panel …

v1.0.16

21 Jul 14:31
Compare
Choose a tag to compare
fix: correct router basename by adding trailing slash