Add basic menubar #9
No reviewers
Labels
No labels
accessibility
app-parity
area: creator
area: daemon
area: design
area: devops
area: discovery
area: docs
area: installer
area: internal
area: livestream
area: performance
area: proposal
area: reposts
area: rewards
area: search
area: security
area: subscriptions
area: sync
area: ux
area: viewer
area: wallet
BEAMER
channel
comments
community PR
consider soon
core team
css
dependencies
electron
Epic
feature request
first-timers-only
good first issue
hacktoberfest
help wanted
hub-dependent
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
merge when green
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
notifications
odysee
on hold
playlists
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
recsys
redesign
regression
resilience
sdk dependent
Tom's Wishlist
trending
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-desktop#9
Loading…
Reference in a new issue
No description provided.
Delete branch "menubar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This includes a Developer menu that can be enabled or disabled through the UI.
This Web UI PR is needed to enable and disable the menu: https://github.com/lbryio/lbry-web-ui/pull/193
Please add the minimum of menu options.
What do "undo" and "redo" do in context of this app?
I also have a "paste and match style" option, which I don't see listed here? Is there a way to just add paste without "paste and match style"?
What does this do?
Same as above questions... why do we need/want this?
We have a help option in the UI. If we add help to the toolbar, it should go to the same place. If we want to encourage FAQ usage, the main "Help" section should do that.
Undo and redo typing, just like in a browser. They're not going to be heavily used, but I feel like people expect that to be in any app with an Edit menu.
I did remove the Paste and Match Style option, so it sounds like you're getting the default Electron menu (the one that appears in developer mode). It looks similar because I based this on the example from the Electron docs which shows you how to make the same menu as the default developer menu. I'll take a look at the office today.
I feel like these options are supposed to be there for text editing in every app that has text boxes.
I checked the macOS HIG here and it confirms:
I haven't checked the Windows or GNOME/KDE guidelines, though. Might be different there.
True. I wasn't giving this part a lot of thought because I knew it would be at least today before it was merged. Just trying to get the general framework of the menu up for review. We should probably decide today on the full set of menu items and what they should do.
Chrome does not have undo and redo in it's menu bar. I do not think that we should either.
Confirmed, I no longer see this.
This should be removed probably.