diff --git a/.dockerignore b/.dockerignore index 4f7bee5..7610c0f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ +TODO.md node_modules **/node_modules .git diff --git a/TODO.md b/TODO.md index 60252ca..e67569c 100644 --- a/TODO.md +++ b/TODO.md @@ -2,44 +2,51 @@ Backlog of bugs + long-term items. Milestones live in REWORK_PLAN.md. + ## Open +x caff doent work on fron tpage or big tablet + +x max/caff need to float or at least be availabe in combagt popout + +x save needs bigger save button on char editor + x fullscreen and dont lock on main app dm view and the no-game-player view ...and doesnt actually prevent lock on android -also better vert tab layout - labelt friendly +x also better vert tab layout - labelt friendly x needs AC for players dude x and quick entry hp -hp do not carry from encounter to ecnounter!!! +x hp do not carry from encounter to ecnounter!!! ^feature to add back to campaign character after encounter? maybe campaign toggle in charc section (choosing each end is DM overload will be missed forgotten done wront) -hp wont go over max and no temp hp support - - x refresh/reload/code update causes UI to update to top unselected cambpaign have to drill all the way back down to active encounter....every time. siemtmes? +x encounters cards need clear "in progress"... -I wonder...if a charcter-list-character should have a isNPC option vailble to them - for longer lived + + +x I wonder...if a charcter-list-character should have a isNPC option vailble to them - for longer lived npcs..... +x hp wont go over max and no temp hp support + + +## monsters per campaign and npcs +## or/and ....copy from encoubnter? -### dm list - keep active particpant in view (scroll) -not sure good way to do this - ### npm install warnings cleanup pass lots of updates -## monsters per campaign and npcs -## or/and ....copy from encoubnter? diff --git a/public/display-manifest.json b/public/display-manifest.json index 369bc38..7e5ed8a 100644 --- a/public/display-manifest.json +++ b/public/display-manifest.json @@ -1,27 +1,25 @@ { + "id": "/display", "short_name": "TTRPG Display", - "name": "TTRPG Initiative Tracker — Player Display", + "name": "TTRPG Initiative Tracker - Player Display", "icons": [ { - "src": "favicon.ico", + "src": "player-favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, { - "src": "logo192.png", + "src": "player-logo192.png", + "note": "this image intentionally missing from filesystem - keeping manfiest and having broken icon allows android to _shortcut_ which user can control name of.", "type": "image/png", "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" } ], "start_url": "/display", - "scope": "/", - "display": "standalone", - "orientation": "landscape", + "scope": "/display", + "note:" "none of the display stuff actually works, even when it properly installs a pwa (which user cant control name of...)", + "display": "fullscreen", + "orientation": "portrait", "theme_color": "#1A202C", "background_color": "#1A202C" } diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..bff275c Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index f945035..400b585 100644 --- a/public/index.html +++ b/public/index.html @@ -19,4 +19,4 @@