Commit Graph

332 Commits

Author SHA1 Message Date
a619be7881 Convert all store files from JavaScript to TypeScript
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 14:47:57 +08:00
90048d0505 Standardize store exports to named useXxxStore convention
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 13:25:00 +08:00
147b16ca34 Add centralized API client with axios interceptors, remove vue-axios
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 12:44:33 +08:00
4e22643999 Upgrade Tailwind CSS from 3 to 4 with CSS-first config migration
Migrate tailwind.config.js to @theme in CSS, replace PostCSS plugins
with @tailwindcss/postcss, add @reference to 12 Vue scoped styles using
@apply, and remove autoprefixer (now built into Tailwind 4).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 11:29:03 +08:00
1d0d938193 Replace let with const where variable is never reassigned in Vue files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 09:38:40 +08:00
64372c7043 Replace loose equality (== null, != null) with strict equality
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 09:22:36 +08:00
3eec131ae0 Fix typos: createfilterId, sidevarFilterRef, selecteName, namber
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 09:15:35 +08:00
04841d84f2 Remove dead code and incorrect unused comments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 08:54:51 +08:00
523515459b Remove .ts extension from import paths
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 08:50:01 +08:00
dfd5706bcf Replace .map() with .forEach() where return value is unused
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 08:46:01 +08:00
79811435de Fix typos: updataFilter, updataConformance, setPrevioiusPage, reallyDeldet, tooken, pageAdimin
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 08:43:09 +08:00
fba2efe21e Fix MainContainer beforeRouteEnter missing try-catch and next() call
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 07:43:17 +08:00
Cindy Chang
5b3c0050b9 fix: dotted solid edge style bug 2024-09-05 17:49:01 +08:00
Cindy Chang
11d5109164 basic compare map routing 2024-09-03 15:33:25 +08:00
Cindy Chang
d16f7a264e save button effect 2024-09-03 09:27:46 +08:00
Cindy Chang
7b7b722efb button with border done 2024-08-30 16:59:03 +08:00
Cindy Chang
725cc76ac2 refine default highlight for all six views 2024-08-30 11:16:03 +08:00
Cindy Chang
700b701984 my account page without component button 2024-08-30 09:41:28 +08:00
Cindy Chang
9cf10f5108 my account cancel button added 2024-08-29 16:04:07 +08:00
Cindy Chang
3a44b74bbc responsive name 2024-08-29 14:41:41 +08:00
Cindy Chang
1883818b8b persist installed. MyAccount in progress 2024-08-29 14:19:27 +08:00
Cindy Chang
495fcf7b03 new glowing capsule images 2024-08-29 11:01:12 +08:00
Cindy Chang
b76c432386 WIP my account page 2024-08-28 15:52:12 +08:00
Cindy Chang
f3b9f7cd41 refactor create paths method and highlight path method 2024-08-28 11:46:54 +08:00
Cindy Chang
5164313082 refine "password" layout for both cases 2024-08-28 09:21:14 +08:00
Cindy Chang
63743280f6 fix first index of mapGraphPathToInsight nested object 2024-08-27 16:32:52 +08:00
Cindy Chang
554411ace1 sometimes highlightMostFrequentPath works 2024-08-27 16:03:01 +08:00
Cindy Chang
56096a01de WIP My Account. 2024-08-27 14:25:20 +08:00
Cindy Chang
49b8233909 fix BPMN multiple selection bug 2024-08-27 11:14:13 +08:00
Cindy Chang
09237a0759 MyAccount page prototype 2024-08-27 09:32:06 +08:00
Cindy Chang
7243100d9c refine isConfirmDisabled 2024-08-26 13:59:02 +08:00
Cindy Chang
ff8179404b consider the situation when reset section is not open. consider the situation when password is not sent to backend 2024-08-26 13:53:49 +08:00
Cindy Chang
97e01c93fd new version of password edit. Reset button added 2024-08-26 13:40:33 +08:00
Cindy Chang
247a4dbef8 mousedown mouseup eye button 2024-08-26 11:50:13 +08:00
Cindy Chang
b5d5b1456d force-directed layout 2024-08-23 11:19:46 +08:00
Cindy Chang
ab15087c2d refine: glow width 2024-08-21 16:38:27 +08:00
Cindy Chang
23a21f1b0a refine nodes 2024-08-21 15:33:55 +08:00
Cindy Chang
c3c2861a8f highlight node and edge 2024-08-21 14:45:59 +08:00
Cindy Chang
2de9a2b3e6 WIP: createAllPaths 2024-08-19 16:19:12 +08:00
Cindy Chang
975b8340b8 fix: #316 cancel and close hover effect 2024-08-16 16:58:13 +08:00
Cindy Chang
9842bf678f fix: #336 add name at info 2024-08-16 13:40:20 +08:00
Cindy Chang
fe3c44659c fix: #325 autocomplete="off" 2024-08-16 12:45:35 +08:00
Cindy Chang
43cbfb0529 Map filename added 2024-08-16 10:47:17 +08:00
Cindy Chang
772302d079 fix: use filter to replace find 2024-08-15 14:36:59 +08:00
Cindy Chang
305771ce5a WIP: level capsule. However, one capsule is failed 2024-08-15 14:26:08 +08:00
Cindy Chang
9a7442b4ef WIP: map with transparent default bg 2024-08-15 13:46:33 +08:00
Cindy Chang
fb335f996d Map. dagre and spread algorithm 2024-08-15 10:54:04 +08:00
Cindy Chang
ffe97ed63f sonar fix 3 issues and now 0 left 2024-08-14 15:45:10 +08:00
Cindy Chang
1dbe7e716f fix: #330 mouseout effect for edit and delete button 2024-08-14 11:31:57 +08:00
Cindy Chang
2ec7029887 fix: #319 only allow confirm button when all the fields are filled in 2024-08-14 10:44:04 +08:00