-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
gui: Display folder and device count number #8615
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
gui: Display folder and device count number #8615
Conversation
In large setups, it is currently impossible to know the exact number of folders and remote devices without counting them manually, either in the GUI or in config.xml. Thus, to provide this information to the user, add a specific number right next to both Folders and Remote Devices headers in the Web GUI. The numbers are only displayed when two or more folders or devices are present. Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
Neat! |
I'm not a fan of all these edge cases lately ... |
I'm not a fan of arbitrary limits to distinguish edge cases from "regular" usage. And I do have a lot of devices and folders 😉 But moving it to the bottom sounds sensible, I doubt that many people actually need the count displayed prominently. In file explorers, mail readers, etc. it's also customary to display such totals in the bottom status bar. |
Yeah, the information doesn't need to be right there in the headers, but I couldn't find any suitable place for it in the GUI without getting in the way of other elements (e.g. the buttons at the bottom) and also looking good visually. One alternative that I can think of could be to add this information to the table under "This Device", which already contains other details about the local state. |
You guys, we don't need to bikeshed every simple change. It's a couple of metrics some will find useful, there's no real cost or downside, it's not a matter of pandering to weird edge cases. |
Sorry not my intention. I just commented because I'm afraid that the next person wants "x syncing, y paused, z error" status. |
* main: (36 commits) lib/protocol: Ignore inode time when xattr&ownership is ignored (fixes syncthing#8654) (syncthing#8655) lib/fs: Try to remove read only Windows files (fixes syncthing#3744) (syncthing#8650) gui: Add copy to clipboard, share by email, and share by SMS buttons to device IDs (fixes syncthing#2771, ref syncthing#3868) (syncthing#7984) gui, man, authors: Update docs, translations, and contributors build: Add GitHub actions build for Windows (syncthing#8627) gui: Fix connection type icon width (fixes syncthing#8592) (syncthing#8644) gui: Adjust connection type icon size scaling and alignment (syncthing#8645) docker: Use healthcheck endpoint (syncthing#8640) lib/connections: Use adaptive write size for rate limited connections (fixes syncthing#8630) (syncthing#8631) gui: Mark devices that haven't connected for a long time (fixes syncthing#7703) (syncthing#8530) gui: Fix rescan interval when add encrypted folder with watch for changes enabled (fixes syncthing#8570) (syncthing#8571) gui: Always show Out of Sync Items for remote devices (syncthing#8632) lib/fs: Let xattr test avoid non-test attributes (fixes syncthing#8601) (syncthing#8628) build: Add GitHub actions build for Windows gui, man, authors: Update docs, translations, and contributors gui: Display folder and device count number (syncthing#8615) gui, man, authors: Update docs, translations, and contributors lib/model, lib/protocol: Fix file comparisons (fixes syncthing#8594) (syncthing#8603) lib/scanner: More sensible debug output (syncthing#8596) gui: Allow automatic device ID selection on WebKit browsers (ref syncthing#8544) (syncthing#8597) ...
In large setups, it is currently impossible to know the exact number of folders and remote devices without counting them manually, either in the GUI or in config.xml. Thus, to provide this information to the user, add a specific number right next to both Folders and Remote Devices headers in the Web GUI. The numbers are only displayed when two or more folders or devices are present.
Signed-off-by: Tomasz Wilczyński twilczynski@naver.com
Screenshots