This commit is contained in:
Tobias 2023-09-21 09:04:36 +02:00
parent 1e496b5807
commit d89227e7cd

17
TODO.md
View File

@ -127,6 +127,16 @@
### open ### open
- favicon checken: https://realfavicongenerator.net/favicon_checker - 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 - sr2ini_ynh auf neue Version bringen
- Screenshot ersetzen - Screenshot ersetzen
- tarball ersetzen - tarball ersetzen
@ -136,6 +146,7 @@
- Jenkins Doc: https://www.jenkins.io/doc/book/using/best-practices/ - Jenkins Doc: https://www.jenkins.io/doc/book/using/best-practices/
- use minified libraries (aug-ui, bs, jq) - use minified libraries (aug-ui, bs, jq)
- focus-related stuff - 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 - after pressing damage button, focus moves to first table row act button
- it's probably b/c I resort the table - 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 - wenn ein damage monitor offen ist und ich auf add combatant clicke, springt der Fokus nicht zuverlässig ins erste input feld
@ -152,6 +163,12 @@
## Feature Requests ## 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 - Seite als Web App auf FF4And installable machen
- mal sehen … - mal sehen …
- Animationen? Transitions? - Animationen? Transitions?