mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
Players overlay looks empty and very basic #27
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RaphaelAlvez on GitHub (Jan 7, 2021).
one idea is to add "user" icons to players
maybe this overlay can aggregate more features like score and teams.
@robartsd commented on GitHub (Jan 9, 2021):
I'd like player overlay to provide a count of number of items in hand (a total of all items owned by the player, possibly expandable to a list of holders with "childrenPerOwner" and a count of that player's items in each holder, some games would even benefit from being able to see a count of items from each deck in a player's hand). Could have a new property for holders allowing them to be hidden from the count int he players overlay.
I'd also like a way to keep the player overlay active in the margins of the page during gameplay.
Would be nice to be able to play in hotseat mode (switch players in same browser window between turns). Currently this is possible (change player name and items in hand continue to be owned by the prior name, change back and you see the hand); but you don't see the names of other players who are using the same browser. Would be good to be able to explicitly choose between renaming the current player (update the owner of all items) and switching to another player (items owned by the old player name remain owned by that name). The player list should list the name of any owner of items at all times.
@robartsd commented on GitHub (Jan 26, 2021):
Grouping other player list issues here:
@rogerl50 commented on GitHub (Jan 26, 2021):
I just posted a note in #tech about a similar issue. In addition to what you are proposing here, there is no way to add a new player other than by renaming an existing player (who may or may not be in use).
In general, it seems to me that there should be a tighter link between players and browser tabs. I'd like to be able to open a new browser tab on a room and affirmatively state that I want player "x", or I want a new player.
@RaphaelAlvez commented on GitHub (Dec 2, 2021):
done