zhengchen.tao
11da502f75
fix(numpad): 修小键盘点击卡顿,touch-action: none → manipulation
...
诊断:用户反馈仅小键盘点击有延迟感,其他按钮正常。范围缩小后定位到
.numpad-button 上的 touch-action: none(上游 e178a079 引入)与 F7
内部 tap 事件处理叠加,让 click 事件合成慢一拍。backspace(自定义
.numpad-backspace-button 类)不受影响,刚好印证范围。
修复:改为 touch-action: manipulation(W3C 标准"快速点击"值),禁双
击缩放消除老 300ms 延迟,但保留 click 事件正常合成。
FORK.md #11 状态:🔍 调查中 → 🟢 已完成,附真因记录避免后续误诊。
2026-05-02 18:09:40 +08:00
zhengchen.tao
285fef6eba
更新 .gitignore,添加 .claude/ 目录;新增 MY_REQUIREMENTS.md 文件,记录个人需求清单;优化小键盘组件,调整布局并添加删除按钮;修改路由配置,禁用某些页面的动画效果;全局样式中调整过渡时长。
2026-04-05 16:31:02 +08:00
MaysWind
fc9581580c
fix the system paste button appears again after the user tap outside
2026-01-19 22:23:24 +08:00
MaysWind
8447dd7ae6
support pasting amount on number pad sheet for non-ios device
2026-01-17 22:16:30 +08:00
MaysWind
c8b3daa915
make the styling consistent across all pages of the mobile version
2025-12-01 00:55:22 +08:00
MaysWind
837a62a534
paste amount on number pad sheet for ios
2025-11-23 02:32:12 +08:00
MaysWind
34c5a1750e
use for-of statements to replace for and for-in
2025-09-09 23:48:42 +08:00
MaysWind
7e2e1a4ad3
use truncation instead of rounding down or rounding to the nearest value when numerical calculations exceed precision limits
2025-09-09 20:46:51 +08:00
MaysWind
b79ffafaee
code refactor
2025-08-29 00:43:34 +08:00
MaysWind
13d5759e84
mobile version supports rtl
2025-08-20 01:13:39 +08:00
MaysWind
cd4d230d29
support changing numeral system
2025-08-17 01:55:19 +08:00
MaysWind
09a1dd0358
update closing balance in reconciliation statement page
2025-07-30 23:07:04 +08:00
MaysWind
880b614636
clear the data of the last unfinished calculation when opening the number pad sheet
2025-07-28 23:17:39 +08:00
MaysWind
ab58109e5e
account edit page displays the debt amount instead of the balance for credit card and debt accounts
2025-02-11 00:45:23 +08:00
MaysWind
c675057ab1
code refactor
2025-01-18 22:50:13 +08:00
MaysWind
922c338387
code refactor
2025-01-15 23:15:42 +08:00
MaysWind
659b819011
code refactor
2025-01-12 15:10:22 +08:00
MaysWind
89b233e51b
code refactor
2025-01-11 14:05:17 +08:00
MaysWind
b2e36a24fd
migrate mobile ui utils to typescript
2025-01-11 00:53:22 +08:00
MaysWind
cb142a65f3
move file
2025-01-07 00:09:28 +08:00
MaysWind
2b71723ba1
migrate number pad sheet to composition API and typescript
2025-01-06 22:41:55 +08:00
MaysWind
5171f23c09
migrate user store to composition API and typescript
2025-01-05 22:54:53 +08:00
MaysWind
2560a70e5e
migrate to typescript
2024-12-30 00:56:48 +08:00
MaysWind
e549779164
display amounts according to currency decimals number count
2024-12-06 23:56:02 +08:00
MaysWind
d2b3900ed4
code refactor
2024-06-30 21:18:21 +08:00
MaysWind
399413a270
support setting decimal separator and digit grouping symbol
2024-06-30 01:48:36 +08:00
MaysWind
d9c8142c51
code refactor
2024-06-29 17:12:02 +08:00
MaysWind
9adfd286f9
code refactor
2023-07-02 00:51:26 +08:00
MaysWind
dfb885f38d
support setting app font size
2023-06-12 01:39:23 +08:00
MaysWind
46d85e92cd
use pinia to replace vuex, code refactor
2023-06-11 22:08:30 +08:00
MaysWind
d39550e090
improve ui
2023-04-22 20:47:25 +08:00
MaysWind
e178a0795a
code refactor
2023-04-21 22:16:35 +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
MaysWind
8c33243c90
code refactor
2023-04-09 01:04:00 +08:00
MaysWind
2adb8f8922
change minus sign to negative sign automatically
2020-12-18 01:35:27 +08:00
MaysWind
eef67bcb5c
auto use smaller font size when formula or number too long
2020-12-18 00:09:10 +08:00
MaysWind
cef5a8375d
numpad supports min and max value
2020-12-17 23:04:55 +08:00
MaysWind
75b151da9b
code refactor
2020-12-12 22:11:08 +08:00
MaysWind
f1ee6f19d0
numpad support safe area
2020-12-10 23:18:38 +08:00
MaysWind
f2c35a9eb8
modify numpad style, support clear all input after pressing backspace button
2020-12-10 23:00:44 +08:00
MaysWind
7a94c6cdeb
add numpad sheet component
2020-12-10 03:34:59 +08:00