Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Notes): Add Notes button to player's MenuBar #1477

Merged
merged 4 commits into from
Oct 19, 2024
Merged

feat(Notes): Add Notes button to player's MenuBar #1477

merged 4 commits into from
Oct 19, 2024

Conversation

rexy712
Copy link
Contributor

@rexy712 rexy712 commented Oct 19, 2024

I noticed that as a player, you cannot access the NoteManager from the MenuBar like you can as the DM. The player has access to the NoteManager in other ways (eg right click menu of shape), so I feel like it would be nice to have a consistent way to open for them. This would also allow them access if there are only notes without shapes attached.

@@ -93,6 +93,10 @@ const openClientSettings = (): void => uiSystem.showClientSettings(!uiState.raw.
<div style="width: 12.5rem; overflow-y: auto; overflow-x: hidden">
<!-- CHARACTERS -->
<Characters />
<!-- NOTES -->
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to keep the location it has in the DM menu (i.e. below assets), as for me as a dm the location of the assets section, both because it's one of the most used ones and people might have some muscle memory where to click, but also because the list can expand down vertically more when it's higher.

I do agree that notes should be visible to players though, so could you end the dm if clause before notes and re-open it afterwards instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Totally makes sense, will do

@Kruptein Kruptein merged commit 62d1536 into Kruptein:dev Oct 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants