Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a dedicated component for video description | Chocobozzz | 2021-06-29 | 1 | -0/+3 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 5 | -50/+12 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 5 | -43/+44 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -0/+1 |
| | |||||
* | Cleanup contact form with URL | Chocobozzz | 2021-06-15 | 1 | -1/+1 |
| | | | | | | Parent component still have the responsability to explicitely open the modal Rely on data router param to open or not the modal | ||||
* | Add max rows to videos list | Chocobozzz | 2021-06-09 | 1 | -2/+5 |
| | |||||
* | Improve channel card custom markup | Chocobozzz | 2021-06-09 | 1 | -0/+13 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 3 | -23/+86 |
| | |||||
* | Replace local menu icon | Chocobozzz | 2021-05-28 | 1 | -1/+2 |
| | |||||
* | Fix UI overflows | Chocobozzz | 2021-05-26 | 1 | -0/+2 |
| | |||||
* | Fix mask-image property | Chocobozzz | 2021-05-07 | 1 | -38/+11 |
| | | | | Needed by chrome | ||||
* | Fix miniature avatar size | Chocobozzz | 2021-05-05 | 2 | -4/+6 |
| | |||||
* | Fix avatar size in moderation tables | Chocobozzz | 2021-04-29 | 1 | -4/+3 |
| | |||||
* | Fix my library/account/admin sub titles alignment | Chocobozzz | 2021-04-29 | 1 | -1/+3 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 6 | -63/+81 |
| | |||||
* | Refactor actor avatar display | Chocobozzz | 2021-04-28 | 2 | -39/+6 |
| | |||||
* | Use account initial as default avatar (#4002) | kontrollanten | 2021-04-27 | 1 | -9/+1 |
| | | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom | ||||
* | Refactor feed component | Chocobozzz | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | Add AccountAvatarComponent (#3965) | kontrollanten | 2021-04-15 | 1 | -4/+0 |
| | | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments | ||||
* | Refactor modal buttons style | Chocobozzz | 2021-04-14 | 1 | -1/+2 |
| | |||||
* | Display banner on channel page | Chocobozzz | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Add ability to update the banner | Chocobozzz | 2021-04-08 | 2 | -4/+9 |
| | |||||
* | Fix actor overflows | Chocobozzz | 2021-04-05 | 1 | -0/+6 |
| | |||||
* | Responsive search | Chocobozzz | 2021-04-01 | 1 | -0/+7 |
| | |||||
* | Account/channel videos display as rows | Chocobozzz | 2021-04-01 | 1 | -7/+0 |
| | |||||
* | Refactor video miniature | Chocobozzz | 2021-04-01 | 3 | -141/+86 |
| | | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size | ||||
* | Fix multiline ellipsis | Chocobozzz | 2021-04-01 | 2 | -7/+9 |
| | |||||
* | Refactor horizontal margins | Chocobozzz | 2021-03-31 | 3 | -25/+21 |
| | |||||
* | Theme breaking: --submenuColor becomes --submenuBackgroundColor | Chocobozzz | 2021-03-31 | 2 | -5/+5 |
| | |||||
* | Channel/account page redesign feedbacks | Chocobozzz | 2021-03-31 | 1 | -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 consistency | Chocobozzz | 2021-03-31 | 2 | -81/+1 |
| | |||||
* | Redesign account's channels page | Chocobozzz | 2021-03-31 | 2 | -10/+32 |
| | |||||
* | Redesign account page | Chocobozzz | 2021-03-31 | 1 | -0/+86 |
| | |||||
* | Redesign channel page | Chocobozzz | 2021-03-31 | 2 | -4/+53 |
| | |||||
* | Try to reduce CSS size | Chocobozzz | 2021-03-24 | 1 | -25/+0 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | Allow users/visitors to search through an account's videos (#3589) | Rigel Kent | 2021-01-19 | 1 | -0/+5 |
| | | | | | | | * WIP: account search * add search to account view * add tests for account search | ||||
* | Add font display swap | Chocobozzz | 2021-01-19 | 1 | -0/+2 |
| | |||||
* | add ability to remove one's avatar for account and channels (#3467) | Rigel Kent | 2021-01-13 | 1 | -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 font | Chocobozzz | 2021-01-13 | 3 | -22/+19 |
| | |||||
* | Fix ng-select width | Chocobozzz | 2020-12-15 | 1 | -11/+0 |
| | |||||
* | Fix password input in edit user | Chocobozzz | 2020-12-15 | 1 | -0/+7 |
| | |||||
* | Use -1 for max live duration unlimited | Chocobozzz | 2020-12-15 | 1 | -1/+2 |
| | |||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 1 | -0/+4 |
| | |||||
* | adjust registration form width on mobile (#3274) | test2a | 2020-11-25 | 1 | -0/+1 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Fix dropdowns z-index | Chocobozzz | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Put admin actions on the left | Chocobozzz | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Dropdown should be on top of everything | Chocobozzz | 2020-11-16 | 1 | -1/+1 |
| |