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

FEAT(client): Move back to previous channel(s) #6674

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Krzmbrzl
Copy link
Member

This makes the client keep track of the channels you have been in on a
given server and then enables you to conveniently move back into the
channel you have just been in. This works recursively such that if you
have been in channels A, B, C and then D, using this feature will allow
you to move from D to C to B to A without having to locate those
channels in the channel tree.

Note that the channel history is not persisted and as soon as you
disconnect from the server, the channel history is reset.

Checks

@Krzmbrzl Krzmbrzl added client feature-request This issue or PR deals with a new feature labels Dec 30, 2024
@Krzmbrzl Krzmbrzl force-pushed the feat-move-to-previous-channel branch 2 times, most recently from 248d818 to ca64bbb Compare December 30, 2024 16:16
This makes the client keep track of the channels you have been in on a
given server and then enables you to conveniently move back into the
channel you have just been in. This works recursively such that if you
have been in channels A, B, C and then D, using this feature will allow
you to move from D to C to B to A without having to locate those
channels in the channel tree.

Note that the channel history is not persisted and as soon as you
disconnect from the server, the channel history is reset.
@Krzmbrzl Krzmbrzl force-pushed the feat-move-to-previous-channel branch from ca64bbb to 474cf03 Compare December 30, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client feature-request This issue or PR deals with a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant