Commit Graph

21 Commits

Author SHA1 Message Date
00740bcf3d corrected author name in footer 2023-09-20 22:35:33 +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
bb7fb1dc83 added newline to end of file 2023-09-13 14:11:18 +02:00
cf12833c0d updated text in footer 2023-09-13 10:02:30 +02:00
f1c16da7e4 several changes that were necessary in conjunction with the design revamp 2023-09-12 15:55:38 +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
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
16394b8a22 moved SVG icons into separate file 2023-09-03 22:32:22 +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
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
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
0ad3083689 - replaced more png items with svg
- svg is now embedded into HTML, not loaded from file (loading from file buts off dependencies, namely the font for the -10 icon)
- started cleaning up CSS file
- started removing unnecessary classes and replacing single property Bootstrap classes with the property itself
2023-02-28 21:58:41 +01:00
b52cad0a14 - added favicon
- switched several icons, introduced some SVG icons
- finished redesign
- Electrolize font is now locally available
2023-02-26 22:35:01 +01:00
4454bc3840 - improved favicon support
- now using a compressed background image
2023-02-24 15:53:51 +01:00
382f0668c7 - mostly finished redesign (only details left to do)
- you can now view and edit damage levels in the combatant modal
- added Apply button to combatant modal
- added submenu to action buttons
- added clone button to actions
- moved remove button from damage monitor to submenu
2023-02-23 22:42:02 +01:00
f56c665b0c - continued complete redesign
- restyled all elements are now except footer
2023-02-20 23:41:45 +01:00
66679dddac - modified package.json to accomodate new directory structure in deployment 2023-02-19 12:02:29 +01:00
cb36ae4159 - started a complete redesign
- removed zero-row from damage monitor; damage buttons now toggle
- added decreasing z-indexes on sorted combatant-rows to mitigate a weird bug where damage monitors would be displayed under instead of over the rows
2023-02-19 00:01:12 +01:00
43a9aef8b1 * all combatant data is now being stored in data-* attributes
* switched from CSS to SCSS
* changed all HTML class names, IDs etc. from camelCase to kebab-case
* bootstrap and jquery are now being imported from index.html again, not throug imports
* loading augmented-ui now
2023-02-13 23:21:35 +01:00
7cbd8d6c38 Integrated project into toolchain around node.js, npm and parcel. Had to modify directory structure, asset links, filenames and quite a bit more. Works now. 2023-02-12 23:47:28 +01:00