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

Limit context menu on mobile #2749

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Limit context menu on mobile #2749

merged 2 commits into from
Oct 22, 2024

Conversation

jevenski
Copy link
Contributor

@jevenski jevenski commented Oct 22, 2024

I made the following changes to the top menu for now, including changing the Plugins button to a Bootstrap dropdown menu, and the grouping of some buttons. These changes could be breaking as well, if some third-party plugins call the plugin.addButtonToToolbar() or the rPlugin.registerTopmenu() functions.
The search engine button is more complex, so it stays unchanged for now.

  • Replace plugins button with dropdown menu.
  • Group buttons on top menu, sorting add torrent and remove torrent buttons into one group, and start, pause, and stop buttons into another group. Since the add torrent and remove buttons are grouped, the create torrent button will also go into the group because it will be inserted before the remove torrent button on plugin load.

Related: #2734

- Sort add torrent and remove torrent buttons into one group, and start,
  pause, and stop buttons into another group.
@stickz
Copy link
Collaborator

stickz commented Oct 22, 2024

I tested this and it looks good. Thanks so much @jevenski ! Now we just have the persistent add and create torrent options.

@stickz stickz merged commit 1244f9f into Novik:master Oct 22, 2024
@jevenski jevenski deleted the topmenu branch October 23, 2024 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants