-
Notifications
You must be signed in to change notification settings - Fork 1
Adding tab management, tab bar and shortcuts #1
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
Open
b0yaux
wants to merge
14
commits into
rlacombe:main
Choose a base branch
from
b0yaux:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
|
Awesome thanks! What would be the point of adding multi tabs? I'm aiming for this to feel like a desktop app more than a browser. |
Author
|
Hi !
Personally, i do like to have the ability to have multiple soundcloud pages
opened, probably because it allows to flow through this music network in a
more arborescent way.
I do understand that you value simplicity. In my version, the tab bar is
shown only when you open at least one other tab, inspired by the Terminal
app on macOS (or even Finder).
Do as you wish !
Wish you the best,
…On Thu 13 Feb 2025 at 00:51, Romain Lacombe ***@***.***> wrote:
Awesome thanks! What would be the point of adding multi tabs? I'm aiming
for this to feel like a desktop app more than a browser.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHG7SJNNF3J4N3AYSA6SQNL2PPNAFAVCNFSM6AAAAABW6CAOY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJVGEYDKMJTHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
- Downloader popover using scdl with URL pre-fill. When standing on a track/album/playlist/user page, download super easily using GUI or shortcuts "cmd+D" (show download popover) and "Enter" (start download of pre-filled URL) - Debug console ladybug for scdl / ffmpeg troubleshooting - Added preferences panel: for now only light/dark mode settings included there - "Cmd+T", "Cmd+W", "Cmd+D", "Cmd+L", and "Cmd+," keyboard shortcuts - Better navigation : Back and Forward navigation buttons with state tracking and proper Open Link in New Tab command in context menu. - UI/UX polish
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I just messed out to add tab management, tab bar and shortcuts for tabs.