Skip to content

fix: text editor app entry for light users#1837

Merged
kulmann merged 1 commit intomainfrom
fix/light-user-text-editor
Jan 19, 2026
Merged

fix: text editor app entry for light users#1837
kulmann merged 1 commit intomainfrom
fix/light-user-text-editor

Conversation

@JammingBen
Copy link
Member

Hide the text editor entry in the app drawer for light users since they don't have a personal space (meaning no default location for the file to be created).

fixes #1799

Hide the text editor entry in the app drawer for light users since they don't have a personal space (meaning no default location for the file to be created).
@JammingBen JammingBen self-assigned this Jan 16, 2026
Copilot AI review requested due to automatic review settings January 16, 2026 13:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes an issue where light users (users without a personal space) could see the text editor entry in the app drawer, even though they cannot create files without a default location.

Changes:

  • Added a check to verify that a user has a personal space before showing the text editor app menu item
  • Imported the useSpacesStore composable to access personal space information

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JammingBen JammingBen requested a review from kulmann January 16, 2026 15:09
@kulmann kulmann merged commit 8034a7a into main Jan 19, 2026
29 checks passed
@kulmann kulmann deleted the fix/light-user-text-editor branch January 19, 2026 13:49
@openclouders openclouders mentioned this pull request Jan 19, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Text Editor crashes on Spaces overview for users without personal space

3 participants