Commit Graph

51 Commits

Author SHA1 Message Date
c27564efa3 change: Moved layout to layout.tsx 2024-02-13 01:21:23 +01:00
72014130bf feat: Added buzzwords param to BingoController 2024-02-13 01:19:24 +01:00
2e857e0d72 Merge branch 'main' into develop 2024-02-13 01:17:50 +01:00
2a35bf61b2 feat: Added Dockerfile 2024-02-08 15:22:21 +01:00
e62544bd03 Update README.md 2023-11-17 20:24:00 +00:00
5700d1075b Merge branch 'develop' for 0.3.1 2023-11-16 03:02:32 +01:00
f100d1afa9 Resorted themes and added icon for dark themes 2023-11-16 02:59:51 +01:00
6a9b3e2af9 Added themes coffee and dim 2023-11-16 02:46:22 +01:00
2abc635d4f Updated daisyui 3.9.4 -> 4.0.8 2023-11-16 02:45:55 +01:00
487f5f854e Updated version to 0.3.1 2023-11-16 02:42:04 +01:00
9f189a9a44 Patched shuffle function to copy array
The inline implementation of shuffle caused React not to detect
changes, because the reference didn't change. Copying the array
with slice(), thus changing the reference, fixed the issue.
2023-11-16 02:21:52 +01:00
775b5048bb Merge branch 'develop' for 0.3.0 2023-11-05 14:12:53 +01:00
69661a3b12 Changed version number to 0.3.0 2023-11-05 14:12:33 +01:00
175c6c6086 Made Bingo controls responsive 2023-11-05 14:11:10 +01:00
ddb7f41fd0 Switched active Bingo items to accent color 2023-11-05 13:45:55 +01:00
75d6ceacb0 Made Bingo resize with screen size 2023-11-05 13:26:41 +01:00
6583094680 Merge branch 'develop' for 0.2.1 2023-11-04 20:33:04 +01:00
96e9a5c169 Introduced patch 0.2.1 2023-11-04 20:32:35 +01:00
00355452fc Increased size of slider text 2023-11-04 20:30:38 +01:00
61250e9c08 Added version number in navbar 2023-11-04 20:28:37 +01:00
39e093055e Merge branch 'develop' 2023-11-04 20:08:33 +01:00
e550d8eeb1 Upgraded to 0.2.0 2023-11-04 20:06:15 +01:00
7ccfe74c16 Added 2 more themes 2023-11-04 19:31:43 +01:00
992ec6128d Switched controls to secondary color 2023-11-04 19:25:31 +01:00
53209356b3 Increased z-index of theme dropdown 2023-11-04 19:16:56 +01:00
5093fbcb93 Changed layout to vertical 2023-11-04 19:16:25 +01:00
f51c5201e6 Implemented Bingo items as buttons 2023-11-04 19:15:20 +01:00
3a479cb573 Fixed size error message showing when not necessary 2023-11-03 20:42:00 +01:00
84269a22ac Further enlarged buzzword list 2023-11-03 20:40:47 +01:00
bc6ec5197e Use only size*size items for bingo 2023-11-03 20:27:44 +01:00
267582d8a1 Improved buzzword list 2023-11-03 20:18:23 +01:00
338ac9d8a5 Rectified bash part in README 2023-11-03 19:17:01 +01:00
4675d0e59f Rectified mistyped attributes in svg 2023-11-03 19:13:02 +01:00
bd05065bad Fixed type error in string to number conversion 2023-11-03 19:10:25 +01:00
f9efe18e94 Removed file extensions from imports 2023-11-03 19:08:20 +01:00
fdce3763e2 Implemented FisherYatesShuffle 2023-11-03 15:38:26 +01:00
9ccccc1941 Added bingo controls 2023-11-03 15:21:59 +01:00
f871f11fd2 Update README.md 2023-11-03 13:07:21 +00:00
9ce9809797 Remove google fonts from layout.tsx 2023-11-03 14:04:03 +01:00
a2058d56d5 Implemented ThemeSwitcher 2023-11-03 12:56:03 +01:00
596c180d9d Added flex to later implement customization controls 2023-11-03 12:19:27 +01:00
ad284581d8 Remove old CSS modules 2023-11-03 10:31:32 +01:00
0dae49f0b2 Switched to DaisyUI 2023-11-03 03:41:08 +01:00
7988979a78 Added DaisyUI 2023-11-03 00:34:14 +01:00
813edbb5fa Added Tailwind CSS 2023-11-03 00:32:09 +01:00
04b50a6792 Fixed cursor style 2023-11-03 00:03:56 +01:00
c7ce85a07c Implemented BingoController 2023-11-03 00:03:08 +01:00
ae80324a46 Implemented data parameters 2023-11-02 23:38:12 +01:00
3cb85e6273 Implemented skeleton 2023-11-02 23:08:51 +01:00
52fbdbc184 Add LICENSE 2023-11-02 12:53:42 +00:00