]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/misc/simple-search-input.component.scss
Add video filters to common video pages
authorChocobozzz <me@florianbigard.com>
Thu, 19 Aug 2021 07:24:29 +0000 (09:24 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 25 Aug 2021 09:24:11 +0000 (11:24 +0200)
commitdd24f1bb0a4b252e5342b251ba36853364da7b8e
tree41a9506d07413f056fb90425705e258f96fdc77d
parent2e80d256cc75b4b02c8efc3d3e4cdf57ddf401a8
Add video filters to common video pages
97 files changed:
client/src/app/+accounts/account-search/account-search.component.ts [deleted file]
client/src/app/+accounts/account-video-channels/account-video-channels.component.html
client/src/app/+accounts/account-videos/account-videos.component.html [new file with mode: 0644]
client/src/app/+accounts/account-videos/account-videos.component.ts
client/src/app/+accounts/accounts-routing.module.ts
client/src/app/+accounts/accounts.component.html
client/src/app/+accounts/accounts.component.scss
client/src/app/+accounts/accounts.component.ts
client/src/app/+accounts/accounts.module.ts
client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html
client/src/app/+admin/plugins/plugin-search/plugin-search.component.html
client/src/app/+my-library/my-history/my-history.component.html
client/src/app/+my-library/my-history/my-history.component.ts
client/src/app/+my-library/my-subscriptions/my-subscriptions.component.html
client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html
client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html
client/src/app/+my-library/my-videos/my-videos.component.html
client/src/app/+my-library/my-videos/my-videos.component.ts
client/src/app/+search/search-filters.component.scss
client/src/app/+search/search.component.html
client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html
client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html [new file with mode: 0644]
client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
client/src/app/+videos/+video-watch/shared/comment/video-comments.component.html
client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html
client/src/app/+videos/video-list/index.ts
client/src/app/+videos/video-list/overview/video-overview.component.html
client/src/app/+videos/video-list/trending/index.ts [deleted file]
client/src/app/+videos/video-list/trending/video-trending-header.component.html [deleted file]
client/src/app/+videos/video-list/trending/video-trending-header.component.scss [deleted file]
client/src/app/+videos/video-list/trending/video-trending-header.component.ts [deleted file]
client/src/app/+videos/video-list/trending/video-trending.component.ts [deleted file]
client/src/app/+videos/video-list/video-local.component.ts [deleted file]
client/src/app/+videos/video-list/video-recently-added.component.ts [deleted file]
client/src/app/+videos/video-list/video-user-subscriptions.component.html [new file with mode: 0644]
client/src/app/+videos/video-list/video-user-subscriptions.component.ts
client/src/app/+videos/video-list/videos-list-common-page.component.html [new file with mode: 0644]
client/src/app/+videos/video-list/videos-list-common-page.component.ts [new file with mode: 0644]
client/src/app/+videos/videos-routing.module.ts
client/src/app/+videos/videos.module.ts
client/src/app/app-routing.module.ts
client/src/app/app.component.ts
client/src/app/core/core.module.ts
client/src/app/core/routing/custom-reuse-strategy.ts
client/src/app/core/routing/index.ts
client/src/app/core/routing/peertube-router.service.ts [new file with mode: 0644]
client/src/app/core/routing/scroll.service.ts [new file with mode: 0644]
client/src/app/helpers/utils.ts [deleted file]
client/src/app/helpers/utils/channel.ts [new file with mode: 0644]
client/src/app/helpers/utils/date.ts [new file with mode: 0644]
client/src/app/helpers/utils/html.ts [new file with mode: 0644]
client/src/app/helpers/utils/index.ts [new file with mode: 0644]
client/src/app/helpers/utils/object.ts [new file with mode: 0644]
client/src/app/helpers/utils/ui.ts [new file with mode: 0644]
client/src/app/helpers/utils/upload.ts [new file with mode: 0644]
client/src/app/helpers/utils/url.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/advanced-input-filter.component.ts
client/src/app/shared/shared-forms/select/index.ts
client/src/app/shared/shared-forms/select/select-categories.component.html [new file with mode: 0644]
client/src/app/shared/shared-forms/select/select-categories.component.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/select/select-checkbox-all.component.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/select/select-checkbox.component.html
client/src/app/shared/shared-forms/select/select-checkbox.component.ts
client/src/app/shared/shared-forms/select/select-languages.component.html [new file with mode: 0644]
client/src/app/shared/shared-forms/select/select-languages.component.ts [new file with mode: 0644]
client/src/app/shared/shared-forms/shared-form.module.ts
client/src/app/shared/shared-icons/global-icon.component.ts
client/src/app/shared/shared-main/angular/infinite-scroller.directive.ts
client/src/app/shared/shared-main/feeds/feed.component.scss
client/src/app/shared/shared-main/misc/simple-search-input.component.html
client/src/app/shared/shared-main/misc/simple-search-input.component.scss
client/src/app/shared/shared-main/misc/simple-search-input.component.ts
client/src/app/shared/shared-main/users/user-notifications.component.html
client/src/app/shared/shared-main/video/video.service.ts
client/src/app/shared/shared-search/advanced-search.model.ts
client/src/app/shared/shared-user-settings/user-video-settings.component.html
client/src/app/shared/shared-user-settings/user-video-settings.component.scss
client/src/app/shared/shared-user-settings/user-video-settings.component.ts
client/src/app/shared/shared-video-miniature/abstract-video-list.ts [deleted file]
client/src/app/shared/shared-video-miniature/index.ts
client/src/app/shared/shared-video-miniature/shared-video-miniature.module.ts
client/src/app/shared/shared-video-miniature/video-download.component.scss
client/src/app/shared/shared-video-miniature/video-filters-header.component.html [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-filters-header.component.scss [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-filters-header.component.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-filters.model.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/video-list-header.component.html [deleted file]
client/src/app/shared/shared-video-miniature/video-list-header.component.ts [deleted file]
client/src/app/shared/shared-video-miniature/videos-list.component.html [moved from client/src/app/shared/shared-video-miniature/abstract-video-list.html with 65% similarity]
client/src/app/shared/shared-video-miniature/videos-list.component.scss [moved from client/src/app/shared/shared-video-miniature/abstract-video-list.scss with 51% similarity]
client/src/app/shared/shared-video-miniature/videos-list.component.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/videos-selection.component.html
client/src/app/shared/shared-video-miniature/videos-selection.component.ts
client/src/assets/images/feather/chevrons-up.svg [new file with mode: 0644]
client/src/sass/bootstrap.scss
client/src/sass/classes.scss
client/src/sass/include/_mixins.scss