pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.56k stars 137 forks source link

restructure screens directory #92

Closed shreyas1599 closed 3 years ago

shreyas1599 commented 4 years ago

I understand that the prefixes gh, bb, gt and gl were used to easily identify the files in the screens directory. Still, I find it very cluttered and difficult to access the right file. I think we should add subfolders for each platform.

@pd4d10 What is your opinion? I'll do this if you are alright with it. I'll have to change all the affected imports.

pd4d10 commented 3 years ago

Personally I prefer to keep it as is, which would be beneficial for quick searching. Take VSCode as an example, if we'd like to search the file GitHub user screen, we could just press Cmd + P, and then quickly search it by gh_user instead of verbose github/user (user is not enough because there are several user).

Anyway, there efforts are highly appreciated! Let's keep this issue open for more discussion

shreyas1599 commented 3 years ago

Closing this. Easier to use Cmd + P with gh. Been using it since you made the suggestion.