aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
Commit message (Collapse)AuthorAgeFilesLines
...
* | Handle input error in custom input textChocobozzz2022-06-201-1/+7
| |
* | Handle input error in markdown textareaChocobozzz2022-06-201-3/+11
| |
* | Fix dropdown z-indexChocobozzz2022-06-202-5/+5
| |
* | Don't display input error in red on typingChocobozzz2022-06-162-12/+6
| |
* | Cleanup title-page CSSChocobozzz2022-06-162-18/+33
| |
* | Fix top menu opacityChocobozzz2022-06-162-3/+3
| |
* | Increase global font sizeChocobozzz2022-06-1610-59/+56
| |
* | Move alert into to pt-alert-primaryChocobozzz2022-06-151-4/+0
| |
* | Improve login page UIChocobozzz2022-06-151-2/+12
| |
* | Remove duplicated hidden attributeChocobozzz2022-06-151-4/+0
| |
* | Lighter foreground font colorChocobozzz2022-06-151-2/+2
| |
* | Redesign register stepsChocobozzz2022-06-155-4/+59
| |
* | Remove unused global cssChocobozzz2022-06-131-9/+0
| |
* | Cleanup primeng cssChocobozzz2022-06-131-67/+4
| |
* | Reorganize application.scssChocobozzz2022-06-133-204/+213
| |
* | Replace all glyphicon iconsChocobozzz2022-06-136-118/+136
| |
* | Replace glyphicon chevronChocobozzz2022-06-102-0/+34
| |
* | Fix notification z-index with modalsChocobozzz2022-06-101-2/+2
| |
* | Rename input toggle hidden to input textChocobozzz2022-06-101-1/+1
| | | | | | | | It's more than just an hidden toggle
* | Prefer using our icons for notificationsChocobozzz2022-06-101-4/+4
| |
* | Use bootstrap loaderChocobozzz2022-06-101-15/+1
| |
* | Add comments to bootstrap CSSChocobozzz2022-06-101-5/+24
| |
* | Fix buttons hovering background color in tablesChocobozzz2022-06-101-8/+11
| |
* | Remove secondary color themeChocobozzz2022-06-104-22/+0
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-103-11/+22
|\|
| * Fix classic select and ng select css inconsistencyChocobozzz2022-06-103-9/+17
| |
| * Fix peertube select weightChocobozzz2022-06-101-2/+5
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-1010-160/+139
| |
* | Fix various typosluz paz2022-06-071-1/+1
| | | | | | 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`
* | Add live autostart/messages in embedChocobozzz2022-05-311-0/+9
|/
* Fix lintChocobozzz2022-05-201-4/+4
|
* Add control bar option for peertube playerChocobozzz2022-05-201-0/+4
|
* Fix help component z-indexChocobozzz2022-05-044-42/+71
|
* Fix ng-select hoveringChocobozzz2022-05-021-2/+4
|
* Fix ng select input font colorChocobozzz2022-05-021-0/+4
|
* Fix avatar responsiveChocobozzz2022-05-021-0/+4
|
* Display live info in my videosChocobozzz2022-04-201-1/+1
|
* Support videos stats in clientChocobozzz2022-04-151-0/+44
|
* Some fixes for themesChocobozzz2022-03-156-7/+33
|
* Fix hidden player on inactivityChocobozzz2022-03-141-1/+1
|
* Display avatar in embed posterChocobozzz2022-03-081-9/+64
|
* Improve embed dock styleChocobozzz2022-03-041-2/+6
|
* Fix modal z-indexChocobozzz2022-03-021-1/+1
| | | | Should be on top of the header too
* Implement avatar miniatures (#4639)kontrollanten2022-02-283-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Prevent selection on rewind/forward textsChocobozzz2022-02-091-0/+1
|
* Add ability to cancel & delete video importsChocobozzz2022-01-191-1/+5
|
* Increase player progress bar hitbox heightChocobozzz2022-01-172-2/+2
|
* Add fast forward/rewind on mobileChocobozzz2022-01-121-11/+100
|
* Add player controls on mobileChocobozzz2022-01-114-1/+78
|
* Better control bar responsiveChocobozzz2022-01-111-0/+8
|