MaysWind
4700446ca0
use for-of statements to replace for and for-in
2025-09-14 01:43:04 +08:00
MaysWind
8368b02be8
calendar display type supports Gregorian with Chinese
2025-09-06 01:06:31 +08:00
MaysWind
e85a4701ed
fix cannot selecting time when the number system was not Arabic numerals
2025-08-29 00:53:23 +08:00
MaysWind
411130db4e
support calendar display type (Gregorian and Buddhist)
2025-08-28 00:31:59 +08:00
MaysWind
25681f622d
add explicit type for string-based datetimes, replacing third-party datetime type with internal DateTime type
2025-08-25 00:39:36 +08:00
MaysWind
b24ebdb83e
redesign time picker in date time select for desktop device
2025-07-31 22:19:12 +08:00
MaysWind
c5aa37037f
the number of digits shown for hours, minutes, and seconds in the time picker depends on the user's language settings
2025-07-23 01:06:34 +08:00
MaysWind
515b9af61a
add reconciliation statement in desktop version
2025-07-21 00:40:02 +08:00
MaysWind
bcb6c4f419
time selector in mobile version supports loop selection
2025-07-21 00:39:32 +08:00
MaysWind
4111eb0838
code refactor
2025-06-09 23:50:30 +08:00
MaysWind
58097331da
code refactor
2025-01-21 23:47:22 +08:00
MaysWind
8c7fc0fef9
migrate datetime selection sheet to composition API and typescript
2025-01-11 16:51:56 +08:00
MaysWind
b2e36a24fd
migrate mobile ui utils to typescript
2025-01-11 00:53:22 +08:00
MaysWind
5171f23c09
migrate user store to composition API and typescript
2025-01-05 22:54:53 +08:00
MaysWind
9f7b40381c
migrate lib/datetime.js to ts
2025-01-04 00:18:35 +08:00
MaysWind
ad9a390b58
migrate consts/datetime.js to ts
2025-01-02 00:39:56 +08:00
MaysWind
2560a70e5e
migrate to typescript
2024-12-30 00:56:48 +08:00
MaysWind
368322f906
initial display mode of the date time sheet in mobile version depends on the click content ( #28 )
2024-09-26 00:46:42 +08:00
MaysWind
cc3e1f2978
code refactor
2024-07-07 17:28:25 +08:00
MaysWind
cb57b216d0
fix the bug that the sheet would display blank after clicking now button and switching from date mode to time mode in date time selection sheet
2024-04-05 23:45:33 +08:00
MaysWind
222951139c
swap the location of now and switch mode button
2024-04-05 23:33:52 +08:00
MaysWind
09d47459b6
add toggle calendar and time picker button
2024-03-10 20:48:20 +08:00
MaysWind
9488b85705
fix the bug that the time picker for mobile device displays and sets incorrectly when the default time zone is not the browser time zone
2024-03-10 02:34:28 +08:00
MaysWind
802cdabd75
the order of year and month in the date picker is based on the order in long date format set by the user
2024-03-09 21:51:23 +08:00
MaysWind
bed2aef7f8
use time picker in datetime selection sheet for mobile device
2024-03-03 23:01:27 +08:00
MaysWind
7257abefb4
fix AM/PM text in datetime picker is not translated
2023-08-19 22:37:26 +08:00
MaysWind
25f83a98e3
code refactor
2023-07-16 23:05:11 +08:00
MaysWind
bb6345ccfa
update vue-datepicker, and make the picker show the calendar view every time opening
2023-06-23 15:48:47 +08:00
MaysWind
46d85e92cd
use pinia to replace vuex, code refactor
2023-06-11 22:08:30 +08:00
MaysWind
0a106026dd
user settings supports language and date&time format
2023-06-05 00:54:07 +08:00
MaysWind
9511644ce6
update third party dependencies
2023-05-28 17:59:08 +08:00
MaysWind
b180c0bbe6
modify link text
2023-04-22 22:35:36 +08:00
MaysWind
c0cd3fc5c2
improve ui
2023-04-22 01:24:49 +08:00
MaysWind
f95c4393d2
fix the problem that the day of week in date time / date range picker is wrong
2023-04-22 01:10:22 +08:00
MaysWind
9b0dea80c9
don't allow clear the value in datetime picker
2023-04-21 23:14:26 +08:00
MaysWind
a7ca394864
code refactor
2023-04-21 22:20:11 +08:00
mayswind
b1c765eb51
Upgrade to vue3 ( #16 )
...
* upgrade to vue 3.x and framework7 8.x
* change calendar plugin to vue-datepicker
* disable export button when user does not hava any transaction
* implement new pin code input
* append thousands separator in amount in exchange rates page
2023-04-21 01:45:00 +08:00