Commit Graph

  • 67851dad8f fix: reduce jitter by disabling pointer events on line Felix Zedén Yverås 2024-07-13 13:10:34 +02:00
  • e4e22dee20 fix: rewrite coordinate management Felix Zedén Yverås 2024-07-01 00:53:53 +02:00
  • 32c82168fe feat: add debug coordinate overlay Felix Zedén Yverås 2024-06-27 18:03:44 +02:00
  • 354ea47529 fix: validate transform data before storage Felix Zedén Yverås 2024-06-26 21:41:31 +02:00
  • cdecf7c633 feat: add basic touchscreen support Felix Zedén Yverås 2024-06-26 20:43:56 +02:00
  • 075a98d444 fix: remove unused ref Felix Zedén Yverås 2024-06-26 20:38:49 +02:00
  • caae8e7385 fix: improve support for browsers with collapsing url bars Felix Zedén Yverås 2024-06-26 19:55:22 +02:00
  • 4a7d312e2a Merge pull request #153 from FelixZY/fzy/url/1 lilit 2024-07-14 00:45:53 +04:00
  • 95e84705fb fix: update remaining vercel urls to drawdb.app Felix Zedén Yverås 2024-07-13 12:58:36 +02:00
  • a459f36f58 Fix increment being deleted when type is updated 1ilit 2024-07-10 21:23:30 +03:00
  • 84abae7d06 Save database type and enums for templates 1ilit 2024-07-08 11:54:04 +03:00
  • 6fee6553f1 Remove unnecessary commas in export index statements 1ilit 2024-07-08 04:19:14 +03:00
  • 159dcca4dc Fix import diagram 1ilit 2024-07-08 04:03:41 +03:00
  • 09f9117b72 Remove unused console.logs 1ilit 2024-07-08 03:39:01 +03:00
  • f682abdafe Fix import index for postgres 1ilit 2024-07-08 03:33:40 +03:00
  • 52455a75d0 Make databases a proxy 1ilit 2024-07-08 03:21:43 +03:00
  • c84990ca6d Fix loading the diagram on open to load in types and enums 1ilit 2024-07-08 02:17:46 +03:00
  • c907cfea47 Add database icon to diagrams 1ilit 2024-07-08 02:09:51 +03:00
  • 7c7177c402 Update landing page 1ilit 2024-07-08 01:58:16 +03:00
  • 4cc0811bc1 Update README to have twitter link and new url 1ilit 2024-07-08 01:51:17 +03:00
  • aecc5a134e Fix choose database not showing on first ever diagram 1ilit 2024-07-08 01:42:48 +03:00
  • 322bb6e988 Merge branch 'main' into select-db 1ilit 2024-07-07 17:57:33 +03:00
  • d5568c42bf Fix scrollbar height and corner 1ilit 2024-07-07 17:21:54 +03:00
  • 9e2bb48fb8 Fix quotes on columns in checks 1ilit 2024-07-07 16:55:04 +03:00
  • 897c125e3b Import from mssql 1ilit 2024-07-06 21:44:22 +03:00
  • 982cac1d3a Remove types from mssql 1ilit 2024-07-06 16:12:09 +03:00
  • a3976bf250 Export mssql 1ilit 2024-07-06 14:52:42 +03:00
  • 1580641e97 Delete types and enums on clear 1ilit 2024-07-05 22:29:42 +03:00
  • c005020048 Add option to declare an array 1ilit 2024-07-05 22:28:44 +03:00
  • 9b606114df Rename TablesContext to DiagramContext 1ilit 2024-07-04 23:18:20 +03:00
  • 3b1af3772e Add empty enums illustration 1ilit 2024-07-04 23:06:09 +03:00
  • a7fd4ec416 Fix select db modal opening after close 1ilit 2024-07-04 20:57:06 +03:00
  • d00c21b2e3 Add MSSQL types 1ilit 2024-07-04 19:42:11 +03:00
  • d7025e1ff1 Add error checking for enums 1ilit 2024-07-04 02:10:24 +03:00
  • d48ccfff4b Add enums to select types 1ilit 2024-07-03 21:54:46 +03:00
  • 7c1eecd7a0 Undo and redo enum editing 1ilit 2024-07-03 21:21:44 +03:00
  • 1430db881c Export and import enums in diagrams 1ilit 2024-07-03 13:25:24 +03:00
  • 219a5a877b Fix UNIQUE not added in postgres 1ilit 2024-07-03 03:27:36 +03:00
  • 61d97e8143 Import implicit foreign keys 1ilit 2024-07-03 03:08:53 +03:00
  • c1f651cb54 Clean up postgres export 1ilit 2024-07-03 00:33:23 +03:00
  • 3c1e72fbdd Export enums to sql 1ilit 2024-07-02 23:26:45 +03:00
  • 55295a6790 Add FUNDING.yml 1ilit 2024-07-02 13:18:38 +03:00
  • dd2aafe80b Import enums from source 1ilit 2024-06-30 15:38:25 +03:00
  • 5b18b02946 Fix db names on open modal 1ilit 2024-06-30 13:36:57 +03:00
  • 85ccb19d8f Show info icon only for generic diagrams 1ilit 2024-06-30 13:22:34 +03:00
  • 810afe4bc0 Add enums tab 1ilit 2024-06-30 13:19:21 +03:00
  • 9acc619d47 Merge pull request #137 from huyjs9/feat/search-nested-fields-tables lilit 2024-06-27 11:55:48 +03:00
  • 259835892a Fix add field for types to work with dbToTypes 1ilit 2024-06-27 11:34:21 +03:00
  • d79b0c205d Return types after import 1ilit 2024-06-27 11:12:09 +03:00
  • 9e2684e7a9 Swap INTEGER for INT in generic diagrams to maintain backward compatibility 1ilit 2024-06-24 05:10:39 +03:00
  • d8128f5010 Import from postgres 1ilit 2024-06-22 04:13:44 +03:00
  • 0899b2c453 Fix extra comma being added after index on export (#141) 1ilit 2024-06-19 19:22:07 +03:00
  • c43adae561 Merge pull request #139 from huyjs9/feat/table-info-color lilit 2024-06-19 04:31:36 +03:00
  • c90b33cd74 Merge pull request #138 from huyjs9/fix/add-area lilit 2024-06-17 15:15:00 +03:00
  • e5a09042b3 fix: add area on side panel Huy Bui 2024-06-17 12:42:10 +07:00
  • d925d16615 feat: add color for table info Huy Bui 2024-06-17 12:20:49 +07:00
  • 1fb947cf2a Merge pull request #136 from huyjs9/fix/todo-details lilit 2024-06-16 22:58:30 +03:00
  • 960d8feec3 feat: search nested fields in tables Huy Bui 2024-06-17 00:43:43 +07:00
  • 43e4744afa fix: todo details value Huy Bui 2024-06-05 12:39:55 +07:00
  • a4fe117c80 Move export sql above export as in menubar 1ilit 2024-06-16 05:08:28 +03:00
  • 9ddc4316ea Export mysql for mysql diagrams 1ilit 2024-06-16 05:06:16 +03:00
  • 3f6dfe6437 Import and export to mariadb in mariadb diagrams 1ilit 2024-06-16 04:54:03 +03:00
  • 8441d3db73 Accept 0 or 1 for bool values 1ilit 2024-06-16 01:54:20 +03:00
  • 4ba0e5af8b Fix checkDefault 1ilit 2024-06-16 01:49:26 +03:00
  • 490cb738de Convert unsupported types in generic diagrams on import 1ilit 2024-06-16 01:38:22 +03:00
  • 0a108fc33a Import from mysql 1ilit 2024-06-16 00:23:48 +03:00
  • 1d1dde27e7 Crop long types 1ilit 2024-06-15 22:46:19 +03:00
  • 77d1a9ea41 Fill in datatypes for mysql 1ilit 2024-06-15 20:37:39 +03:00
  • bff10e6fe9 Remove unnecessary fields in datatype 1ilit 2024-06-15 04:41:06 +03:00
  • 7953b7fdc0 Add hasDefault and canIncrement to types 1ilit 2024-06-14 23:32:58 +03:00
  • e61757f93d Import SQLite source 1ilit 2024-06-14 01:00:47 +03:00
  • c0584f11c6 Show database type on open 1ilit 2024-06-11 07:30:30 +03:00
  • 6c1ff1518f Set up multiple imports for generic diagrams 1ilit 2024-06-10 22:57:21 +03:00
  • 7716980be4 Fix title on json export lilit 2024-06-10 18:27:38 +03:00
  • 73dff50f14 Export sqlite 1ilit 2024-06-10 15:23:57 +03:00
  • 9c31e2be52 Move all type data to datatypes.js 1ilit 2024-06-10 02:17:43 +03:00
  • 0908d040e0 Load database type on open 1ilit 2024-06-09 20:18:12 +03:00
  • b13d576c5e Require selecting a db on new diagrams 1ilit 2024-06-09 18:10:51 +03:00
  • 77bdb77a9e Enable editing index names 1ilit 2024-06-07 14:18:05 +03:00
  • be6ecb066c Load types for selected db 1ilit 2024-06-06 20:24:05 +03:00
  • 1283f66a86 Fix hyphenated languages not having a border when selected 1ilit 2024-06-01 21:23:48 +03:00
  • 23d0f13a59 Fix table name not showing in default error 1ilit 2024-06-01 21:22:48 +03:00
  • 5020509626 Expose host directly in compose 1ilit 2024-06-01 20:53:07 +03:00
  • e99f5a1692 Merge pull request #119 from JeanFranz73/main lilit 2024-06-01 20:37:28 +03:00
  • 44d5f7be20 Fix recovering relationships after delete operations (#84) 1ilit 2024-05-31 20:18:40 +03:00
  • 3988b8d990 Recover relationships after undoing table delete 1ilit 2024-05-31 20:17:21 +03:00
  • 679f6b05e5 Recover relationships after undoing 'field_delete' 1ilit 2024-05-31 19:02:21 +03:00
  • 9c820664dc Fix label for cannot connect toast 1ilit 2024-05-31 17:18:03 +03:00
  • 1768c39d43 Move links to navbar 1ilit 2024-05-31 00:14:37 +03:00
  • 5e2acf91b7 Merge pull request #129 from makarbass/main lilit 2024-05-29 12:38:31 +03:00
  • 0b26f030fe feat: Add Russian locale Artem Makarov 2024-05-29 12:20:52 +03:00
  • b7b3cd8080 Merge pull request #128 from Fenix328/main lilit 2024-05-29 02:05:01 +03:00
  • 5b3364c1d8 feat: Add Ukrainian locale Oleksandr Korotash 2024-05-28 16:18:11 +03:00
  • 6774a8f1e1 Fix parsing default function names 1ilit 2024-05-25 23:20:51 +03:00
  • c99f58d8dd Merge pull request #125 from aniketjadhav16/main lilit 2024-05-24 06:41:30 +03:00
  • 3c35c0488d feat: Add hindi locale aniketjadhav16 2024-05-24 01:52:40 +05:30
  • 09fe552f03 Create .dockerignore 1ilit 2024-05-22 15:17:07 +03:00
  • f353b092f9 Create CONTRIBUTING.md 1ilit 2024-05-22 14:59:41 +03:00
  • bf744630c0 Merge pull request #123 from AyshaHakeem/main lilit 2024-05-21 05:08:47 +03:00
  • 573918eaa0 Merge pull request #122 from atiehamidi/main lilit 2024-05-21 05:06:54 +03:00