aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/src/trash.scss
Commit message (Collapse)AuthorAgeFilesLines
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-22/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Replace files app ids to classesVincent Petry2022-07-261-1/+1
| | | | | | | | | | | 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>
* Move files_trashbin to webpackRoeland Jago Douma2019-02-131-0/+22
Combine the 2 js files and the scss. This saves compiling the scss on the go. And going via Nextcloud storage to obtain it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>