David Pivoňka
408496eb7c
Improve Map view lat/lon field autodetection
...
Prioritize field names that are more likely to be actual latitude/longitude
fields instead of randomly selecting the first numeric field containing
"lat" or "lon" in its name.
2025-12-08 14:42:56 +01:00
David Pivoňka
190c610466
Add column filter/search to Table cell data view
...
Adds a search input at the top of the Table view that filters columns
by name with regex support.
2025-12-08 14:31:38 +01:00
Stela Augustinova
c6d3fc06a3
Add support for deserializing decimal type
2025-12-08 13:57:10 +01:00
David Pivoňka
d220525ac7
Use braces for isChangedRef.get() blocks to match codebase style
2025-12-08 13:47:35 +01:00
David Pivoňka
5e4a631ff2
Remove comments and apply early return pattern
2025-12-08 13:43:41 +01:00
David Pivoňka
9099ce42b9
Add Table format to Cell data view sidebar
...
Adds a new "Table" format option to the Cell data view widget that
displays the selected row as a vertical list with column names above
values, inspired by TablePlus.
Features:
- Shows all columns from the selected row in grid display order
- Inline editing support for regular values (double-click to edit)
- JSON values open Edit Cell modal on double-click
- Open-in-new button for JSON values to view in JSON tab
2025-12-08 13:37:55 +01:00
Jan Prochazka
851d2e9151
fixed double drop constraint
2025-12-08 13:05:38 +01:00
Stela Augustinova
e67ee4ffdb
Add support for PostgreSQL decimal type in filter and grid utilities
2025-12-08 12:52:47 +01:00
Stela Augustinova
2baf975847
Added PostgreSQL decimal type in DataGridCell component
2025-12-05 13:14:14 +01:00
Stela Augustinova
c1672ebc8e
Handling decimal values in putValue method
2025-12-05 13:13:56 +01:00
Stela Augustinova
bbbd291065
Formatting decimal values in stringifyCellValue function
2025-12-05 13:13:29 +01:00
Jan Prochazka
30b4c85c5a
better formating
2025-12-03 18:21:04 +01:00
Jan Prochazka
b85cf66490
Merge branch 'feature/pgsql-droptable-fix'
2025-12-03 17:06:45 +01:00
Jan Prochazka
8e638ea9a6
fix
2025-12-03 17:00:04 +01:00
Jan Prochazka
b4849ec495
fix problem with diff analysing after drop object
2025-12-03 16:47:50 +01:00
Jan Prochazka
db6a2ddd7e
Merge pull request #1286 from dbgate/feature/custom-thousands-separator
...
Feature/custom thousands separator
2025-12-03 15:40:04 +01:00
Jan Prochazka
12ef9463ab
Merge pull request #1284 from dbgate/feature/numeric-align-right
...
Added isTypeNumber check for right alignment in DataGridCell
2025-12-03 15:37:58 +01:00
Stela Augustinova
78e838f2f0
Custom thousands separator formatting in grid cell values
2025-12-03 13:53:47 +01:00
Stela Augustinova
c1f216c7c7
Deleted checkbox for thousands separator and updated select field options
2025-12-03 13:53:10 +01:00
Jan Prochazka
780dd8ade9
language icon
2025-12-03 13:37:13 +01:00
Jan Prochazka
0539174317
SYNC: fixed e2e test
2025-12-03 11:34:55 +00:00
Jan Prochazka
b4b52e12d5
SYNC: try to fix test
2025-12-03 10:13:16 +00:00
Jan Prochazka
6112d9b1b0
SYNC: settings storage changed
2025-12-03 10:09:42 +00:00
Stela Augustinova
4a1fbcbd31
Added select field for thousands separator
2025-12-03 10:46:34 +01:00
Stela Augustinova
a02a3230f1
Added isTypeNumber check for right alignment in DataGridCell
2025-12-03 10:34:09 +01:00
SPRINX0\prochazka
d96cb10476
behaviour settings changed
2025-12-02 18:14:55 +01:00
SPRINX0\prochazka
b6b6123434
refresh DB - don't offer incremental analysis when not supported
2025-12-02 18:07:28 +01:00
SPRINX0\prochazka
b40877fcc1
fix - don't show update mode in web
2025-12-02 17:59:41 +01:00
Jan Prochazka
4564bd7180
SYNC: Merge pull request #17 from dbgate/feature/settings-test
2025-12-02 15:10:00 +00:00
Jan Prochazka
4ac3891e07
Merge pull request #1281 from dbgate/feature/translation4
...
Feature/translation4
2025-12-02 14:11:51 +01:00
SPRINX0\prochazka
a2d55d3fdd
SYNC: removed button
2025-12-02 13:09:32 +00:00
Stela Augustinova
d015a24300
Merge branch 'master' into feature/translation4
2025-12-02 14:03:59 +01:00
Stela Augustinova
be38acbede
Update translation tag for columns count
2025-12-02 14:01:04 +01:00
Stela Augustinova
34d0cb4dc7
Refactor translation tags in ResultTabs component to use _t function
2025-12-02 13:58:31 +01:00
SPRINX0\prochazka
d4469f3a2d
SYNC: fixed import CSV test
2025-12-02 12:08:16 +00:00
SPRINX0\prochazka
43b760b4bf
fix
2025-12-02 12:34:57 +01:00
SPRINX0\prochazka
ec06a7d861
SYNC: restore table fixes & backup table tests
2025-12-02 10:08:38 +00:00
Stela Augustinova
e9abc5f07f
Changed translation tag
2025-12-02 10:27:21 +01:00
Stela Augustinova
6f9d6ff849
Changed initial width of settings menu items
2025-12-02 10:21:39 +01:00
Stela Augustinova
eab18d3c11
Update general settings layout
2025-12-02 10:16:16 +01:00
SPRINX0\prochazka
3a509a6a97
SYNC: backup test WIP
2025-12-01 16:09:20 +00:00
SPRINX0\prochazka
615c6f4e24
SYNC: popup menu fix
2025-12-01 15:43:24 +00:00
Stela Augustinova
106344b33e
Deleted Settings Modal
2025-12-01 16:26:20 +01:00
Stela Augustinova
85a2a4b873
Revert "Button for svg export"
...
This reverts commit 352b6cbe04 .
2025-12-01 16:22:35 +01:00
Stela Augustinova
4ab694de0c
Added top border for first menu item
2025-12-01 16:14:23 +01:00
Stela Augustinova
5e193c1725
Removed Other settings component
2025-12-01 16:10:30 +01:00
Stela Augustinova
2b055c028c
Update theme command to open settings tab with selected item
2025-12-01 16:00:05 +01:00
Stela Augustinova
6ae381b1fd
Merge branch 'master' of https://github.com/dbgate/dbgate
2025-12-01 15:45:42 +01:00
Stela Augustinova
352b6cbe04
Button for svg export
2025-12-01 15:45:16 +01:00
SPRINX0\prochazka
b2355a3b2d
Merge branch 'feature/restore-script'
2025-12-01 14:27:29 +01:00