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
This commit is contained in:
1ilit
2025-08-24 22:06:58 +04:00
committed by GitHub
parent 1eb4e298e9
commit da7ccee51c
42 changed files with 3219 additions and 1713 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "client-vite",
"name": "drawdb",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -32,6 +32,8 @@
"jspdf": "^3.0.1",
"jszip": "^3.10.1",
"lexical": "^0.12.5",
"lodash": "^4.17.21",
"luxon": "^3.7.1",
"nanoid": "^5.1.5",
"node-sql-parser": "^5.3.11",
"oracle-sql-parser": "^0.1.0",