filebrowser/frontend
niubility000 1e4b2271f4
fix: cancel the last modification.vue
I wanna add this:
<style>
  #listing{
    height: calc(100vh - 8em);   
    overflow-y: auto; 
  }
</style>
But as I tested, when the folder is pretty large with 3000pics, it will not show the entire list. To solve this, I think we need to use the virtual list.
2024-03-06 22:57:48 +08:00
..
dist refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
public chore: add noindex (#2981) 2024-02-09 11:03:06 +01:00
src fix: cancel the last modification.vue 2024-03-06 22:57:48 +08:00
.eslintrc.json refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
.prettierignore chore: fixes for vite dev server (#2678) 2023-08-29 20:14:45 +02:00
.prettierrc.json refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
assets_dev.go chore: add make fmt target 2021-12-20 22:39:00 +01:00
assets.go chore: add make fmt target 2021-12-20 22:39:00 +01:00
index.html refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
jsconfig.json refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
package-lock.json build(deps-dev): bump vite from 4.4.12 to 4.5.2 in /frontend (#2951) 2024-01-30 10:22:48 +01:00
package.json build(deps-dev): bump vite from 4.4.12 to 4.5.2 in /frontend (#2951) 2024-01-30 10:22:48 +01:00
postcss.config.cjs refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
vite.config.js chore: fixes for vite dev server (#2678) 2023-08-29 20:14:45 +02:00