nextcloud / nextcloud/server

Display long filenames in Files app also in grid view

Open
#32,927 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement feature: files hotspot: filename handling
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

Is your feature request related to a problem? Please describe.
No problems at all, jut a feature request.

Describe the solution you'd like

In Files app it would be nice to see the full filename in 'thumbnail' view (when the items are displayed matrix-like).

Currently the first 11 characters are displayed but often the end of the file name is also very important.

Example:

  • original file name: this-is-a-longer-file-name-001.md
  • displayed file name: this-is-a-lon...

Describe alternatives you've considered
N/A

Additional context
Tooltips and other 'interactive' solutions are not helping because those need user interaction which slows down work (i.e. just taking a look at the files is 100000000000x quicker than moving the mouse over a lot of files to check floating tooltips).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named. Locate the Files app's grid or thumbnail filename rendering, then inspect how long names are truncated and identify the relevant UI tests. Done means full filenames are readable in grid view without requiring hover interaction.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.