Commit Graph

9 Commits

Author SHA1 Message Date
nextcloud-command 02cd9d84fc chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-03 09:45:24 +00:00
Louis Chemineau 2b40dc0f78
Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-20 14:26:50 +01:00
Louis Chemineau 7edd2b13fe
chore: Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-07 12:21:53 +01:00
Louis Chemineau b110ae702d
Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-02-15 16:25:01 +01:00
nextcloud-command 6a2aefc19b chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-06-28 10:13:52 +02:00
Louis Chemineau 4399732ed9 Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-05-09 11:38:12 +02:00
Louis Chemineau 5f47922b8b Improve overall preview loading
This PR improve on the logic to display previews:

1. Append the etag of the file to the file request. This ensure that old cache will not be used if the image is updated
2. Listen to 'files:file:updated' to refetch the file's info and have the new etag
3. Distinguish onload and on error events of the small and large previews to have a finer rendering conditions. Mostly not rendering both previews if the larger one is loaded.
4. Do not delay rendering of files to make the UI snappier

Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-27 15:07:42 +01:00
dependabot[bot] 64c2cf08e0 Bump @nextcloud/webpack-vue-config from 5.3.0 to 5.4.0
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/nextcloud/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud/webpack-vue-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
  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>
2022-10-29 09:22:23 +00:00
Marcel Klehr 1d5ef2674b TagContent: Add padding
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-09-01 13:19:25 +00:00