Commit Graph

614 Commits

Author SHA1 Message Date
1ilit
a459f36f58 Fix increment being deleted when type is updated 2024-07-10 21:23:30 +03:00
1ilit
84abae7d06 Save database type and enums for templates 2024-07-08 11:54:04 +03:00
1ilit
6fee6553f1 Remove unnecessary commas in export index statements 2024-07-08 04:22:44 +03:00
1ilit
159dcca4dc Fix import diagram 2024-07-08 04:03:41 +03:00
1ilit
09f9117b72 Remove unused console.logs 2024-07-08 03:39:01 +03:00
1ilit
f682abdafe Fix import index for postgres 2024-07-08 03:34:01 +03:00
1ilit
52455a75d0 Make databases a proxy 2024-07-08 03:21:43 +03:00
1ilit
c84990ca6d Fix loading the diagram on open to load in types and enums 2024-07-08 02:18:12 +03:00
1ilit
c907cfea47 Add database icon to diagrams 2024-07-08 02:09:51 +03:00
1ilit
7c7177c402 Update landing page 2024-07-08 01:58:16 +03:00
1ilit
4cc0811bc1 Update README to have twitter link and new url 2024-07-08 01:51:46 +03:00
1ilit
aecc5a134e Fix choose database not showing on first ever diagram 2024-07-08 01:42:48 +03:00
1ilit
322bb6e988 Merge branch 'main' into select-db
# Conflicts:
#	src/i18n/locales/en.js
#	src/utils/exportSQL/generic.js
2024-07-07 17:57:33 +03:00
1ilit
d5568c42bf Fix scrollbar height and corner 2024-07-07 17:21:54 +03:00
1ilit
9e2bb48fb8 Fix quotes on columns in checks 2024-07-07 16:55:04 +03:00
1ilit
897c125e3b Import from mssql 2024-07-06 21:45:51 +03:00
1ilit
982cac1d3a Remove types from mssql 2024-07-06 16:12:09 +03:00
1ilit
a3976bf250 Export mssql 2024-07-06 14:52:42 +03:00
1ilit
1580641e97 Delete types and enums on clear 2024-07-05 22:29:42 +03:00
1ilit
c005020048 Add option to declare an array 2024-07-05 22:28:44 +03:00
1ilit
9b606114df Rename TablesContext to DiagramContext 2024-07-04 23:18:20 +03:00
1ilit
3b1af3772e Add empty enums illustration 2024-07-04 23:06:09 +03:00
1ilit
a7fd4ec416 Fix select db modal opening after close 2024-07-04 20:57:06 +03:00
1ilit
d00c21b2e3 Add MSSQL types 2024-07-04 19:42:11 +03:00
1ilit
d7025e1ff1 Add error checking for enums 2024-07-04 02:10:24 +03:00
1ilit
d48ccfff4b Add enums to select types 2024-07-03 21:54:46 +03:00
1ilit
7c1eecd7a0 Undo and redo enum editing 2024-07-03 21:21:44 +03:00
1ilit
1430db881c Export and import enums in diagrams 2024-07-03 13:25:24 +03:00
1ilit
219a5a877b Fix UNIQUE not added in postgres 2024-07-03 03:27:36 +03:00
1ilit
61d97e8143 Import implicit foreign keys 2024-07-03 03:08:53 +03:00
1ilit
c1f651cb54 Clean up postgres export 2024-07-03 00:33:23 +03:00
1ilit
3c1e72fbdd Export enums to sql 2024-07-02 23:26:45 +03:00
1ilit
55295a6790 Add FUNDING.yml 2024-07-02 13:18:38 +03:00
1ilit
dd2aafe80b Import enums from source 2024-06-30 15:38:25 +03:00
1ilit
5b18b02946 Fix db names on open modal 2024-06-30 13:36:57 +03:00
1ilit
85ccb19d8f Show info icon only for generic diagrams 2024-06-30 13:22:34 +03:00
1ilit
810afe4bc0 Add enums tab 2024-06-30 13:19:21 +03:00
lilit
9acc619d47
Merge pull request #137 from huyjs9/feat/search-nested-fields-tables
Search nested fields in tables
2024-06-27 11:55:48 +03:00
1ilit
259835892a Fix add field for types to work with dbToTypes 2024-06-27 11:34:21 +03:00
1ilit
d79b0c205d Return types after import 2024-06-27 11:12:09 +03:00
1ilit
9e2684e7a9 Swap INTEGER for INT in generic diagrams to maintain backward compatibility 2024-06-25 02:07:57 +03:00
1ilit
d8128f5010 Import from postgres 2024-06-22 04:13:44 +03:00
1ilit
0899b2c453 Fix extra comma being added after index on export (#141) 2024-06-19 19:22:07 +03:00
lilit
c43adae561
Merge pull request #139 from huyjs9/feat/table-info-color
Add color for table info
2024-06-19 04:31:36 +03:00
lilit
c90b33cd74
Merge pull request #138 from huyjs9/fix/add-area
fix: add area on side panel
2024-06-17 15:15:00 +03:00
Huy Bui
e5a09042b3 fix: add area on side panel 2024-06-17 12:42:10 +07:00
Huy Bui
d925d16615 feat: add color for table info 2024-06-17 12:39:41 +07:00
lilit
1fb947cf2a
Merge pull request #136 from huyjs9/fix/todo-details
Fix todo details value
2024-06-16 22:58:30 +03:00
Huy Bui
960d8feec3 feat: search nested fields in tables 2024-06-17 00:43:43 +07:00
Huy Bui
43e4744afa fix: todo details value 2024-06-16 22:42:44 +07:00