Commit Graph

25 Commits

Author SHA1 Message Date
fccc43d0eb fix: resolve middle slice state sync and zero-step drag freeze
All checks were successful
Deploy to Production / deploy (push) Successful in 6s
2026-02-24 12:46:08 +00:00
8a20531fa0 feat: separate solver logic into dedicated web worker, improve toast notifications
All checks were successful
Deploy to Production / deploy (push) Successful in 21s
2026-02-24 09:56:16 +00:00
281614502e style: use default toastify css look for solver notifications
Some checks failed
Deploy to Production / deploy (push) Failing after 9s
2026-02-24 00:03:24 +00:00
4ab408b329 style: remove focus outline from solver dropdown buttons 2026-02-23 23:55:36 +00:00
c7d369c46a feat: integrate toastify-js and add solve guard with solved check
Some checks failed
Deploy to Production / deploy (push) Failing after 10s
2026-02-23 23:53:47 +00:00
929761ac9e feat: reposition solver controls to a dropdown
Moved the Kociemba/Beginner solve options into a sleek dropdown menu positioned above the Scramble button on the left side of the screen. This ensures the solver controls no longer obstruct the programmatic move queue at the bottom.
2026-02-23 21:49:21 +00:00
21e3465be9 fix(ui): make programmatic moveQueue reactive to immediately reflect intercepted changes like FFF towards F' 2026-02-23 19:42:19 +00:00
ce4a183090 Disable copy/reset actions when move queue is empty 2026-02-23 17:28:33 +00:00
bc7ae67412 Refactor SmartCube controls and move history into separate components 2026-02-23 17:25:59 +00:00
880d46be1c chore: tweak add-moves modal layout 2026-02-23 01:09:10 +00:00
b5e407f738 chore: refine moves queue layout gap 2026-02-23 00:51:06 +00:00
482da718f3 chore: cube queue UI and copy/reset actions 2026-02-23 00:23:54 +00:00
ef6a7fed4f chore: bump version to 0.2.0
All checks were successful
Deploy to Production / deploy (push) Successful in 8s
2026-02-22 21:58:02 +00:00
c60a37d0cc Adjust cube control button mappings 2026-02-22 21:52:18 +00:00
3261aea81d chore: remove projections toggle and bump to 0.1.0
All checks were successful
Deploy to Production / deploy (push) Successful in 10s
2026-02-22 21:11:42 +00:00
86c4a18851 fix: sync layer animation with worker updates 2026-02-22 21:07:08 +00:00
eb9e2f993d chore: adjust cube opacity
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
2026-02-22 20:51:14 +00:00
4aea776207 feat: cube transparency toggle
All checks were successful
Deploy to Production / deploy (push) Successful in 6s
2026-02-22 20:48:29 +00:00
a75c148a5b chore: bump version to 0.0.29
All checks were successful
Deploy to Production / deploy (push) Successful in 9s
2026-02-22 20:31:54 +00:00
d536290e5d Adjust projections and CI config
Some checks failed
Deploy to Production / deploy (push) Failing after 4s
2026-02-22 19:19:03 +00:00
a1574a149e Refactor: Remove unused components (Main, CubeCSS, etc.), utils (DeepCube, Matrix4), dependencies (matrix-js, utils), and untrack dist folder
All checks were successful
Deploy to Production / deploy (push) Successful in 9s
2026-02-22 04:46:32 +00:00
b5ddc21662 Refactor: Implement SmartCube renderer, improve UI styling, and fix gaps 2026-02-22 04:35:59 +00:00
c773ff8876 fix: invert rotation logic and add debug tools 2026-02-16 03:19:02 +01:00
140100a535 feat: add inertia and smooth snap animation, fix layer rotation direction
All checks were successful
Deploy to Production / deploy (push) Successful in 10s
2026-02-16 01:08:24 +01:00
9c9a165679 feat: implement split rendering for smooth layer rotation, bump version to 0.0.3
All checks were successful
Deploy to Production / deploy (push) Successful in 12s
2026-02-15 23:28:58 +01:00