nextcloud-libraries / nextcloud-libraries/nextcloud-dialogs
Positioning of toast notifications
@skjnldsv is already working on this.
Since Mar 21, 2026.
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 8
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 37
Description
The top right is quite an unfortunate place for toasts as it is not at the center of the user's attention and can often cover UI. It's also the same place notifications are, which toasts are not. This could lead to additional confusion.
The bottom center is a more common position across apps and would probably work in our case as well.
@nextcloud-libraries/designers this was discussed in the past, but we never followed up on it.
PS: Unsure in which repo they were, when I looked up nextcloud toast, this was the first result :D
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.