Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compress SASS output | Christopher Ng | 2023-01-11 | 1 | -75/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Bump sass from 1.52.1 to 1.56.1 | dependabot[bot] | 2022-12-05 | 1 | -13/+3 |
| | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.56.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | feature: first take on using the viewer to render single file shares | Max | 2022-08-25 | 1 | -1/+0 |
| | | | | Signed-off-by: Max <max@nextcloud.com> | ||||
* | Replace files app ids to classes | Vincent Petry | 2022-07-26 | 1 | -5/+5 |
| | | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Cleanup and compile | John Molakvoæ | 2022-05-13 | 1 | -0/+86 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Merge some CSS files using our SCSS compiler | Lukas Reschke | 2017-03-21 | 1 | -62/+0 |
| | | | | | | This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix missing text for downloads on mobile | Morris Jobke | 2016-11-29 | 1 | -1/+1 |
| | | | | | | * fixes #2362 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | hide text of download button, only show icon | Jan-Christoph Borchardt | 2014-07-02 | 1 | -0/+5 |
| | |||||
* | change mobile breakpoint for shared view to 768px as well | Jan-Christoph Borchardt | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | adding ellipsis on file names to public file list as well | Thomas Müller | 2014-03-26 | 1 | -0/+8 |
| | |||||
* | make header scroll up for single shares, more view of content on small screens | Jan-Christoph Borchardt | 2014-01-29 | 1 | -0/+4 |
| | |||||
* | adjust file type icon placement for when no preview can be generated | Jan-Christoph Borchardt | 2014-01-29 | 1 | -0/+4 |
| | |||||
* | permanently show download action on mobile, only icon | Jan-Christoph Borchardt | 2014-01-29 | 1 | -6/+17 |
| | |||||
* | on mobile, show single shared image at full width without margin | Jan-Christoph Borchardt | 2014-01-16 | 1 | -0/+7 |
| | |||||
* | improvements to public files mobile view | Jan-Christoph Borchardt | 2014-01-15 | 1 | -5/+10 |
| | |||||
* | first mobile style rules, hide extra columns in files view and scroll header | Jan-Christoph Borchardt | 2014-01-14 | 1 | -0/+18 |