|
|
8e6ba876e3
|
Fix null from match() on empty string in formatNumberWithCommas
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 14:10:26 +08:00 |
|
|
|
63fa11c44e
|
Wrap localStorage JSON.parse in try-catch in cytoscapeMap
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 14:10:17 +08:00 |
|
|
|
2a2eeabac7
|
Fix XSS in uploadFailedSecond default case with escapeHtml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 14:10:16 +08:00 |
|
|
|
b58659295b
|
Fix null from match() crash in formatMaxTwo
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 14:10:14 +08:00 |
|
|
|
c6d073e119
|
Fix getYTicksByIndex truncating integers by using toFixed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 14:10:09 +08:00 |
|
|
|
19a39bbbff
|
Clean up dead code, typos, and minor style issues
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 14:00:31 +08:00 |
|
|
|
48784010ad
|
Fix chart data issues: 24-hour format, Y-axis bounds, rounding modes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 13:55:45 +08:00 |
|
|
|
881dccc1ab
|
Fix memory leaks from Tippy.js instances and unremoved event listeners
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 13:54:38 +08:00 |
|
|
|
847904c49b
|
Apply repository-wide ESLint auto-fix formatting pass
Co-Authored-By: Codex <codex@openai.com>
|
2026-03-08 12:11:57 +08:00 |
|
|
|
e275e79a63
|
Sanitize Cytoscape tooltip labels to prevent XSS
Co-Authored-By: Codex <codex@openai.com>
|
2026-03-08 10:41:48 +08:00 |
|
|
|
1d621bf304
|
Translate all Chinese comments and strings to English
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-07 20:03:19 +08:00 |
|
|
|
cd71815c97
|
Remove artificial delay from apiError, show toast immediately
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-07 08:59:52 +08:00 |
|
|
|
589783d481
|
Fix typos in error messages, constants, and UI labels
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-07 08:55:33 +08:00 |
|
|
|
c602848ad7
|
Add null check before tip.hide() on mouseout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-07 08:44:42 +08:00 |
|
|
|
ef8ce0d778
|
Fix showCancelButton using string instead of boolean in renameModal
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-07 07:23:45 +08:00 |
|
|
|
702d508d37
|
Fix incorrect hour/minute calculation in simpleTimeLabel()
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-07 07:05:41 +08:00 |
|
|
|
7fec6cb63f
|
Add JSDoc documentation and file headers to all source files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-06 18:57:58 +08:00 |
|
|
|
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 |
|
|
|
802a5e51fd
|
Replace let with const where variable is never reassigned
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-06 08:57:36 +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 |
|
|
|
6178f09cfe
|
Fix abbreviateNumber result.trim() return value not assigned back
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-06 08:08:43 +08:00 |
|
|
|
9eb8881c57
|
Fix module-level store init in files.js, apiError.js, cytoscapeMap.js and add files store tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-06 07:59:30 +08:00 |
|
|
|
5be29ddd51
|
Add escapeHtml utility and apply to all user-controllable SweetAlert2 html
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-06 07:52:26 +08:00 |
|
|
|
954b41b555
|
Add Secure and SameSite=Lax flags to all cookie operations
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-06 07:51:14 +08:00 |
|
Cindy Chang
|
5b3c0050b9
|
fix: dotted solid edge style bug
|
2024-09-05 17:49:01 +08:00 |
|
Cindy Chang
|
8635c8d3e2
|
refine last commit
|
2024-09-05 14:58:26 +08:00 |
|
Cindy Chang
|
322f05de14
|
separately save vertical and horizontal node positions
|
2024-09-05 14:55:14 +08:00 |
|
Cindy Chang
|
35c7ac355e
|
fix vertical path bug by not handling TB case
|
2024-09-02 13:12:12 +08:00 |
|
Cindy Chang
|
495fcf7b03
|
new glowing capsule images
|
2024-08-29 11:01:12 +08:00 |
|
Cindy Chang
|
ad568e57ad
|
self-loop control-point-step-size
|
2024-08-29 10:33:19 +08:00 |
|
Cindy Chang
|
4b56130278
|
1. highlight last edge. 2. padEnd() to left align capsule label
|
2024-08-28 14:09:32 +08:00 |
|
Cindy Chang
|
f3b9f7cd41
|
refactor create paths method and highlight path method
|
2024-08-28 11:46:54 +08:00 |
|
Cindy Chang
|
b72d87fb52
|
BPMN view: remove radio buttons
|
2024-08-27 11:05:07 +08:00 |
|
Cindy Chang
|
09237a0759
|
MyAccount page prototype
|
2024-08-27 09:32:06 +08:00 |
|
Cindy Chang
|
26295d5b55
|
reset map trace button
|
2024-08-26 09:42:55 +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
|
85b8536f3a
|
dualonNodeClickHighlightEdges and onEdgeClickHighlightNodes
|
2024-08-21 15:10:50 +08:00 |
|
Cindy Chang
|
d56ea98780
|
highlight path
|
2024-08-21 14:25:34 +08:00 |
|
Cindy Chang
|
4ab0d4765b
|
WIP: depthFirstSearchMatchTwoPaths can have one true
|
2024-08-21 12:22:33 +08:00 |
|
Cindy Chang
|
0950214f19
|
separate cases for text-margin-x
|
2024-08-19 11:53:14 +08:00 |
|
Cindy Chang
|
aebf25a271
|
WIP: blue overlay edge for cytoscape
|
2024-08-19 11:16:56 +08:00 |
|
Cindy Chang
|
6fcd7efbfc
|
WIP: cytoscape edge text can be highlighted
|
2024-08-16 16:05:00 +08:00 |
|
Cindy Chang
|
9a7442b4ef
|
WIP: map with transparent default bg
|
2024-08-15 13:46:33 +08:00 |
|