* 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
* Add ctrl select support
* fix the issue with clicking on overlapping objects
* simplify the code, add meta to ctrl for macos
* fix lock unlock with command on macos
* feat: add support for PostgreSQL table inheritance in schema export
* fixed the suggested changes in the inheritance feature
* Update src/components/EditorSidePanel/TablesTab/TableField.jsx
Co-authored-by: 1ilit <1ilit@proton.me>
* fixed all the comments
* feat: finalize Postgres table inheritance support with fixes and formatting
---------
Co-authored-by: kishansinghifs1 <kishansingh956196@gmai.com>
Co-authored-by: 1ilit <1ilit@proton.me>
* 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
* 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
* 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
* 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