summaryrefslogtreecommitdiffstats
path: root/js/photos-node_modules_vue-material-design-icons_PackageVariant_vue-node_modules_vue-material-design-ic-c67b29.js.map
AgeCommit message (Collapse)Author
2023-05-15Use the color-primary-element* variablesSimon L
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-05-09Compile assetsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-04-17Use new node event namesLouis Chemineau
Needed after: https://github.com/nextcloud/server/pull/37726 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-02-28Take into account cropped layout settingLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-27Improve overall preview loadingLouis Chemineau
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>
2022-10-29Bump @nextcloud/webpack-vue-config from 5.3.0 to 5.4.0dependabot[bot]
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-20Migrate to :deep instead of ::v-deepLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-10-11Bump @nextcloud/vue from 7.0.0-beta.4 to 7.0.0-beta.7dependabot[bot]
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.0.0-beta.4 to 7.0.0-beta.7. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.0.0-beta.4...v7.0.0-beta.7) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-10compile assetsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>