Closed edenvidal closed 1 year ago
1.
why are there files with an icon without a name? how do we avoid it?
we needed to hide file extensions in tree view, you remember? so if the file names are like .***
, there will be no name in tree view.
but if the file extensions are known, such as .js
or .html
it will have an icon but no name. what should we do? :)
2.
what you mean with the sidebar
is ActionsPanel(FileTreeView+NodeTreeView+SettingsView), correct?
and should we add \
cmdk to reference csv, or just in code?
I am asking since if we add it to ref.csv, it will appear in Cmdk Modal UI, you see?
3.
resizable panels glitch on the big screen? visual glitch - there's some kinds of offset spacing underneath the interface which is scrollable when getting to the bottom.
excuse me, I am not sure how I can reproduce them. could you give me more info please?
@edenvidal
\
command is already in references and appears in the menu. but it doesn't work.@sbsoso0411
@edenvidal 1. so the only way I am thinking is to show file names and extensions together in tree view. what do you think? VisualCode also does that way. :)
yes let's do it this way for now @sbsoso0411 (:
@edenvidal I see the reason why we are saying "for now".. ☝ showing names and extensions together seems a bit ... not good for rnbw app, right? because if we want to add a file, we will choose the file type in cmdk modal. so maybe we should enter only file names in the input box.
and also I've had a check through the code and if we decide to show file names and extensions together, we will need to improve some code. it's not too easy. :) since it will change the file-rename mode.(you will enter file extensions when renaming too.)
so here's my thought.
I think we can hide the files with no names, more exactly the files with the name begins with .
for example, in Ubuntu OS, if the file names begin with .
, it is considered as system files and automatically hidden, you see?
what do you think?
@sbsoso0411 i love this idea! Let's go with it and see later how it all works. 🙌
@sbsoso0411 not yet applied on the files view items:
gap-s
instead ofgap-xs