aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_mixins.scss
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-281-5/+6
|
* Move to sass @useChocobozzz2021-06-281-1/+1
|
* Add ability to search playlistsChocobozzz2021-06-251-0/+1
|
* Cleanup contact form with URLChocobozzz2021-06-151-1/+1
| | | | | | Parent component still have the responsability to explicitely open the modal Rely on data router param to open or not the modal
* Improve channel card custom markupChocobozzz2021-06-091-0/+13
|
* Bidi supportChocobozzz2021-06-071-17/+78
|
* Replace local menu iconChocobozzz2021-05-281-1/+2
|
* Fix mask-image propertyChocobozzz2021-05-071-38/+11
| | | | Needed by chrome
* Fix miniature avatar sizeChocobozzz2021-05-051-2/+5
|
* Fix avatar size in moderation tablesChocobozzz2021-04-291-4/+3
|
* Fix my library/account/admin sub titles alignmentChocobozzz2021-04-291-1/+3
|
* Move to stylelintChocobozzz2021-04-281-48/+68
|
* Refactor actor avatar displayChocobozzz2021-04-281-31/+2
|
* Use account initial as default avatar (#4002)kontrollanten2021-04-271-9/+1
| | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Refactor feed componentChocobozzz2021-04-151-1/+1
|
* Refactor modal buttons styleChocobozzz2021-04-141-1/+2
|
* Add ability to update the bannerChocobozzz2021-04-081-4/+6
|
* Refactor video miniatureChocobozzz2021-04-011-5/+39
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Fix multiline ellipsisChocobozzz2021-04-011-1/+2
|
* Refactor horizontal marginsChocobozzz2021-03-311-2/+2
|
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-3/+3
|
* Channel/account page redesign feedbacksChocobozzz2021-03-311-1/+2
| | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* Square channel avatar consistencyChocobozzz2021-03-311-80/+0
|
* Redesign channel pageChocobozzz2021-03-311-3/+47
|
* Try to reduce CSS sizeChocobozzz2021-03-241-25/+0
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-0/+5
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-131-4/+8
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Use source sans 3 fontChocobozzz2021-01-131-1/+5
|
* Fix ng-select widthChocobozzz2020-12-151-11/+0
|
* Fix password input in edit userChocobozzz2020-12-151-0/+7
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-1/+2
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-0/+4
|
* adjust registration form width on mobile (#3274)test2a2020-11-251-0/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+1
|
* Use ng select for multiselectChocobozzz2020-08-111-0/+11
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-69/+0
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Handle basic playlist in embedChocobozzz2020-08-071-0/+15
|
* modify user-quota to match account settings styleRigel Kent2020-07-291-2/+4
|
* harmonize search for librariesRigel Kent2020-07-291-2/+1
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-17/+15
| | | | statuses
* allow sorting notificationsRigel Kent2020-07-291-0/+69
|
* fix position for sub-menus with actorRigel Kent2020-07-231-0/+2
| | | | fixes ed5bb517266c80904c44bf44a335f1003f5aa277
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-231-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix external user editionChocobozzz2020-07-061-0/+4
|
* fix reactive file upload buttonRigel Kent2020-07-011-1/+0
|
* fix video update button, add color to danger zoneRigel Kent2020-07-011-5/+23
|
* switch from softies to feathericonsRigel Kent2020-07-011-0/+5
| | | | also organize icons in folders per origin
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-221-2/+9
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-151-9/+0
|