Commit Graph

50 Commits

Author SHA1 Message Date
54af7bda2c Refactor: Extract utils, cleanup timer logic, fix share screenshot 2026-02-11 07:01:32 +01:00
d24992b826 fix: improve desktop layout, scrolling and background 2026-02-11 06:14:19 +01:00
864ee7abb7 fix: rename share classes to avoid adblockers 2026-02-11 06:00:37 +01:00
16b2363c51 feat(layout): use native browser scroll for game board on desktop 2026-02-11 05:49:47 +01:00
19d017fe90 feat(i18n): add simulation translations for all languages 2026-02-11 05:00:16 +01:00
81bd3f249b perf(CustomGameModal): optimize difficulty map rendering with caching 2026-02-11 04:50:13 +01:00
b25c467f75 feat(i18n): add translations for difficulty simulation feature 2026-02-11 04:47:02 +01:00
367d6e282e fix(CustomGameModal): improve difficulty map UX - resize and drag outside 2026-02-11 04:32:32 +01:00
74fb2beb27 feat(difficulty): implement Monte Carlo simulation for accurate difficulty calculation 2026-02-11 04:14:06 +01:00
8387766f0a fix(CustomGameModal): improve layout of difficulty level and percentage 2026-02-11 03:47:24 +01:00
661dc37e70 feat: enhance custom game difficulty calculation and UI 2026-02-11 03:03:14 +01:00
9f18e51311 fix: solver logic and feat: save custom game settings 2026-02-11 02:15:59 +01:00
3d3a482153 feat: improve victory sound effect 2026-02-11 00:47:07 +01:00
a9691446c3 feat: display hint usage percentage in win screen 2026-02-11 00:27:43 +01:00
d74d532f99 refactor: use inline SVGs and compact download button in WinModal 2026-02-11 00:18:32 +01:00
bec5ef33dd feat: improve share buttons functionality with hybrid approach 2026-02-10 23:59:32 +01:00
a6d02f4367 refactor: optimize solver to use pure logic without guessing 2026-02-10 23:13:14 +01:00
8f84a17813 feat: add difficulty and dirty flag to result image 2026-02-10 23:00:43 +01:00
78b80cfbc8 feat: enhance custom game mode with fill rate slider and difficulty indicator 2026-02-10 22:35:28 +01:00
631628a554 feat: implement PWA update prompt and manual reload 2026-02-10 21:16:28 +01:00
7f89c85d9d fix: update guide panel colors to be readable in light mode 2026-02-10 21:00:21 +01:00
b03e903fe6 revert: remove css filter inversion for share icons 2026-02-10 20:53:18 +01:00
73a91f03a0 fix: refine share icon inversion to target only specific elements 2026-02-10 20:51:46 +01:00
595587a2e9 style: scope share icon color inversion to win modal only 2026-02-10 20:49:37 +01:00
672dde5d3d fix: ensure share icons are visible in light mode by inverting colors 2026-02-10 20:44:35 +01:00
d0e290a371 refactor: remove all guide usage checks from win modal logic 2026-02-10 17:18:17 +01:00
e06098657d feat: always show share buttons in win modal regardless of guide usage 2026-02-10 04:50:13 +01:00
4a78a7680f fix: allow horizontal scroll on desktop for large grids 2026-02-10 03:10:37 +01:00
9d2d54bcbf Fix desktop grid scroll issue: remove width limit and hide scrollbar 2026-02-10 02:59:10 +01:00
fa984788aa feat: disable win fanfare and sharing if guide was used 2026-02-10 02:30:58 +01:00
af84a2c38f feat: add traditional chinese language support 2026-02-10 01:37:50 +01:00
bfe5c5e264 feat: localize new game and guide buttons 2026-02-10 01:20:37 +01:00
040f0f7878 Fix Undo icon and improve mobile UX 2026-02-10 00:08:23 +01:00
0c60ea379e fix: update flag mappings and ignore dev artifacts 2026-02-09 23:25:50 +01:00
0f139108a7 feat: add system theme option to navbar 2026-02-09 23:17:52 +01:00
bdb7839293 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
eb925b605d Add full language UI translations and modal wrapping 2026-02-08 19:00:25 +01:00
2193ecffae Add theme toggle and styling updates 2026-02-08 18:29:16 +01:00
f2bf63676f Grid: highlight hints on hover 2026-02-08 18:18:07 +01:00
03f7fc5b26 Mobile: long press stawia X 2026-02-08 17:33:51 +01:00
03743f8dc2 Win: share screenshot z linkiem i ikonami 2026-02-08 17:12:15 +01:00
7cfe997987 Guide: optymalizacja dla dużych siatek 2026-02-08 16:47:37 +01:00
ec31d778a9 Custom game: suwak rozmiaru 5-80 2026-02-08 16:33:26 +01:00
cdabc9e982 i18n: automatyczny język + ręczny przełącznik 2026-02-08 16:28:30 +01:00
c4be0f8009 Win: fanfary audio + wibracja na urządzeniach mobilnych; UI: usunięty przycisk SPRAWDŹ 2026-02-08 16:13:07 +01:00
eb206ddd01 Fireworks na oknie wygranej i zamykanie modala 2026-02-08 15:36:06 +01:00
bd24ca16bc Mobile-first i pixel-perfect: wspólne --cell-size, grid dla podpowiedzi, dynamiczny rozmiar komórki z uwzględnieniem paddingów i szerokości opisów; poprawa touch/pointer i double-tap na mobile; wyrównanie layoutu bez nachodzenia na desktopie 2026-02-08 15:02:59 +01:00
914d614f3e update 2026-02-08 04:27:43 +01:00
ea0df7ec53 fix error 2026-02-08 04:13:49 +01:00
235fd3022f Initial commit 2026-02-08 01:06:19 +01:00