updated
This commit is contained in:
parent
1e496b5807
commit
d89227e7cd
17
TODO.md
17
TODO.md
@ -127,6 +127,16 @@
|
||||
### 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
|
||||
@ -136,6 +146,7 @@
|
||||
- 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
|
||||
@ -152,6 +163,12 @@
|
||||
|
||||
## 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?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user