filebrowser/frontend/src
Elisabeth Ryder 5b258f15e3
Update listing.css
Using the style editor, unconventional though it may be, is a nice alternative to testing code commits that wouldn't actually fix anything because all the class headers were space-delimited instead of using a seperator that allows the CSS to select one particular element, like the title name for a file listing, without looking up the :not feature to deselect the header with the exact same .item class (thanks to https://stackoverflow.com/a/16202009 for helping find out how to single that out).
2024-09-16 15:32:37 -04:00
..
api chore: fix frontend lint 2024-08-18 13:51:16 +02:00
assets/fonts/roboto fix: missing bold variation for Roboto font 2021-03-24 19:06:56 +00:00
components chore: Add Catalan Language (#3347) 2024-08-17 18:58:11 +02:00
css Update listing.css 2024-09-16 15:32:37 -04:00
i18n feat: implement markdown file preview in Ace editor (#3431) 2024-08-29 23:04:10 +02:00
router feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
stores chore: fix frontend lint 2024-08-18 13:51:16 +02:00
types feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
utils chore(frontend): fix formatting 2024-06-08 22:20:58 +02:00
views feat: implement markdown file preview in Ace editor (#3431) 2024-08-29 23:04:10 +02:00
App.vue feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
index.d.ts feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
main.ts feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
vite-env.d.ts feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00