Commit Graph

17 Commits

Author SHA1 Message Date
9a8db0158c feat: Make it possible to load the character roster from localStorage 2025-06-11 21:47:26 +02:00
ccdc0de9f2 feat: Make it possible to save the character roster to localStorage 2025-06-11 21:46:48 +02:00
0f39e94df5 feat: Make it possible to save the current character 2025-06-11 21:46:45 +02:00
d1e702b2fd feat: Create the sheetToObject() helper 2025-06-11 21:46:05 +02:00
0b05236428 feat: Make it possible to create a new character 2025-06-11 21:46:04 +02:00
87b6644fd1 feat: Create the generateID() helper 2025-06-11 21:45:59 +02:00
f774505998 feat: Create the character creator button 2025-06-11 21:45:42 +02:00
363d287a28 feat(character-sheet): Create the clearSheet() helper 2025-06-11 13:25:05 +02:00
e22f6fad5a feat(character-sheet): Make some fields disabled but unlockable 2025-06-07 12:49:49 +02:00
6b192a5c21 feat(character-sheet): Create the pools 2025-06-07 12:42:50 +02:00
511a3885ce feat(character-sheet): Create the base character data box 2025-06-07 10:40:32 +02:00
2828facf7e refactor: Clean up styles 2025-06-07 10:38:00 +02:00
d1c85c8a73 refactor: Move CSS Reset to a separate CSS file
Although i wanted to keep everything in one file, it’s easier to develop this way.
2025-06-06 15:37:58 +02:00
473c182678 feat: Check for localStorage availability upon load 2025-06-06 15:37:52 +02:00
a5261abe50 feat: Create the initial welcome screen 2025-06-06 15:37:46 +02:00
5bfdced4e0 feat: Color scheme changer 2025-06-06 15:37:38 +02:00
0591b525d6 feat: Initial version 2025-06-06 15:37:25 +02:00