Commit Graph

127 Commits

Author SHA1 Message Date
acf4b4dcdb updated 2023-09-20 12:52:37 +02:00
0b020decc1 fixed a bug where disabling and enabling buttons for dead/KOed/ini-zero combatants wasn't working correctly; also added a surrounding <div> in table row stub 2023-09-20 12:50:51 +02:00
5294b19a13 replaced the letters in the act icon; also some made small changes in <head> and footer 2023-09-20 12:49:41 +02:00
97b2d61e5f fixed a bug where the buttons in a .combatant-row weren't aligned vertically 2023-09-20 12:48:36 +02:00
0ac27e32e2 removed unused file 2023-09-20 12:47:54 +02:00
e3df7bdfe9 cleaned up dir 2023-09-20 12:47:33 +02:00
d229a65d02 added files to recreate the new favicon image in browser 2023-09-20 12:46:52 +02:00
04bd0e35e9 replaced favicon files with new versions 2023-09-20 12:46:14 +02:00
3c8fb03d5d replaced old icon with better one (Logo is now "-10" instead of a rolling die) 2023-09-20 12:45:42 +02:00
d613867eef renamed file to avoid confusion with PWA manifest 2023-09-20 12:44:24 +02:00
7608e24300 removed file 2023-09-20 12:43:51 +02:00
195e343d30 custom font is now a regular npm dependency declared in package.json and "@import"ed in sr2ini.scss; also cleaned up the scss code 2023-09-18 11:55:57 +02:00
bce5ff10e6 updated 2023-09-13 14:12:50 +02:00
3e3deda9dc fixed a bug in custom validation where no error message or styles would be shown 2023-09-13 14:11:31 +02:00
bb7fb1dc83 added newline to end of file 2023-09-13 14:11:18 +02:00
41c5437ec4 extended and improved tests for function rollForInitiative() 2023-09-13 14:10:04 +02:00
e9c163ea2a cleaned up code 2023-09-13 10:05:28 +02:00
4b9f145df6 improved event handling for damage sliders in modal
removed debug console output
2023-09-13 10:03:52 +02:00
cf12833c0d updated text in footer 2023-09-13 10:02:30 +02:00
af40e4500a updated 2023-09-13 09:57:24 +02:00
48c070f024 fixed a bug in the damage monitor HTML stub; also, fixed a bug in addTestCombatant() that would open the add modal 2023-09-12 22:37:10 +02:00
1ed213c9fa fixed a bug that would create uneven spacing between damage buttons; also, focussed damage buttons are now pulsating 2023-09-12 22:35:45 +02:00
f1c16da7e4 several changes that were necessary in conjunction with the design revamp 2023-09-12 15:55:38 +02:00
4906f82e4c several changes that were in conjunction with design revamp 2023-09-12 15:55:05 +02:00
d90cff7832 Complete design revamp with focus on
- responsiveness: breakpoints at 500 and 1000px
- lightweight: importing necessary Bootstrap CSS components only
- color-friendliness: blue/gold instead of blue/pink
- consistency across different browsers
- ease of use: widely using bs sass variables for styles
2023-09-12 15:48:23 +02:00
29b6409f97 changed start_url to "/" 2023-09-12 15:48:03 +02:00
5b547ec244 updated 2023-09-12 15:47:55 +02:00
a0e81cd277 moved file to tools/ 2023-09-07 09:25:14 +02:00
81a6001e96 updated jQuery selectors for "combatants-table" from class syntax to id syntax; 2023-09-07 09:22:59 +02:00
8ad8d672ad removed dependency @parcel/service-worker; kept a note about it in new comments section (in case I want to revive it) 2023-09-07 09:17:29 +02:00
797e8c2d90 updated 2023-09-07 09:16:24 +02:00
e4f89f6a87 added tmp/ directory 2023-09-07 09:16:13 +02:00
a7415f5d96 slightly reworked event handling
- event handling and combatant manipulation are now completely separate, i.e. addCombatant() doesn't need an event parameter anymore
- renamed applyDamage() to handleDamageLevelButtonClick() b/c it's an event handler function (which, admittedly, manipulates combatants but only superficially)
- added listeners for "enter" keypress to both modals
2023-09-06 10:30:14 +02:00
5324adf189 changed "combatants-table" from class to ID 2023-09-06 10:29:26 +02:00
342fd6108a icons are now being defined directly in the HTML code instead of being injected via external javascript 2023-09-06 10:27:58 +02:00
8ac965c30a removed file; moved icon definitions into index.html 2023-09-06 10:27:19 +02:00
fea2e196ba removed svg-inject from depencies 2023-09-06 10:26:53 +02:00
b12e2776a0 updated 2023-09-06 10:26:42 +02:00
332050526d Fixed a bug where the combatant modal would close after clicking OK / pressing enter even though the input didn't validate 2023-09-06 00:48:45 +02:00
63341abe08 updated 2023-09-06 00:48:38 +02:00
df0ce07912 added svg-inject as dependency 2023-09-03 22:37:21 +02:00
2c8aab0aaa created file 2023-09-03 22:36:56 +02:00
63333388a4 added viewboxes to the <svg> tags in te HTML snippets 2023-09-03 22:36:23 +02:00
8930e44dc3 one more change for the SVG icons 2023-09-03 22:35:43 +02:00
16394b8a22 moved SVG icons into separate file 2023-09-03 22:32:22 +02:00
fc4348d5ec deleted icon image files (they are all SVGs now) 2023-09-02 00:46:33 +02:00
6427570964 updated 2023-09-02 00:41:39 +02:00
0b13e53d4a modified styles regarding icons since these all come as SVGs now 2023-09-02 00:40:45 +02:00
806a51b628 modified HTML template strings to enable reusing SVG icons 2023-09-02 00:39:20 +02:00
178155ab6b All icons are now SVGs. They get defined once and are being reused via the <use> tag 2023-09-02 00:37:27 +02:00