Commit Graph

540 Commits

Author SHA1 Message Date
1ilit
f2d60a70e0 Fix invalid field indexes after import (#466)
* Fix invalid field indexes after import

* fix postgres types
2025-05-28 04:18:11 +04:00
1ilit
0e45b0ede6 Add dbml editor (#465) 2025-05-27 18:09:55 +04:00
Dufeutrel Thibaut
80fb9e5080 Add colors to data types in Popover (details of column) (#450) 2025-05-14 21:26:02 +04:00
Dufeutrel Thibaut
b7445e22d1 Add colors to data types (#448)
* Color added to main datatypes

* Add tailwind colors to all data types and display them
2025-05-13 23:34:44 +04:00
1ilit
94226de561 Table and field drag and drop ordering (#444)
* Add dnd for tables and fields

* Fix inputs

* Decouple ids and indecies in the editor

* Decouple ids and indecies in utils

* Fix field indexes

* Use nanoid instead of numberic ids for fields and tables

* Fix review comments
2025-05-11 21:44:04 +04:00
1ilit
f46a6b2ee9 Add mariadb specific types (#425) 2025-04-28 03:09:59 +04:00
1ilit
1a80ac539a Fix create gist 2025-04-21 23:00:57 +04:00
1ilit
66f41d591a Remove octokit (#417)
* remove octokit

* clean up .env.sample and gist apis

* better error management
2025-04-21 22:42:48 +04:00
sudhir
3c95e51f06 Delete diagram on clear (#321) 2025-04-20 01:57:38 +04:00
1ilit
afb3b60123 Clean up (#415) 2025-04-20 01:40:02 +04:00
Pavan
4de49cb3cc Update not bull button title (#407)
* Fix button behavior: Reverse logic for nullable/not nullable toggle

* fix: updated translation key to 'nullable' and refactored button title
2025-04-14 20:13:12 +04:00
1ilit
5c63b4c3ae Remove logs 2025-04-12 23:41:56 +04:00
1ilit
adf647483c Switch to monaco-editor from codemirror (#403)
* switch to monaco-editor

* fix styles
2025-04-12 20:50:47 +04:00
XC
f84ca1bde1 Fix the incorrect use of "panning" (#401) 2025-04-11 18:02:19 +04:00
1ilit
436ab3ec33 Export saved data (#400) 2025-04-10 22:08:31 +04:00
1ilit
0efb5470ab Bulk select (#395)
* add rect for select

* collect selected elements

* increase note stroke width

* move elements and undo redo

* add icon to toolbar to toggle multiselect mode

* set bulk selected elements to none when panning
2025-04-09 01:00:20 +04:00
1ilit
73ed14982c Set overwrite to false by default when importing from source (#394) 2025-04-07 23:56:00 +04:00
1ilit
46e91069d5 Replace colorpalette with colorpicker (#392) 2025-04-06 03:36:46 +04:00
Aditya
16ea2ee23c feat:Added support for exporting SQL as OracleDB SQL (#192)
* feat:Added support for exporting SQL as OracleDB SQL

* Add parser

* Import from sql

* Add beta tag

* Export from generic

* Fix export

* Add import affinity

---------

Co-authored-by: 1ilit <1ilit@proton.me>
2025-04-02 03:11:08 +04:00
1ilit
f95841f0e7 Migrate to tailwind v4 (#370) 2025-03-21 01:25:36 +04:00
Kratik
3e7d1ac6f6 Toggle datatypes visibility (#366)
* showDatatype setting added in view control panel

* removed shortcut

can be discussed later

* fixed linting issue and made sure the condition check is above div element

in table.jsx code
in the else part im directly returning the element by keeping a check  for settings.showDataTypes?
which helps to not add empty element

for setSetting issue
I used the similar code used just above the snippet and modified it
2025-03-17 01:50:59 +04:00
1ilit
6cc9942062 Fix hotkeys (#357)
* Fix hotkeys(#356)

* Check for meta key(#356)
2025-03-07 21:11:50 +04:00
1ilit
885eb8298f Deprecate ddb export(#353) 2025-03-04 22:58:39 +04:00
1ilit
0d813fc0dd Import from and export to DBML (#351)
* Add export and import functions

* Add import from dbml to control panel

* Add the import key back into locales and show import error

* Parse relationships
2025-03-01 22:24:53 +04:00
1ilit
1e6aeca05e Add documentation links (#343) 2025-02-15 01:54:45 +04:00
1ilit
aaf83b6f28 Show relationship names on the diagrams(#314) 2025-01-20 21:52:26 +04:00
1ilit
0d0c6341c0 Add editing relationship names(#314) 2025-01-20 21:52:26 +04:00
1ilit
319f3f5cf3 Update relationship naming convention(#331) 2025-01-20 21:52:26 +04:00
1ilit
e6a36cd90b Add counts to tab titles 2025-01-18 23:45:33 +04:00
1ilit
40ef1ca91b Disable keepDOM in tabs and collapses (#335) 2025-01-18 22:26:42 +04:00
1ilit
a5fea9c05a Fix overflow 2024-11-29 20:53:33 +04:00
1ilit
8301cea0bd Add copy button to code exports 2024-11-29 20:45:21 +04:00
1ilit
a344e85db8 Fix loading already shared diagrams 2024-11-23 20:01:34 +04:00
1ilit
8eb88cc15b Add unshare functionality 2024-11-23 11:18:26 +04:00
1ilit
ce85bb6680 Fix relationship swap table crashing 2024-11-12 11:28:10 +04:00
1ilit
f27fbaa439 Parse references in sqlite 2024-11-04 19:43:59 +04:00
1ilit
bc35a61397 Show import failed error 2024-11-03 16:13:34 +04:00
1ilit
317c3cc9ba Fix invalid sql after swapping fields (#287) 2024-11-02 11:50:01 +04:00
1ilit
cd2627332f Fix header for rtl languages 2024-10-31 20:44:10 +04:00
Ritik Ranjan
d65276badc if no error location is avaliable
if no error location is avaliable gui does not show any error. It falls
sliently
2024-10-24 20:27:02 +05:30
1ilit
5b01a89f70 Merge pull request #236 from ewqazxc/main
Fix fitWindow not finding element id
2024-09-17 11:25:59 +04:00
1ilit
f635d0774c Clean up locales 2024-09-16 19:25:31 +04:00
1ilit
77c060bb98 Update node-sql-parser version 2024-09-16 19:17:49 +04:00
1ilit
557ce72961 Add sidesheet for editing relationships 2024-09-07 23:52:03 +04:00
1ilit
6cd0a691dc Use i18n keys to store cardinality (#231) 2024-09-05 12:28:19 +04:00
XC
0231fd937f Fix fitWindow not finding element id 2024-09-04 16:16:04 +08:00
1ilit
fcf2251e9b Handle incorrect links and corrupted files 2024-09-01 21:37:00 +04:00
1ilit
47ef0dfa82 Merge branch 'main' into share 2024-09-01 20:54:35 +04:00
1ilit
877ec72e03 Disable sharing for templates 2024-09-01 20:40:48 +04:00
1ilit
6eddfd983f Remove github token modal 2024-09-01 20:36:20 +04:00