mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #369] Can't collapse sidebar #154
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @pierremonico on GitHub (Mar 1, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/369
Current behavior
When I hit
Cmd + B, the sidebar doesn't hide. I also tried withCtrl + Bjust in case.Expected behavior
The sidebar should collapse.
Steps to reproduce
SomeStorageNameAll NotesCmd + B(nothing happens)Cmd + B(nothing happens)Environment
@Rokt33r commented on GitHub (Mar 3, 2020):
The feature is not implemented yet. Thanks for the reminding. We'll work this soon!
@pierremonico commented on GitHub (Mar 4, 2020):
Alright, maybe just remove it from the shortcut list in the meantime then :)
@Flexo013 commented on GitHub (Mar 4, 2020):
@pierremonico What shortcut list?
@arcturus140 commented on GitHub (Mar 4, 2020):
@Flexo013 see tutorial notes...
@pierremonico commented on GitHub (Mar 6, 2020):
That's correct.
@Rokt33r commented on GitHub (Mar 6, 2020):
I re-opened this so I can keep tracking this issue.
@JohnPhamous commented on GitHub (Mar 7, 2020):
@Rokt33r, are you working on this? If not mind if I take it up? Also saw #333.
@Flexo013 commented on GitHub (Mar 8, 2020):
@JohnPhamous Feel free to take this up!
Note that this one specifically is for hiding the entire sidebar. Check old Boostnote to see the exact behavior.
#333 is for making the sidebar smaller, but still usuable.
@JohnPhamous commented on GitHub (Mar 8, 2020):
@Flexo013 thanks for clarifying. Are there other docs on how to get started working on the codebase? I tried the instructions under Build in the README but got this error
@ZeroX-DG commented on GitHub (Mar 9, 2020):
@JohnPhamous You can create an empty
.envfile in the root folder and run@Rokt33r commented on GitHub (Mar 25, 2020):
@pierremonico I think #333 is better. The behavior is almost same but I think showing minimized functional UI is superior. Do you think you need hiding sidebar feature even though we have minimizing sidebar feature? If so, let us know why do you think so!
@pierremonico commented on GitHub (Mar 25, 2020):
@Rokt33r thanks for asking. The minimized sidebar is perfect, same behaviour as in VS Code 😅
Essentially I just hide the sidebar all the time so I can write and see the result side by side without any other clutter. TLDR: I personally don't need to completely hide the sidebar; minimizing is enough.
@Flexo013 commented on GitHub (Mar 26, 2020):
I agree. I personally also don't need a completely hidden sidebar, but I can imagine that some user would like this option. A sort of focus-mode, if you will.
My suggestion is to prioritize #333, and once that is implemented we can gather interest into a complete hide function with this current thread.
@Rokt33r commented on GitHub (Mar 26, 2020):
Thanks for the quick responses! I'll close this and focus on #333.