| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Currently translated at 0.8% (16 of 1806 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/id/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (103 of 103 strings)
Translation: PeerTube/player
Translate-URL: https://weblate.framasoft.org/projects/peertube/player/hu/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (246 of 246 strings)
Translation: PeerTube/server
Translate-URL: https://weblate.framasoft.org/projects/peertube/server/hu/
|
|
|
|
|
|
|
| |
Currently translated at 84.5% (1529 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (1808 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (1808 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (1808 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
|
|
|
|
|
|
|
| |
Currently translated at 99.8% (1806 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (1765 of 1765 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (1765 of 1765 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (1808 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
|
|
|
|
|
|
|
| |
Currently translated at 99.7% (1804 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
|
|
|
|
|
|
|
| |
Currently translated at 97.7% (1768 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pl/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (1808 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
|
|
|
|
|
|
|
| |
Currently translated at 50.7% (917 of 1808 strings)
Translation: PeerTube/angular
Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/el/
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add `i18n` prop
* Update video-comment-list.component.html
* Update account-blocklist.component.html
* Update server-blocklist.component.html
* Update video-redundancies-list.component.html
* Update following-list.component.html
* Update followers-list.component.html
|
|
|
|
|
|
| |
It's just a refresh and could lead to some issues in our tests. If there
is a transaction conflict, it means that the same video is already
beeing updated so aborting should be fine
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- add example of videoFilters
- add warning about videoFilters and inputOptions in live profile
|
|
|
|
| |
optional
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* client: dont pause video upon modal open
closes #3816
* client(video/watch): remove obsolete code
* gitignore: add vscode and vim swp files
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Made top search bar more scalable for (physically) narrow screens
Removing `flex: auto` on `.top-left-block` for screens narrower than
`350px`allows the search bar to resize to fill up the remaining space.
Setting `width: 70px` on `#typeahead-container input` for mobile widths
prevents the hamburger button from being squished at certain widths.
Given that the padding adds up to `50px`, setting what amounts to the
minimum width of the search field to `70px` seems reasonable.
Fixes #3199.
* Making hamburger button margin and spacing narrower for mobile
The clickable area is restricted to the icon anyway, and the extra space
benefits the search field width on narrow screens.
|
| |
| |
| |
| |
| |
| |
| | |
Mimicked the approach used in other tabs under "My Library":
* Adding bottom margin to search field to keep distance from "Sort By"
* Fixing extra left margin on "Sort By" for narrow screens
* Removed the `ml-2` class so that `!important` is no longer needed
* Removed unnecessary `!important` from account video search field width
|