Skip to content

feat: Create context menu framework for goals when within the room context#153

Open
cjs8487 wants to merge 3 commits intomainfrom
goal-context-menu
Open

feat: Create context menu framework for goals when within the room context#153
cjs8487 wants to merge 3 commits intomainfrom
goal-context-menu

Conversation

@cjs8487
Copy link
Owner

@cjs8487 cjs8487 commented Dec 26, 2025

Adds a context menu to goals which is brought up when the gal is right clicked within a room. This is a prerequisite for more complex interactions that either can't or shouldn't be bound to a mouse or keyboard interaction, as well as giving alternative mechanisms for accessing functionality on devices where full keyboard and/or mouse functionality may not be available (i.e. tablets).

This context menu should serve as a host for all potential non-primary goal actions added in the future, but should not necessarily be the only method of accessing the action - this should be determined on a case by case basis for each action.

This feature changes current room functionality. This change removes the current ability to star gals by right clicking them, as right clicking will now brink up the context menu. The star action has been moved to Ctrl+RMB. Additionally, incrementing/decrementing goal progress has been additionally mapped to Ctrl+LMB and Ctrl_Shift+LMB, respectively (this is an addition, no existing functionality on progress tracking is changed)

@cjs8487 cjs8487 added the web Problem impacts the website label Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

web Problem impacts the website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant