Skip to content

feat(tray): Add user status and more items to the tray's user menu#10164

Draft
Rello wants to merge 1 commit into
masterfrom
feature/trayAccountStatus
Draft

feat(tray): Add user status and more items to the tray's user menu#10164
Rello wants to merge 1 commit into
masterfrom
feature/trayAccountStatus

Conversation

@Rello

@Rello Rello commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Tray Menu:

  • extend the tray menu
  • add user status and message
  • add open local folder
  • add apps menu

New Windows:

  • add new modal for user status and message selection matching the web ui
image

Signed-off-by: Rello <github@scherello.de>
@Rello Rello self-assigned this Jun 11, 2026
@Rello Rello marked this pull request as draft June 11, 2026 16:24

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6ed407314d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +342 to 343
_setUserStatusOperations.push_back(SetUserStatusOperation::Message);
_userStatusConnector->setUserStatus(_userStatus);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Avoid dropping status messages while status jobs are pending

With the new status window using finishOnOnlineStatusSet: false, a user can change the online state and immediately click “Set status message” before the connector's online/message jobs from the status change finish. OcsUserStatusConnector::setUserStatus() returns early while a set job is already running, but this code still queues a Message operation; when the earlier status-change completion arrives, the model pops that queued Message and emits finished, closing the window even though the new message was never sent. Please serialize/disable the save until the prior request completes, or only queue the operation when the connector accepts it.

Useful? React with 👍 / 👎.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
12.7% Coverage on New Code (required ≥ 80%)
37 New Code Smells (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@github-actions

Copy link
Copy Markdown
Contributor

Artifact containing the AppImage: nextcloud-appimage-pr-10164.zip

Digest: sha256:84a22df1d0c908e8fc08154e02fa27616c645260f8d8c3b47eec5a281dd6d445

To test this change/fix you can download the above artifact file, unzip it, and run it.

Please make sure to quit your existing Nextcloud app and backup your data.

@Rello Rello added the design Design, UI, UX, etc. label Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

design Design, UI, UX, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant