Commit Graph

892 Commits

Author SHA1 Message Date
dependabot[bot]
0689b5560e
Bump prismjs from 1.29.0 to 1.30.0 (#372)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-23 19:29:05 +04:00
dependabot[bot]
f71310c749
Bump jspdf from 2.5.1 to 3.0.1 (#371)
Bumps [jspdf](https://github.com/MrRio/jsPDF) from 2.5.1 to 3.0.1.
- [Release notes](https://github.com/MrRio/jsPDF/releases)
- [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md)
- [Commits](https://github.com/MrRio/jsPDF/compare/v2.5.1...v3.0.1)

---
updated-dependencies:
- dependency-name: jspdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-21 02:44:13 +04:00
1ilit
f95841f0e7
Migrate to tailwind v4 (#370) 2025-03-21 01:25:36 +04:00
Christofer
a358b56d7e
Use custom types when importing from postgresql (#261)
* 🐛 add custom enums or types when importing from postgresql

no longer defaults to blob

* allow for quoted enum/types to be correctly imported

used prettier for formatting as per contributing.md

the type/enum check is case sensitive as there is no way I found to verify if the type was declared in quotes (case-sensitive) or without (to-lowercase by postgres)
2025-03-20 22:39:49 +04:00
dependabot[bot]
6cae92ce10
Bump axios from 1.7.4 to 1.8.2 (#369)
Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.4...v1.8.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 02:46:41 +04:00
1ilit
eb48fa1d35
Fix syntax errors in types for pg export (#368)
* Fix syntax errors in types for pg export

* Fix syntax errors in types for generic pg export
2025-03-19 02:21:26 +04:00
Kratik
3e7d1ac6f6
Toggle datatypes visibility (#366)
* 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
2025-03-17 01:50:59 +04:00
1ilit
2a03298d29
Upgrade node-sql-parser to v5.3.7 (#367) 2025-03-16 20:37:36 +04:00
1ilit
38c0a99b51
Fix column and fk constraint in dbml export (#365) 2025-03-15 23:43:49 +04:00
1ilit
7f5f481cea
Increase heap size (#363) 2025-03-14 22:06:26 +04:00
1ilit
9396edddb2
Update workflow (#362) 2025-03-14 21:50:53 +04:00
1ilit
fa1e736436
Add speed insights (#359) 2025-03-12 01:40:39 +04:00
1ilit
6cc9942062
Fix hotkeys (#357)
* Fix hotkeys(#356)

* Check for meta key(#356)
2025-03-07 21:11:50 +04:00
Tamás Balog
e1ca9b0cd6
Add missing entries to the Hungarian translations (#354) 2025-03-05 21:27:50 +04:00
1ilit
885eb8298f
Deprecate ddb export(#353) 2025-03-04 22:58:39 +04:00
1ilit
8fe4ec5ac8
Update README.md 2025-03-03 23:52:15 +04:00
1ilit
0e54dbed1b
Remove funding (#352)
* Remove funding

* Remove support us from landing page
2025-03-03 23:50:50 +04:00
1ilit
0d813fc0dd
Import from and export to DBML (#351)
* 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
2025-03-01 22:24:53 +04:00
David
e3877ef982
Add romanian locale (#348) 2025-02-26 21:27:25 +04:00
Swapnil Ingale
799a79e8a8
Add translations for Uyghurs language (#345)
* Add translations for Uyghurs language

* Add Uyghurs Language Properly

* Remove First Line
2025-02-25 23:02:49 +04:00
1ilit
1e6aeca05e
Add documentation links (#343) 2025-02-15 01:54:45 +04:00
1ilit
4ac039f2f1
Merge pull request #341 from tasnim0tantawi/fix-mermaid
fix mermaid cardinality
2025-02-05 15:46:38 +04:00
TasneemTantawy
0e19da0004 fix mermaid functionality 2025-02-03 15:20:13 +03:00
1ilit
da8961c584
Merge pull request #339 from HeCorr/uuid-default
Allow setting default value on UUID columns
2025-02-02 23:00:20 +04:00
HeCorr
910d4732c7
Fix wrong cursor style on disabled inputs
*something* is setting the global cursor style for :disabled elements to "default" and I don't know what, but it conflicts with the intended cursor style of SemiDesign, so let it be determined by semi classes instead.
2025-02-02 00:06:37 -03:00
HeCorr
1580650d92
Disable noDefault on UUID type
so it is possible to set a default value on UUID columns
2025-02-01 23:03:33 -03:00
1ilit
aaf83b6f28 Show relationship names on the diagrams(#314) 2025-01-20 21:52:26 +04:00
1ilit
0d0c6341c0 Add editing relationship names(#314) 2025-01-20 21:52:26 +04:00
1ilit
319f3f5cf3 Update relationship naming convention(#331) 2025-01-20 21:52:26 +04:00
1ilit
e6a36cd90b Add counts to tab titles 2025-01-18 23:45:33 +04:00
1ilit
40ef1ca91b
Disable keepDOM in tabs and collapses (#335) 2025-01-18 22:26:42 +04:00
1ilit
f0adcf1a25 Fix import from sql for mssql 2025-01-18 16:16:13 +04:00
Denisskas
5476470aa7
Add new lines for Russian localization (#324)
* Add new lines for Russian localization

* Revert "Add new lines for Russian localization"

This reverts commit fd153f040b.

* Update ru.js
2025-01-03 20:49:11 +04:00
1ilit
2704a007b8 Fix primary key assignment from out of line PK constraints in pg 2025-01-03 20:10:50 +04:00
1ilit
cb9e49b74c
Merge pull request #313 from sudhirVoid/nepali_language_extension_feature
Add nepali translations
2024-12-06 09:40:25 +04:00
sudhirVoid
55e4b50741 nepali language feature added 2024-12-03 01:08:21 +05:30
1ilit
f9317797ec
Merge pull request #311 from picimako/update-hu-loc
Add 'unshare' entry to the Hungarian localization
2024-12-02 03:36:25 +04:00
Tamas Balog
b139a15a3a Add 'unshare' entry to the Hungarian localization 2024-12-01 21:07:21 +01:00
1ilit
4136cc32c6
Merge pull request #306 from drawdb-io/add-copy-to-code
Add copy to code
2024-11-29 20:56:40 +04:00
1ilit
a5fea9c05a Fix overflow 2024-11-29 20:53:33 +04:00
1ilit
8301cea0bd Add copy button to code exports 2024-11-29 20:45:21 +04:00
1ilit
881768b765
Merge pull request #302 from drawdb-io/unshare
Ushare a diagram
2024-11-23 20:18:26 +04:00
1ilit
a344e85db8 Fix loading already shared diagrams 2024-11-23 20:01:34 +04:00
1ilit
8eb88cc15b Add unshare functionality 2024-11-23 11:18:26 +04:00
1ilit
ce85bb6680 Fix relationship swap table crashing 2024-11-12 11:28:10 +04:00
1ilit
d389c28fb7 Update readme 2024-11-10 13:11:00 +04:00
1ilit
98c046e018 Update node-sql-parser version 2024-11-10 11:50:58 +04:00
1ilit
d7d3cdc15b Cache settings 2024-11-08 20:56:44 +04:00
1ilit
f27fbaa439 Parse references in sqlite 2024-11-04 19:43:59 +04:00
1ilit
bc35a61397 Show import failed error 2024-11-03 16:13:34 +04:00