Commit Graph

23 Commits

Author SHA1 Message Date
22a53eca62 refactored much of the code to call functions with parameters whenever possible (instead of the functions pulling their input data from global vars or the DOM); added an index to each row; #combatant-form now encapsulates all input elements 2023-10-09 23:35:48 +02:00
2d64915cb0 cleaned up code a little: replaced tabs with spaces, clarified some code 2023-10-07 10:32:17 +02:00
3aa06b6d7f fixed a bug with dead icon links in site.webmanifest, and slightly expanded manifest 2023-09-23 23:23:02 +02:00
e70f25b8ef added expicit value for --dist-dir 2023-09-23 22:40:03 +02:00
dff4b1620b clean now also removes .parcel-cache/; upped version number; correcte author name 2023-09-21 09:12:53 +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
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
fea2e196ba removed svg-inject from depencies 2023-09-06 10:26:53 +02:00
df0ce07912 added svg-inject as dependency 2023-09-03 22:37:21 +02:00
86b7546c67 removed parcel-reporter-static-files-copy and staticFiles 2023-09-02 00:36:32 +02:00
02d3f33f4d updated staticFiles configuration 2023-08-28 23:17:48 +02:00
6c637fd9fa changed repository url after migrating to Gitea 2023-08-28 20:26:34 +02:00
293a52e4ff changed version 2023-07-29 17:05:52 +02:00
4b1fde020a Changed repository URL and website after server migration 2023-07-27 12:51:53 +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
4454bc3840 - improved favicon support
- now using a compressed background image
2023-02-24 15:53:51 +01:00
8cfb1b09ae - added tools/ directory for project tools, e.g. favicon master image
- added icons/ directory for favicons
2023-02-24 15:08:39 +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
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