Commit Graph

970 Commits

Author SHA1 Message Date
Karen Mkrtumyan
e56f6409ff Fix ColorPicker undo stack additions (#494)
* Fix ColorPicker undo stack additions

* make custom component ColorPicker
2025-06-20 18:18:06 +04:00
1ilit
3ea88314eb Refactor theming (#497) 2025-06-18 16:08:12 +04:00
1ilit
a62721bc55 Fix mssql export to have types with correct sizes (#496) 2025-06-15 20:24:11 +04:00
1ilit
7ca34d87b0 Fix postgres import when alter expr isnt iterable (#495)
* Fix postgres import when alter expr isnt interable

* Remove hardcoded constants

* Fix type export and import
2025-06-14 18:48:57 +04:00
Karen Mkrtumyan
b974a7d854 Change to square grid which moves when panning, add snap to grid functionality (#492)
* change to square grid which moves when panning, add snap to grid functionality

* change grid back to circles, minor improvments

* add new constants
2025-06-14 00:55:29 +04:00
Kishan_Singh
6ef3d76228 Upgrade node-sql-parser to v5.3.10 (#490) 2025-06-12 20:03:47 +04:00
1ilit
ed01241bd8 Allow panning diagram over locked elements (#489) 2025-06-12 02:08:54 +04:00
1ilit
ba79c05b84 Include field size in mssql export (#488) 2025-06-11 23:47:53 +04:00
Karen Mkrtumyan
34a9b5f297 Fix are fields compatible (#484) 2025-06-08 14:25:01 +04:00
Karen Mkrtumyan
14ee753d47 Remove panning from undo stack (#483) 2025-06-08 00:54:06 +04:00
Karen Mkrtumyan
f85adf0577 Fix fit window, move hardcoded constants to constants.js (#482)
* fix fit window, move hardcoded constants to constants.js

* comment fixes

* change import from utils.js to utils
2025-06-08 00:22:31 +04:00
1ilit
938ad7c01d Lock notes and subject areas (#480) 2025-06-07 22:24:01 +04:00
1ilit
8bbe4da899 Use nanoids when pasting or duplicating a table (#481) 2025-06-07 22:23:12 +04:00
1ilit
ae388291db Fix importing foreign keys from sqlite (#478) 2025-06-05 18:20:19 +04:00
XC
9570df983d Update zh locales & dbmlView switch (#476) 2025-06-04 17:09:34 +04:00
1ilit
5e1c4978bf Support locking tables on canvas (#475)
* Lock tables

* Add lock flag in addTable
2025-06-03 23:10:20 +04:00
Ricardo Diaz
cb06922598 Add Czech Locale (#474) 2025-06-02 12:42:48 +04:00
Karen Mkrtumyan
306a7396d1 Change reset view shortcut to Enter/Return (#470) 2025-05-31 20:54:32 +04:00
1ilit
35de1d408d Remove shortcuts.js (#469) 2025-05-31 20:24:37 +04:00
1ilit
388c7b4fee Fix dropdown menu overflow (#468) 2025-05-29 22:35:47 +04:00
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
moonheart
89d4c29076 Add extended properties for MSSQL table and column comments (#464) 2025-05-27 19:28:41 +04:00
1ilit
0e45b0ede6 Add dbml editor (#465) 2025-05-27 18:09:55 +04:00
1ilit
2b8310910a Fix dbml note quotes (#461) 2025-05-23 14:18:55 +04:00
1ilit
24712230a7 Fix postgres index import (#459) 2025-05-20 23:49:47 +04:00
1ilit
8f9aae14ca Escape quotes in comments and default strings (#452) 2025-05-18 18:23:04 +04:00
Dufeutrel Thibaut
80fb9e5080 Add colors to data types in Popover (details of column) (#450) 2025-05-14 21:26:02 +04:00
1ilit
14da9c0a10 Fix table options import (#449)
* Fix json schemas to allow string ids

* Fix table options import
2025-05-14 13:15:46 +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
3e54f2add5 Fix json schemas to allow string ids (#447) 2025-05-12 19:34:25 +04:00
1ilit
f2613139bb Fix ids and relationship names on import (#445) 2025-05-11 22:11:16 +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
Fantong
e35fbde3e7 Add translation for "export saved data" in Traditional Chinese locale (#443) 2025-05-10 21:59:46 +04:00
Vinodh Zamboulingame
f13b80a3ff Update node-sql-parser to version 5.3.9 (#440) 2025-05-06 17:42:08 +04:00
dependabot[bot]
221831a080 Bump vite from 6.2.6 to 6.3.4 (#434)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.6 to 6.3.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-02 18:49:52 +04:00
Tamás Balog
bf303224f0 Add Hungarian translation for recently added properties (#433) 2025-05-02 18:49:06 +04:00
1ilit
580ccff6cf Update README.md (#429) 2025-04-28 09:31:38 +04:00
1ilit
fc386c9ed4 Update landing page (#428) 2025-04-28 09:15:53 +04:00
Chris White
8b5a868eb6 Upgrade cross-spawn from 7.0.3 to 7.0.6 to mitigate CVE-2024-21538 (#427)
https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
2025-04-28 04:11:40 +04:00
1ilit
f46a6b2ee9 Add mariadb specific types (#425) 2025-04-28 03:09:59 +04:00
1ilit
1cc974ee1c Create FUNDING.yml (#424) 2025-04-25 02:26:44 +04:00
Ahmad Hassan | Full Stack Developer | FinTech Enthusiast
f448c8cfff [add transalations for other languages][good first issue] (#421)
* pk-pa language support added

* changed the code to pa-PK and imported the module to src/i18n/i18n.js

* Removed old file causing build issue

* staging changes

* staging changes
2025-04-24 21:38:12 +04:00
1ilit
1b7c933e45 Update README.md (#423) 2025-04-24 04:08:38 +04:00
Jean Franz
e0c3d97f17 Add missing pt-BR translations (#420) 2025-04-23 00:59:26 +04:00
wil wu
e30a2db250 Add missing translations in zh.js (#419) 2025-04-22 14:55:55 +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
wil wu
9ff6d50ff2 Convert heading anchors in markdown links to lowercase (#416) 2025-04-21 20:13:28 +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