Commit Graph
132 Commits
Author SHA1 Message Date
dextmorgn ffdd2ff0b8 fix(app): revert infinite refetch 2025-11-13 18:45:12 +01:00
dextmorgn a7c6d045f8 feat(app): toolbar absolute on canvas 2025-11-13 18:29:30 +01:00
dextmorgn a31df42086 feat(app): virtualize relationship items 2025-11-12 23:19:18 +01:00
dextmorgn 3fe6184fc5 feat(app): align label left on table 2025-11-12 22:43:36 +01:00
dextmorgn 0bc52416d9 fix(app): update logs on sketchId change 2025-11-12 19:39:54 +01:00
dextmorgn f348a1bcf8 fix(app): logs timestamps
fix #38
2025-11-12 19:11:30 +01:00
dextmorgn a7732f5a31 fix(app): prevent pagination reset on data changes 2025-11-12 18:25:50 +01:00
dextmorgn 7b84fabbdb fix(app): decrease NODE_COUNT_THRESHOLD for perfs 2025-11-12 13:03:58 +01:00
dextmorgn 951599cb8c fix: social_profile typo 2025-11-12 00:53:49 +01:00
dextmorgn 36011d6863 feat(app): renaming 2025-11-10 20:19:02 +01:00
dextmorgn 84fc821d93 feat(app): refactor pages to follow same style 2025-11-10 19:55:56 +01:00
dextmorgn e3375d7b26 fix(app): merge nodes first step 2025-11-10 15:47:38 +01:00
dextmorgn 9a37954804 feat(app): remove query conditions on investigationCards 2025-11-09 23:48:41 +01:00
dextmorgn 53e3cfe685 feat(app): ts-ignore 2025-11-09 23:47:11 +01:00
dextmorgn d7e2d86ae3 feat(app): typo 2025-11-09 15:09:21 +01:00
dextmorgn da30052bfd feat(app): typo 2025-11-09 14:28:00 +01:00
dextmorgn aecec70408 feat: update licence 2025-11-08 20:26:33 +01:00
dextmorgn fa91298f55 feat(app): import buton on add-items-modal 2025-11-06 15:47:04 +01:00
dextmorgn 6c21a96ff0 style(app): dark colors 2025-11-06 15:34:53 +01:00
dextmorgn a9ed99ae08 feat(app): custom types builder and usage 2025-11-06 14:44:29 +01:00
dextmorgn 98cfcd42b5 feat(app): restyle warning message 2025-11-05 17:08:47 +01:00
dextmorgn 9ce8866e82 fix(app): laggy import preview + fix problems in inputs 2025-11-05 17:05:31 +01:00
dextmorgn c7a8021026 feat(app): update styles for import sheet 2025-11-05 16:40:24 +01:00
dextmorgn e739dddce0 refactor(app): remove unused code 2025-11-05 15:40:57 +01:00
dextmorgn cebeca5066 feat(app): import modal 2025-11-05 15:36:09 +01:00
dextmorgn 91a01a23ef fix(app): memoize logs 2025-11-05 11:54:09 +01:00
dextmorgn b0a5aef142 feat(app): truncated labels in relation modal + full width support links 2025-11-04 11:45:28 +01:00
dextmorgn aa4ebad374 feat(app): randomize node colors + remove unused tab component 2025-11-04 11:05:23 +01:00
dextmorgn 7ebcbc8acd fix(app): remove virtualization on relations list 2025-11-03 14:38:15 +01:00
dextmorgn 4c96db34bb feat(app): bump to react 19 + react compiler 2025-11-02 12:43:19 +01:00
dextmorgn d869d75fb0 fix(app/graph): warmup ticks to 0 2025-11-02 02:24:34 +01:00
dextmorgn ebd3a92a59 feat(www): remove unused scrollarea 2025-11-01 14:13:52 +01:00
dextmorgn 1d7075c1fc feat(app): allow node color customization 2025-11-01 14:06:24 +01:00
dextmorgn f289fd9f7e fix(app): use hardcoded value for warmupticks
n

Fixes #29
2025-11-01 14:04:18 +01:00
dextmorgn 0606af7f71 feat(app/graph): link hover 2025-11-01 13:25:30 +01:00
dextmorgn 4606ac40d5 feat(app): lasso active status indicator 2025-11-01 08:41:04 +01:00
dextmorgn ee7393982c feat(app): move settings in a drawer 2025-11-01 08:31:48 +01:00
dextmorgn 9808af70d0 fix(app/graph): entity + link labels as settings
fix #26
2025-11-01 08:17:19 +01:00
dextmorgn 41ff10da08 feat(app/graph): add background to labels 2025-11-01 07:55:04 +01:00
dextmorgn 0f10bff687 fix(app/graph): fix graph settings 2025-10-31 19:15:21 +01:00
dextmorgn 169886c4ca perf(app/graph): increase graph rendering perfs 2025-10-31 18:07:43 +01:00
dextmorgn 0c0c9bf291 fix(app): use of uuid instead of native crypto
fix #24
2025-10-31 15:24:38 +01:00
dextmorgn dc52a624ef fix(app): wrong api url format for events 2025-10-31 14:18:51 +01:00
dextmorgn cdf754ece6 refactor: use only .env api url value 2025-10-31 14:14:01 +01:00
dextmorgn f10180a608 refactor(app): remove unused "forgot password" 2025-10-31 13:07:42 +01:00
dextmorgn e0cf17a0c6 feat(app): use optimistic mechanism to add items
Use of optimistic adding to increase use xp and decrease loading state.
2025-10-29 09:43:43 +01:00
dextmorgn 6cb17e821a fix(app): related item adding 2025-10-29 09:20:32 +01:00
dextmorgnandGitHub 786b46df90 Merge pull request #21 from reconurge/fix/add-item-searchbar
fix(app): filter on add items panel
2025-10-29 08:58:31 +01:00
dextmorgn fb4b8be0d9 fix(app): filter on add items panel
fix #19
2025-10-29 08:57:34 +01:00
dextmorgn 905abe4d5f fix: mismatch between node_modules folders 2025-10-29 08:54:31 +01:00