-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Make the org tab list draggable in left sidebar #548
Comments
|
@zulipbot claim |
@timabbott I'm sorry, I don't understand. What do you mean when you say |
|
@kanishk98 yeah the dragging part is done in the org-tab-drag. The remaining part is -
|
I've been trying to solve the tooltips problem, and I'd like some clarity here:
If we're looking to update the server icons, should we also be changing the json file containing domain information? |
I think in order to get everything right, we gotta save the index of the domain otherwise it would be difficult to keep track of all the indexes after dragging/reloading etc. |
Hello @kanishk98, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 14 days. You can reclaim this issue or claim any other issue by commenting Thanks for your contributions, and hope to see you again soon! |
I'm still on the issue, just been unwell these past few days. The cold's got to me, sorry. I'll get back to work on this tomorrow. |
@zulipbot claim |
Hello @manavmehta, it looks like you've currently claimed 1 issue in this repository. We encourage new contributors to focus their efforts on at most 1 issue at a time, so please complete your work on your other claimed issues before trying to claim this issue again. We look forward to your valuable contributions! |
@zulipbot I have already made two PRs that are pending for review. Also I am working on both of the issues. |
@manavmehta sure go ahead. I would suggest to build up on PR #617. |
Hi, is that feature available already? The discussion here is rather old, and I can't find a way to do that (or even in the settings). I'm on the macOS app. |
It is not; the latest work is this stale PR: #1059 Contributions are welcome! |
I would really like to have this feature as well. Unfortunately it seems that the mentioned PR #1059 is stale. Are there updates happening somewhere else? |
@zulipbot claim |
Welcome to Zulip, @Aitchessbee! We just sent you an invite to collaborate on this repository at https://github.com/zulip/zulip-desktop/invitations. Please accept this invite in order to claim this issue and begin a fun, rewarding experience contributing to Zulip! Here's some tips to get you off to a good start:
As you work on this issue, you'll also want to refer to the Zulip code contribution guide, as well as the rest of the developer documentation on that site. See you on the other side (that is, the pull request side)! |
@Aitchessbee You have been unassigned from this issue because you have not made any updates for over 14 days. Please feel free to reclaim the issue if you decide to pick up again. Thanks! |
Still working on it! |
We should make the organization list in the left sidebar draggable so that users can reorder the added organizations.
Something like this -
On a technical level we need to make following changes when the user drags the org tabs -
Update the index of org in the left sidebar
Update the tooltip
The text was updated successfully, but these errors were encountered: