nextcloud / nextcloud/android

Rich workspaces: Collapse empty space

Open
#5,987 1 comment 0 reactions 0 assignees View on GitHub
enhancement feature: files
Dominant language
Kotlin
Stars
5.6k
Forks
2k
Avg merge
2d 18h
Merged PRs (30d)
92

Description

### Is your feature request related to a problem? Please describe.
The app shows a huge empty space at the top of the root files/folders list if one has "rich workspace" enabled and a readme.md file with a single character in it. The preview of the readme.md files uses one line, the other round about 8 lines are just empty, wasted space.

### Describe the solution you'd like
First of all am not sure it's a good idea to assume that just because the rich workspace is enabled for the webui it should also be enabled for the app UI. The webui tends to have a lot more space available then the app UI on a mobile device. So there should be at least a setting to enable/disable linking the rich workspace setting to the app.

Further, even if the rich workspace is enabled for the app, it should not waste any space, i.e. not cause any empty space in the UI. Hence, if the preview of the readme.md needs one line, it should only use one line.

![Screenshot_20200501-072416~2](https://user-images.githubusercontent.com/46424536/80784371-20760600-8b7d-11ea-9cc9-27c024be2bc2.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.