Skip to content
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

Details view by default? #579

Open
garrett opened this issue Jun 20, 2024 · 0 comments
Open

Details view by default? #579

garrett opened this issue Jun 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@garrett
Copy link
Member

garrett commented Jun 20, 2024

It's probably a lot more useful for our target audience (administrators on servers) to default to details view instead of icons:

  1. Can see more details about a file, including ownership and permissions
  2. Filename isn't wrapped or truncated so aggressively
  3. We don't have thumbnails, so icons aren't quite as useful
  4. Even if we had thumbnails, most files administrators care about aren't graphical images (JPEGs, PNGs, etc.)

Downsides:

  • Lack of gutter (I can fix this, by making a little gap around the table and adjusting the interior padding), so it's easy to unselect files or right-click on the current folder
  • It's possible to have more layout issues in various sizes:
    • Mobile support might be problematic in comparison (we'd have to address this specifically, I think)
    • Some widths may not fit all the data well enough (which is why we were thinking about configurable columns, I guess? Configurable columns for listview #564)
@garrett garrett added the enhancement New feature or request label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant