-
Notifications
You must be signed in to change notification settings - Fork 4
Workspace improvements #20
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
Conversation
|
Looking good! I am working on the history pop-up right now. Then I will patch up the downloads manager a bit |
|
I really hope ea2a7ba didn't mess anything up |
@Anoms12 I think you mismatched the file, |
@BibekBhusal0 shoot, what do I do? |
|
Actually, it does not seem like it broke anything looking at it from the WebUI |
You did not broke anything but committed the wrong files. |
|
@Anoms12 |
|
Ohh, I just pressed a button from refined GitHub, it seems to merge cleanly |
Okay, I don't I 100% do, I have no clue how to properly set up the local branch in my JS folder, it confuses me. I could use some help... |
|
@Anoms12 It is hard, here i how I do it, clone the github repo inside JS folder git clone https://github.com/Anoms12/and after that using Do you use |
Yeah I do, look on Gitter |
|
@BibekBhusal0 could you provide a screenshot of the drag handle? |
I have not added styles, it looks really bad |
|
@Anoms12 zen_Nz28Y1NLPb.mp4 |
That is okay |
|
@BibekBhusal0 It works, it's cool |
|
@Anoms12 I am going to sleep, If you want to work on styles you are free to do it. I have not changed styles too much, i am going to bed. I will continue tomorrow. |
|
@BibekBhusal0 I am working on that. I know how to do the theme (I think) I am just having some issues switching to your branch... I will also do the new workspace UI |
run this command git checkout -b BibekBhusal0-workspace main
git pull https://github.com/BibekBhusal0/Zen-Haven.git workspace |
|
@Anoms12 I forgot to add this line in css (without this drag handle appears to be broken) .haven-workspace {
position: relative !important;
}also the close button copies the url, it's icon needs to be changed. |
@BibekBhusal0 thanks, that worked! |
|
@BibekBhusal0 I am moving this to a new PR due to the way I cloned it, I will link that PR here, it will have your commits |
|
Continued on #21 |

Todos
Warning
The tabs in workspace has context menu and if you click pin tab from context menu all the unpinned tabs might be lost after restart.