• Joined on 2023-11-19
matmoul pushed to dev at m/mtm-rpn-js 2026-05-16 19:41:55 +00:00
813fae1b61 refactor(calc-02): simplify calculator layout structure
208db58fe7 fix: make calc-02 panels stretch and scroll within container
ea6401a006 fix: constrain calculator width on calc-02 sample
Compare 3 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-16 17:44:11 +00:00
ea61ec17d5 fix: remove portrait class from calc-02 calculator shell
matmoul pushed to dev at m/mtm-rpn-js 2026-05-16 17:35:24 +00:00
a4bbffe65b feat: replace calculator enter key label with symbol
matmoul pushed to main at m/mtm-rpn-js 2026-05-16 04:08:54 +00:00
a24142cd72 docs: remove obsolete temporary README file
4df99d0738 docs: update README for default demo and command aliases
Compare 2 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-16 03:23:52 +00:00
a24142cd72 docs: remove obsolete temporary README file
matmoul pushed to dev at m/mtm-rpn-js 2026-05-16 03:01:31 +00:00
4df99d0738 docs: update README for default demo and command aliases
matmoul pushed to main at m/mtm-rpn-js 2026-05-16 02:54:07 +00:00
1cef2d2d6a fix(calc-02): reorder display buttons in portrait layout
442a97d573 fix: reorder calc display buttons in portrait layout
44ce67c5cc docs: align calc-02 visual portrait tables
a7411243de fix: reorder display buttons in calc-02 sample
f8de4e1709 docs: update project memory for calc-02 UI and command notes
Compare 50 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-16 02:44:22 +00:00
1cef2d2d6a fix(calc-02): reorder display buttons in portrait layout
442a97d573 fix: reorder calc display buttons in portrait layout
44ce67c5cc docs: align calc-02 visual portrait tables
a7411243de fix: reorder display buttons in calc-02 sample
Compare 4 commits »
matmoul deleted branch calc-01 from m/mtm-rpn-js 2026-05-16 02:11:24 +00:00
matmoul pushed to dev at m/mtm-rpn-js 2026-05-16 02:10:23 +00:00
f8de4e1709 docs: update project memory for calc-02 UI and command notes
003d4fde1b feat(calc-02): add shared popup menus for mode and constants
e5f50aee0a fix: reorder calc-02 display buttons
6a7a60a9bc fix: align calc menus with trigger width
a37ed59b40 fix: reorder calc-02 display buttons
Compare 6 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-16 01:11:11 +00:00
849170ea49 docs: update calc-02 portrait visual reference
matmoul pushed to dev at m/mtm-rpn-js 2026-05-16 01:03:14 +00:00
0100da80bb fix(calc-02): adjust keypad grid sizing
e1fd730db5 fix: remove panel border from calc sample
ba53f51bf7 refactor(samples): simplify calc-02 background styling
534bbc0afb feat: add dynamic constant management to the calculator core
Compare 4 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-16 00:04:57 +00:00
2504716c64 fix: tighten calc stack display layout
6c8c032f7a fix: stabilize calculator display sizing
Compare 2 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-15 23:49:02 +00:00
d8d0556822 style: tighten calculator sample layout spacing
426fd326a5 fix(calc-02): simplify button spacing and menu background
5364208491 feat(calc-02): refine display button layout and icon styling
1e703bebe8 fix(calc-02): adjust display button layout and enter key spacing
54797f9dd9 refactor(samples/calc-02): simplify layout to portrait-only single column
Compare 7 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-15 22:37:21 +00:00
77fb671dcf fix: use typographic operator symbols in calculator keypad
ae11cb8007 fix: tighten calculator layout for full-screen mobile sizing
ba7fc8b4d6 fix: right-align calculator display text
Compare 3 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-15 21:05:47 +00:00
b45cfe8091 feat: add root command and fix calc-02 exponent shortcuts
cb45efff43 feat: add root operation to RPN calculator
Compare 2 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-15 20:37:49 +00:00
4e8155b5f0 fix(calc-02): tighten calculator layout and panel styling
matmoul pushed to dev at m/mtm-rpn-js 2026-05-15 19:51:11 +00:00
432523c23f fix: toggle calc sample menus on repeated clicks
9cbddfa0c2 fix: align constant menu to the right edge
db3bee6e89 feat(calc-02): restyle enter key label and colors
62221a9baa feat: add arrow key navigation to calculator sample
c47c46ad64 fix: clear status after successful clipboard and constant actions
Compare 6 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-15 19:20:31 +00:00
39659745a6 feat(calc-02): reorder keypad actions for safer input flow
75fe72412e fix(samples): keep hidden input focused for keyboard input
ef0e0c8dd2 feat: show calculator status messages as overlay bar
6444357444 fix: ignore backspace when the stack is empty
d1a1d44577 feat: support pasting numbers into the calculator stack
Compare 12 commits »
matmoul pushed to dev at m/mtm-rpn-js 2026-05-15 16:56:27 +00:00
324f203d23 chore: add portable local static file server script