mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-01 18:35:24 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user