Compare commits

..

No commits in common. "dff4b1620b36975128c25a52f636fae828502237" and "00740bcf3db01d6868351ce4a3653fd669f5cbc3" have entirely different histories.

3 changed files with 5 additions and 22 deletions

17
TODO.md
View File

@ -127,16 +127,6 @@
### open
- favicon checken: https://realfavicongenerator.net/favicon_checker
- Links zu den versch. favicons fkt. nicht: sie lauten /… statt /sr2ini/…
- Lösung: parcel serve / parcel build braucht als --public-url "./" (statt "/"), dann werden die Links korrekt erzeugt
- neues Problem: dann fkt. parcel serve aber nicht mehr; statt CSS/JS/favicon-Files wird jedes Mal index.html serviert
- bekanntes Problem: https://github.com/parcel-bundler/parcel/issues/857
- kein Workaround fkt für mich
- was fkt: parcel serve durch anderen HTTP-Server ersetzen
- parcel build
- im Dist-Verz.: python3 -m http.server
- CORS-Fehler im Firefox vermeiden: about:config -> content.cors.disable = true
- sr2ini_ynh auf neue Version bringen
- Screenshot ersetzen
- tarball ersetzen
@ -146,7 +136,6 @@
- Jenkins Doc: https://www.jenkins.io/doc/book/using/best-practices/
- use minified libraries (aug-ui, bs, jq)
- focus-related stuff
- enter key doesn't work right away after clicking add button
- after pressing damage button, focus moves to first table row act button
- it's probably b/c I resort the table
- wenn ein damage monitor offen ist und ich auf add combatant clicke, springt der Fokus nicht zuverlässig ins erste input feld
@ -163,12 +152,6 @@
## Feature Requests
- author name soll durchgehend der gleiche sein
- aber welcher? tobias oder eclipse?
- index.html: meta, footer
- sr2ini.js: test combatant
- git: user.name, user.email
- git commits, ggf. tags
- Seite als Web App auf FF4And installable machen
- mal sehen …
- Animationen? Transitions?

View File

@ -1,6 +1,6 @@
{
"name": "A simple Initiative tracker for Shadowrun 2e",
"short_name": "sr2ini",
"name": "",
"short_name": "",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",

View File

@ -1,10 +1,10 @@
{
"name": "sr2ini",
"version": "0.9.3",
"version": "0.9",
"description": "Simple Initiative tracker for Shadowrun 2e",
"private": true,
"author": {
"name": "Eclipse729",
"name": "Eclipse2049",
"email": "eclipse@unterdemradar.de",
"url": "https://git.unterdemradar.de"
},
@ -25,7 +25,7 @@
},
"scripts": {
"start": "npx parcel serve src/index.html --public-url / --dist-dir dist",
"clean": "rm -rf dist/ && rm -rf .parcel-cache/",
"prebuild": "rm -rf dist/",
"build": "npx parcel build --no-optimize --public-url ./",
"test": "jest --coverage --env=jsdom",
"webhint": "hint http://localhost:1234"