e1c73181d4
feat: improve share buttons functionality with hybrid approach
2026-02-10 23:59:32 +01:00
874e35bba3
1.2.1
v1.2.1
2026-02-10 23:44:03 +01:00
69b04d3336
fix: add missing translations for Arabic and other languages
2026-02-10 23:43:58 +01:00
c5b212234a
1.2.0
v1.2.0
2026-02-10 23:13:21 +01:00
8e0ddf3a72
refactor: optimize solver to use pure logic without guessing
2026-02-10 23:13:14 +01:00
bfb24cfb03
1.1.0
v1.1.0
2026-02-10 23:00:49 +01:00
8d3bde8d38
feat: add difficulty and dirty flag to result image
2026-02-10 23:00:43 +01:00
d25fa67100
1.0.7
v1.0.7
2026-02-10 22:35:34 +01:00
c7834bd8bf
feat: enhance custom game mode with fill rate slider and difficulty indicator
2026-02-10 22:35:28 +01:00
7d405ef0f6
1.0.6
v1.0.6
2026-02-10 21:56:21 +01:00
431b534477
fix: update PWA translations for multiple languages
2026-02-10 21:56:21 +01:00
ebf9030185
1.0.5
v1.0.5
2026-02-10 21:35:24 +01:00
8f52f5daa5
fix: correct PWA translations for all languages
2026-02-10 21:35:24 +01:00
2dc68ab8d0
1.0.4
v1.0.4
2026-02-10 21:28:58 +01:00
993ced424e
feat: add PWA translations for all languages
2026-02-10 21:28:58 +01:00
1b0b6a671a
1.0.3
v1.0.3
2026-02-10 21:16:28 +01:00
e39ac9a794
feat: implement PWA update prompt and manual reload
2026-02-10 21:16:28 +01:00
81ed97b263
1.0.2
v1.0.2
2026-02-10 21:06:59 +01:00
61359e6665
style: fix footer position and visibility
2026-02-10 21:06:59 +01:00
8f8f6a6e8e
fix: update guide panel colors to be readable in light mode
2026-02-10 21:00:21 +01:00
a02c17e462
fix: use theme variables for install banner readability
2026-02-10 20:56:04 +01:00
490ca6b4a5
revert: remove css filter inversion for share icons
2026-02-10 20:53:18 +01:00
10ed00b7b6
fix: refine share icon inversion to target only specific elements
2026-02-10 20:51:46 +01:00
a335adeca8
style: scope share icon color inversion to win modal only
2026-02-10 20:49:37 +01:00
72adab61c7
fix: ensure share icons are visible in light mode by inverting colors
2026-02-10 20:44:35 +01:00
2c892f3adc
chore: bump version to 1.0.1
2026-02-10 17:43:17 +01:00
b6b289cd57
chore: enhance PWA cache invalidation logic
2026-02-10 17:35:05 +01:00
ea2e3c573b
feat: display app version from package.json in footer
2026-02-10 17:24:19 +01:00
cf2e9de56d
refactor: remove all guide usage checks from win modal logic
2026-02-10 17:18:17 +01:00
4313831e84
75% filled blocks
2026-02-10 09:54:56 +01:00
60ef352cda
10% more filled blocks
2026-02-10 09:39:05 +01:00
91c873ef97
feat: always show share buttons in win modal regardless of guide usage
2026-02-10 04:50:13 +01:00
c4764e9505
fix: allow horizontal scroll on desktop for large grids
2026-02-10 03:10:37 +01:00
423258ef17
chore: remove tracked build artifacts from dev-dist
2026-02-10 03:05:46 +01:00
0bd2b905a9
Fix desktop grid scroll issue: remove width limit and hide scrollbar
2026-02-10 02:59:10 +01:00
572acc3979
feat: complete translations for new game and guide buttons for all languages
2026-02-10 02:43:19 +01:00
7256809f0b
fix: japanese translation for new game and guide buttons
2026-02-10 02:35:26 +01:00
9f89fe4340
feat: disable win fanfare and sharing if guide was used
2026-02-10 02:30:58 +01:00
7610a4a523
feat: localize new game and guide buttons
2026-02-10 01:54:34 +01:00
285c486c6e
chore: add i18n update script
2026-02-10 01:40:09 +01:00
8a97cc5d0d
feat: add traditional chinese language support
2026-02-10 01:37:50 +01:00
c287523fa5
feat: localize new game and guide buttons
2026-02-10 01:20:37 +01:00
eb6b69134f
fix: persist language selection and enforce search keys
2026-02-10 00:54:29 +01:00
4d50eb97eb
Fix Undo icon and improve mobile UX
2026-02-10 00:08:23 +01:00
a1df95d3d4
fix
2026-02-09 23:35:21 +01:00
4a7c088776
fix: update flag mappings and ignore dev artifacts
2026-02-09 23:25:50 +01:00
6f3ed143e5
feat: add system theme option to navbar
2026-02-09 23:17:52 +01:00
c5f9da81a9
Merge branch 'feature/upgrades' into main
2026-02-09 22:58:42 +01:00
0decf2324c
Add vitest setup and puzzleUtils tests
2026-02-09 22:51:00 +01:00
bae864c2d0
UI/UX Overhaul: NavBar, Icons, Mobile Menu, and Status Panel Integration
...
- Przeniesienie tytułu i wybieraka języka do nowego komponentu NavBar
- Integracja biblioteki flag-icons i mapowanie kodów języków na kraje
- Wdrożenie biblioteki ikon lucide-vue-next i zastąpienie wszystkich emoji ikonami SVG
- Implementacja pełnoekranowego, responsywnego menu mobilnego (hamburger menu)
- Przeniesienie przycisków akcji (Reset, Cofnij) do komponentu StatusPanel
- Nowy układ panelu statusu (połączone statystyki i akcje w jednym szklanym panelu)
- Usunięcie przestarzałych komponentów (GameActions, LevelSelector)
- Poprawki wizualne i stylowe (glassmorphism, animacje przejść)
2026-02-09 22:40:16 +01:00