|
09c274a724
|
fix: missing accent color change
|
2024-05-02 18:00:07 +02:00 |
|
|
ece2ee05cc
|
perf(UI): improvements on light theme
|
2024-04-30 18:08:07 +02:00 |
|
|
058fc2fc0b
|
feat: accent color based on folder color, closes #762
|
2024-04-30 18:07:08 +02:00 |
|
|
86acb390ac
|
build: add husky and commitlint
|
2024-03-09 15:05:55 +01:00 |
|
|
bfa3924d57
|
feat: highlithg sql in notes, history and console
|
2023-12-22 18:06:27 +01:00 |
|
|
98c1f43a4d
|
refactor: removed icon fonts in ace editor
|
2023-09-25 18:14:21 +02:00 |
|
|
e7bec0aaaf
|
perf: migration from font icons to svg icons
|
2023-09-17 18:49:37 +02:00 |
|
|
940f64e6ab
|
refactor: small cleanup
|
2023-09-08 09:20:13 +02:00 |
|
|
f5b86e59e7
|
feat: ability to export connections
|
2023-08-17 13:48:55 +02:00 |
|
|
1dd2147b68
|
refactor(translation): complete refactor of translations structure
|
2023-08-03 18:28:50 +02:00 |
|
|
e7e491340a
|
feat(SQLite): added support to INTEGER UNSIGNED
|
2023-02-04 11:38:30 +01:00 |
|
|
669d7e8d4d
|
fix: white background dragging connections or tabs on Linux, fixes #486
|
2022-12-01 15:38:19 +01:00 |
|
|
ece6c6401d
|
feat(UI): folders implementation
|
2022-11-23 17:52:08 +01:00 |
|
|
27566c1dfa
|
feat(Firebird SQL): manual commit mode
|
2022-11-10 15:52:31 +01:00 |
|
|
0827a04d61
|
feat(Firebird SQL): support to blob fields
|
2022-11-08 15:53:21 +01:00 |
|
|
2c8509ff41
|
feat(Firebird SQL): support to indexes and foreign keys
|
2022-11-08 14:05:54 +01:00 |
|
|
7ab84bde57
|
initial firebird commit
|
2022-11-02 14:18:50 +01:00 |
|
|
88408da745
|
fix: error joining tables with different schema
|
2022-10-17 13:55:48 +02:00 |
|
|
c90ab0e880
|
fix(UI): wrong position of fields resizable area
|
2022-08-19 16:54:56 +02:00 |
|
|
d044a02cb7
|
feat: ability to add new shortcuts
|
2022-08-16 13:10:20 +02:00 |
|
|
8cb2c197c8
|
chore: suppress some stylelint warns
|
2022-08-15 18:14:51 +02:00 |
|
|
48877534d1
|
feat(UI): connection name on left bar, closes #382 #414
|
2022-08-11 11:14:43 +02:00 |
|
|
19205e0736
|
style: general lint fix
|
2022-08-09 16:18:21 +02:00 |
|
|
b4d14d98db
|
refactor: improved console with light theme
|
2022-07-18 11:58:22 +02:00 |
|
|
6a6f43a718
|
feat: initial console implementation
|
2022-07-18 11:58:22 +02:00 |
|
|
f312cf5f85
|
perf(UI): improved visibility of explore bar tooltips
|
2022-07-11 09:56:33 +02:00 |
|
|
d2eb31a63d
|
perf(UI): improved focus visibility for buttons
|
2022-07-06 09:37:18 +02:00 |
|
|
ec5ab73b19
|
feat: search form in all connections modal
|
2022-07-04 12:27:04 +02:00 |
|
|
a703dcc53e
|
feat: modal with all connections
|
2022-07-02 15:30:36 +02:00 |
|
|
36e98e0742
|
feat: connections sorted by last usage by default and option to pin them
|
2022-06-30 18:20:14 +02:00 |
|
|
33a4663694
|
Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer
|
2022-06-13 09:29:05 +02:00 |
|
|
85cec05f70
|
perf(Linux): title bar improvements
|
2022-06-08 13:04:19 +02:00 |
|
|
5fa8bf38e4
|
perf(Windows): title bar improvements
|
2022-06-07 18:32:37 +02:00 |
|
|
be70b5be7f
|
refactor: ts on ipc api
|
2022-06-05 17:57:44 +02:00 |
|
|
49abd1ea7f
|
feat: hotkeys to navigate inside a table resultset
|
2022-06-04 08:45:48 +02:00 |
|
|
3991382153
|
Merge branch 'feat/advanced-dropdown-list' of https://github.com/toriphes/antares into pr/toriphes/245
|
2022-05-23 16:19:35 +02:00 |
|
|
5398964190
|
feat: added dropdown animation
|
2022-05-22 15:45:16 +02:00 |
|
|
b0d464952f
|
Merge branch 'master' of https://github.com/antares-sql/antares into pr/toriphes/245
|
2022-05-14 09:57:09 +02:00 |
|
|
71b0736d0d
|
fix(UI): BaseSelect style
|
2022-05-13 18:20:47 +02:00 |
|
|
42bc9196ff
|
feat(UI): select tab replace with BaseSelect component
|
2022-05-11 23:30:31 +02:00 |
|
|
e02565c0d9
|
perf(UI): left alignment for numbers in result tables, closes #249
|
2022-05-10 15:19:47 +02:00 |
|
|
1869e6a148
|
feat(UI): BaseSelect supports option groups
|
2022-05-09 17:31:58 +02:00 |
|
|
302c66457d
|
feat(UI): ForeignKeySelect implements BaseSelect component
|
2022-05-09 11:29:25 +02:00 |
|
|
5582a12bbf
|
feat(UI): BaseSelect small variant
|
2022-05-08 13:14:40 +02:00 |
|
|
22622df2cf
|
feat(UI): initial BaseSelect integration
|
2022-05-08 09:45:37 +02:00 |
|
|
8b04a2b7dd
|
refactor: teleport for modals
|
2022-04-25 13:45:07 +02:00 |
|
|
6780401cb7
|
refactor: vue3 transitions
|
2022-04-24 23:24:21 +02:00 |
|
|
e9079adb25
|
feat(UI): option to disable blur effects, closes #209
|
2022-03-22 16:13:44 +01:00 |
|
|
db628f7722
|
fix: numeric scale displayed on non decimal fields
|
2022-03-17 18:17:59 +01:00 |
|
|
748d44977e
|
perf: use fork() for the export process
|
2022-02-18 18:16:13 +01:00 |
|