Commit Graph

33 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
411f5154be Initial commit 2023-11-02 13:51:09 +01:00