Commit Graph

13 Commits

Author SHA1 Message Date
1ilit
da7ccee51c Diagram versioning (#560)
* clean up sidesheet

* clean up sharing

* add revisions sidesheet

* update getCommits and clean up

* update date localization

* load diagram in read only mode from previous version

* disable input from control panel and popovers

* add restore warning modal

* separate share and versions

* update versions

* finalize versioning implementation, add pagination

* fix package-lock.json

* clear versions cache on flush storgae

* disable menubar items when in read only mode

* disable remaining fields in readonlt

* suppress eslint only-export-components rule

* show loading version progress
2025-08-24 22:06:58 +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
2f1cca13d6 Support unsigned types (#177) 2024-08-04 17:02:29 +03:00
1ilit
c005020048 Add option to declare an array 2024-07-05 22:28:44 +03:00
1ilit
9b606114df Rename TablesContext to DiagramContext 2024-07-04 23:18:20 +03:00
1ilit
4ba0e5af8b Fix checkDefault 2024-06-16 01:49:26 +03:00
1ilit
7953b7fdc0 Add hasDefault and canIncrement to types 2024-06-14 23:32:58 +03:00
1ilit
9c31e2be52 Move all type data to datatypes.js 2024-06-10 02:17:43 +03:00
1ilit
2b4b01c358 Configure i18n and add simplified chinese (#99) 2024-05-16 06:45:47 +03:00
liao文禧
3b0d03ed3b Fix enum values were not split on blur
close #73
2024-04-30 09:48:40 +08:00
1ilit
4a87935412 Fix field precision and size input and parsing 2024-04-22 13:05:46 +03:00
1ilit
c51bf5815f Accept empty precision input fields 2024-04-20 14:40:49 +03:00
1ilit
40800f8f28 Clean up tabs 2024-04-06 04:58:42 +03:00