Cindy Chang
26441d3979
WIP: account info modal prototype with a little bit of pinia state mgmt.
2024-06-20 12:13:39 +08:00
Cindy Chang
b7862ab164
WIP account mgmt data-table prototype and modal prototype.
2024-06-19 15:55:02 +08:00
Cindy Chang
341fd61d07
WIP: account management menu can be toggled by head button now.
2024-06-18 16:38:02 +08:00
Cindy Chang
d0d6c482ee
fix #216 with cookie mgmt.
2024-06-14 16:44:17 +08:00
Cindy Chang
5bf98a1b74
WIP #216 . The timing is not good. After user password is confirmed, the isLoggedIn boolean is still false, and thus causing the website to stay at the login page
2024-06-14 16:17:20 +08:00
Cindy Chang
d47b17f575
fix #301 should push to "/files"
2024-06-14 11:30:43 +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
235504a3fb
fix #293 . stay at MAP page. Remove calling of copyPending.......
2024-06-12 10:43:48 +08:00
Cindy Chang
d117adf54e
fix #287 , 261 by removing Math.floor()
2024-06-12 09:05:46 +08:00
Cindy Chang
314670eafd
fix #216 . Add base5
...
encode. Also add cypress.
2024-06-11 12:23:17 +08:00
Cindy Chang
aa1dbfabf2
#216 done by using return-to URL mechanism
2024-06-11 11:57:33 +08:00
Cindy Chang
444b7d6975
WIP: not sure what is aaa and bbb meaning in /rule/log/aaa/conformance/bbb
2024-06-11 09:15:16 +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
7e362d8740
fix #217 ; this time finally found the root cause.
...
If user didn't click any start-end radio button this time,
the start, end value might be null as their initial values are.
So we need to use the earliest value stored in pinia. (In ActRadio.vue created phase)
2024-06-07 15:31:53 +08:00
Cindy Chang
e16304df45
WIP #217 don't know why it seems to work though
2024-06-07 11:39:53 +08:00
Cindy Chang
c0c455c55c
refine performance code layout
2024-06-06 15:16:43 +08:00
Cindy Chang
9539237c3d
refactor (slight, although many files)
2024-06-06 09:25:26 +08:00
Cindy Chang
0df045c218
fix #294 by handling navItem string with function mapPageNameToCapitalUnifiedName()
2024-06-05 14:42:24 +08:00
Cindy Chang
5f0e12ef1a
pageAdmin add setActivePageComputedByRoute function
2024-06-05 13:08:52 +08:00
Cindy Chang
38e1aa9446
refine and clean console.log
2024-05-31 16:07:52 +08:00
Cindy Chang
2142399f8c
fix #295 include both save and cancel cases of popup modal; however, for cases when conformance page acting as starting point, bugs are still there
2024-05-31 16:04:52 +08:00
Cindy Chang
0a1eefbaa7
original bug is fixed but save modal is not handle (nav-item bg color is not correctly painted)
2024-05-31 14:36:51 +08:00
Cindy Chang
69f6a2048a
WIP #295 not yet keep previous page
2024-05-31 12:03:09 +08:00
chiayin
e391c9a237
docs: Update all files JSDoc.
2024-03-29 15:49:05 +08:00
chiayin
dfc0d9a7a6
fix: Issues #230 done.
2024-03-22 15:42:20 +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
49b0e462a1
refactor: Conformance Router - FILES page to Confomance page router done.
2024-03-15 16:52:43 +08:00
chiayin
0d12c50a1b
fix: Issues #234 done.
2024-03-01 17:01:18 +08:00
chiayin
68cf73f4e5
fix: Issues #231 done.
2024-03-01 16:53:30 +08:00
chiayin
a6a007abd2
feat: Compare SidebarStates API done.
2024-02-20 17:40:19 +08:00
chiayin
795480ee89
feat: Compare Dashboard API done.
2024-02-20 12:44:30 +08:00
chiayin
66a6f7806d
feat: Compare sidebar layout done.
2024-02-16 11:35:10 +08:00
chiayin
d89c5ff4d8
feat: Performance timeLabel done.
2024-02-01 12:33:11 +08:00
chiayin
329e1035ad
feat: Performance API done.
2024-01-26 10:38:42 +08:00
chiayin
a93ee122d0
feat: Refresh Token in processes.
2024-01-22 10:46:24 +08:00
chiayin
b23d89bc38
feat: Files uploadFailedSecond error text done.
2024-01-17 16:59:57 +08:00
chiayin
a9f991a715
feat: Files uploadFailedFirst size > 80MB text done.
2024-01-17 11:20:36 +08:00
chiayin
75bbcd07ab
feat: Files Delete File done.
2024-01-17 10:46:07 +08:00
chiayin
5bc9139fc5
fix: Files Upload API & Rename API done.
2024-01-16 11:40:03 +08:00
chiayin
02deb591a1
feat: Refresh Token in progress.
2024-01-16 11:07:59 +08:00
chiayin
9753ed535d
feat: File download done.
2024-01-15 17:18:45 +08:00
chiayin
d4f0801ca1
feat: File rename API done.
2024-01-11 12:26:40 +08:00
chiayin
fe5731ae15
feat: Upload failde Second Modal done.
2024-01-05 16:39:09 +08:00
chiayin
3fb18d4a17
feat: upload Rename Input done.
2024-01-05 14:24:12 +08:00
chiayin
65c42312ee
feat: upload contentEditable done.
2024-01-03 17:45:46 +08:00
chiayin
9ef441ee83
feat: upload done.
2023-12-29 16:05:27 +08:00
chiayin
911abc2139
refactor: Issues #177 change files API done.
2023-12-14 15:36:50 +08:00
chiayin
8ae4082a47
feat: Conformance Save leaved page done.
2023-12-04 14:11:29 +08:00