aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
...
* | Less complicated markdown textarea CSSChocobozzz2022-06-204-216/+131
| |
* | Fix typoChocobozzz2022-06-203-3/+3
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-202-0/+3
|\|
| * Fix user name work wrappingChocobozzz2022-06-171-0/+2
| |
| * Fix video selection buttons placementChocobozzz2022-06-171-0/+1
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-171-0/+1
|\|
| * Send views in a dedicated queueChocobozzz2022-06-171-0/+1
| |
* | Fix strings that cannot be merged by xlf-mergeChocobozzz2022-06-165-7/+7
| |
* | Cleanup title-page CSSChocobozzz2022-06-1625-111/+81
| |
* | Fix top menu opacityChocobozzz2022-06-162-2/+2
| |
* | Improve quick settings UIChocobozzz2022-06-161-7/+3
| |
* | Improve theme labelChocobozzz2022-06-165-24/+46
| |
* | Increase global font sizeChocobozzz2022-06-1694-486/+245
| |
* | Move alert into to pt-alert-primaryChocobozzz2022-06-1512-16/+16
| |
* | Fix login form scrollingChocobozzz2022-06-152-2/+4
| |
* | Improve login page UIChocobozzz2022-06-155-123/+120
| |
* | Fix login input sizeChocobozzz2022-06-151-1/+1
| |
* | Increase margin between upload and search inputsChocobozzz2022-06-151-2/+6
| |
* | Lighter foreground font colorChocobozzz2022-06-152-2/+2
| |
* | Redesign register stepsChocobozzz2022-06-1535-369/+721
| |
* | Fix socket io lazy loadingChocobozzz2022-06-131-2/+2
| |
* | Remove unused global cssChocobozzz2022-06-132-2/+6
| |
* | Reorganize application.scssChocobozzz2022-06-133-2/+4
| |
* | Better icon namesChocobozzz2022-06-136-16/+9
| |
* | Replace all glyphicon iconsChocobozzz2022-06-1334-116/+92
| |
* | Replace glyphicon chevronChocobozzz2022-06-1013-48/+22
| |
* | Rename input toggle hidden to input textChocobozzz2022-06-1021-51/+51
| | | | | | | | It's more than just an hidden toggle
* | Prefer global icon instead of glyphicon for copyChocobozzz2022-06-1011-35/+28
| |
* | Prefer using our icons for notificationsChocobozzz2022-06-102-3/+13
| |
* | Use bootstrap loaderChocobozzz2022-06-1012-83/+25
| |
* | Remove secondary color themeChocobozzz2022-06-104-12/+9
| |
* | Fix list overflowChocobozzz2022-06-103-4/+16
| |
* | Refactor button componentsChocobozzz2022-06-107-39/+40
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-1013-35/+49
|\|
| * Fix classic select and ng select css inconsistencyChocobozzz2022-06-104-5/+9
| |
| * Fix my import expander iconChocobozzz2022-06-101-1/+1
| | | | | | | | Should not be displayed if there is no import error
| * Fix button icon marginChocobozzz2022-06-103-1/+8
| |
| * Fix filters error in consoleChocobozzz2022-06-101-1/+1
| |
| * Fix upload banner icon marginChocobozzz2022-06-102-6/+12
| |
| * Fix search filters countChocobozzz2022-06-102-21/+18
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-10116-677/+567
| |
* | Support ICU in TS componentsChocobozzz2022-06-0826-155/+333
| |
* | Fix various typosluz paz2022-06-073-3/+3
| | | | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-037-4/+26
|\|
| * Handle playlist without videos availableChocobozzz2022-06-036-4/+22
| |
| * Completely remove best default trending algorithmChocobozzz2022-06-031-0/+4
| |
* | Fix typoChocobozzz2022-06-011-1/+1
| |
* | Added "total views" in the my channels list (#5007)Florian CUNY2022-05-312-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added "total views" in the my channels list Implements https://github.com/Chocobozzz/PeerTube/issues/4331 * Fix lint * applied suggested change * updated openAPI spec for the use "withStats" when getting video channels * applied code change * removed GROUP BY in query * Fixed test
* | Display "No subscribers" in my-library instead of "0 subscribers"Poslovitch2022-05-301-1/+1
| | | | | | | | Was suggested in https://github.com/Chocobozzz/PeerTube/pull/4484
* | Add missing i18n for hotkeysChocobozzz2022-05-251-1/+3
| |