Commit Graph

15 Commits

Author SHA1 Message Date
665d25ca44 fixed a bug where a more actions dropdown would not center under its parent divs anymore; also the cursor now changes to pointer when hovering over a table cell which opens the edit modal 2023-09-20 22:13:39 +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
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
e9c163ea2a cleaned up code 2023-09-13 10:05:28 +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
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
5324adf189 changed "combatants-table" from class to ID 2023-09-06 10:29:26 +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
8930e44dc3 one more change for the SVG icons 2023-09-03 22:35:43 +02:00
0b13e53d4a modified styles regarding icons since these all come as SVGs now 2023-09-02 00:40:45 +02:00
5158ce2486 changed transition of .action-menu and .damage-monitor elements from sliding to fading 2023-08-29 21:13:42 +02:00
91ee90d1b9 minor bugfixes 2023-04-26 14:39:58 +02:00
04375e7d49 - added service worker that keeps file in browser cache
- added webmanifest to make a progressive web app (installability not tested yet)
- dependencies (jQuery etc.) are now included
- reduced dependency size by importing Bootstrap's modal.js only instead of bootstrap.js
2023-03-07 22:17:34 +01:00
c6d3bd5370 - started writing tests for jest 2023-03-03 00:19:19 +01:00
911effe72c - tidied up CSS using results from csslint
- cleaned up HTML using webhint results
- added files to tools/ that were used to create the favicon master image
- recreated more icons in SVG
2023-03-02 13:58:16 +01:00