Commit Graph

62 Commits

Author SHA1 Message Date
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
Cindy Chang
df341c26ab fix: #329 text ellipsis. Sonar 2024-08-14 09:59:09 +08:00
Cindy Chang
db8f8eefd6 sonar 4 left. cookie regex 2024-08-13 13:37:11 +08:00
Cindy Chang
1e0796e56e sonar 12 left. XSS on Performance page 2024-08-13 10:44:11 +08:00
Cindy Chang
86cfb409c3 sonar 41 left 2024-08-02 11:15:15 +08:00
Cindy Chang
a5f271ccc8 sonar low 2024-07-26 10:48:38 +08:00
Cindy Chang
e5b15957cc sonar qube 2024-07-22 14:14:57 +08:00
Cindy Chang
adcdb2bdc0 refactor NavBar.vue 2024-07-22 13:52:48 +08:00
Cindy Chang
07d6e75a6a sonar qube; ternary if 2024-07-16 15:42:30 +08:00
Cindy Chang
1836ef5fbf fix: sonar qube 2024-07-16 09:16:15 +08:00
Cindy Chang
65fdb2a945 fix: #258 YYYY/MM/DD 2024-06-27 13:48:57 +08:00
Cindy Chang
963645f071 fix: performance page linechart tooltip time display with time unit 2024-06-25 09:03:18 +08:00
Cindy Chang
96ee2eb7fb fix: #303 of cycle eff tooltip. Change background chart grid lines. 2024-06-19 11:00:03 +08:00
Cindy Chang
b10e135fee fix: make legend disappear by not declaring plugins twice 2024-06-19 10:21:15 +08:00
Cindy Chang
5d33b6481c fix: #299 Cycle efficiency X axis should only display to YYYYMM. 2024-06-18 10:47:58 +08:00
Cindy Chang
adb2ab29af refine use ticks[ticks.length - 1].value 2024-06-18 09:52:43 +08:00
Cindy Chang
6c9322d1bc fix: #258 2024-06-18 09:25:13 +08:00
Cindy Chang
9b88de4c3f fix: #302. Shouldn't use mod and shouldn't double divide. 2024-06-17 23:03:46 +08:00
Cindy Chang
cee61dbd93 fix: #287 Compare page 2024-06-17 22:46:32 +08:00
Cindy Chang
7750f913a8 ticks.length solves the Y axis bug. 2024-06-17 22:32:57 +08:00
Cindy Chang
9f121eb5d4 WIP: explicit declare primevue option of one of the chart and the bug is somewhat solved 2024-06-17 21:31:41 +08:00
Cindy Chang
13bc3882ed fix #300 handle compare page by handling data[0], data[1] 2024-06-14 10:57:31 +08:00
Cindy Chang
0689e79013 WIP #300 Performance page done. Use ref() instead of reactive() in independant Vue3 component. 2024-06-13 15:40:51 +08:00
Cindy Chang
f6989c4759 WIP same as the previoius commit. Tried to extract out an independent vue component to prevent shared primevue option.
X axis is with bug now.
2024-06-13 13:35:58 +08:00
Cindy Chang
310c416fd7 WIP #300 Tried to extract out an independent vue component to prevent shared primevue option 2024-06-13 09:48:19 +08:00
Cindy Chang
339657879a fix #287 by using simple division 2024-06-12 12:27:51 +08:00
Cindy Chang
d6cb329a5c fix #258. Compare page and Performance pages are featured with formatted x ticks.
The author supposes this issue is not a bug but a feature.
2024-06-07 15:55:51 +08:00
Cindy Chang
fc99bac449 WIP customizing x tick according to time difference 2024-06-07 10:37:28 +08:00
Cindy Chang
c0c455c55c refine performance code layout 2024-06-06 15:16:43 +08:00
chiayin
e391c9a237 docs: Update all files JSDoc. 2024-03-29 15:49:05 +08:00
chiayin
c608b1cc52 fix: Issues #278 done. 2024-03-27 11:20:54 +08:00
chiayin
c26693f933 fix: Issues #262 done. 2024-03-25 12:03:23 +08:00
chiayin
83cca58fe2 fix: Issues #261 done. 2024-03-25 11:36:06 +08:00
chiayin
456078141a fix: Issues #277 Performance page done. 2024-03-21 11:25:37 +08:00
chiayin
483f6a026d refactor: Discover Router Save done. 2024-03-19 16:29:29 +08:00
chiayin
6663b48159 refactor: Discover Router done. 2024-03-19 15:57:12 +08:00
chiayin
4cea216337 fix: Issues #261 done. 2024-03-13 12:16:10 +08:00
chiayin
2c5eb7bcea fix: Issues #252 remove table-fixed done. 2024-03-12 17:33:40 +08:00
chiayin
689e792cbc fix: Issues #258 Performance Line Chart done. 2024-03-12 16:54:24 +08:00
chiayin
e581bdcfe4 fix: Issues #256 fix Compare Line Chart Y unit to 'Count' done. 2024-03-12 16:16:02 +08:00
chiayin
64ae986384 fix: Issues #256 fix Performance Line Chart Y unit to 'Count' done. 2024-03-12 15:47:15 +08:00
chiayin
2c6a45232d fix: Issues #256 fix Compare Horizontal Bar Chart X unit to 'Count' done. 2024-03-12 14:09:28 +08:00
chiayin
fa0376ec5f fix: Issues #256 fix Horizontal Bar Chart X unit to 'Count' done. 2024-03-12 12:10:49 +08:00
chiayin
557f0812c7 fix: Issues #253 fixed Performancce titel font-size done. 2024-03-12 11:11:22 +08:00
chiayin
f429d21584 fix: Primevue css update to fix google font icon text-size done. 2024-02-22 10:08:40 +08:00
chiayin
1eadcdd506 feat: Compare & Performance add function information done. 2024-02-20 12:58:08 +08:00
chiayin
ac8a3b0b27 feat: Compare bar layout done. 2024-02-15 13:00:01 +08:00
chiayin
8ce668f471 feat: Performance conformance page to performance page done. 2024-02-07 11:37:53 +08:00