aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
Commit message (Collapse)AuthorAgeFilesLines
* Fix buttons CSSChocobozzz2023-02-201-0/+2
|
* Fix chevron in menu for touch screensChocobozzz2023-02-161-1/+0
|
* Correctly unsubscribe on menu destroyChocobozzz2023-02-161-22/+34
|
* Refactor login redirection/button linksChocobozzz2023-02-143-9/+3
| | | | Correctly handle external auth redirection in all cases
* Fix notification numberChocobozzz2023-02-141-1/+1
|
* Use + when having more than 99 notificationsChocobozzz2023-02-132-3/+8
|
* Update copyright to 2023Chocobozzz2023-02-131-2/+2
|
* Use pvar() instead of SCSS variablesBooteille2023-02-081-1/+1
|
* Implement signup approval in clientChocobozzz2023-01-192-1/+7
|
* Redirect to default login url on 401Chocobozzz2023-01-041-6/+2
| | | | Can be an external URL
* Fix subscription button radiusChocobozzz2022-09-281-1/+1
|
* Add channels link in menuChocobozzz2022-09-282-17/+8
|
* Add ability for client to create server logsChocobozzz2022-07-181-3/+3
|
* Fix interface lang button when unloggedChocobozzz2022-07-122-4/+3
|
* Improve menu cssChocobozzz2022-06-302-18/+19
|
* Refactor actor avatar componentChocobozzz2022-06-271-1/+2
|
* Increase global font sizeChocobozzz2022-06-162-4/+1
|
* Better icon namesChocobozzz2022-06-131-2/+2
|
* Replace all glyphicon iconsChocobozzz2022-06-133-8/+13
|
* Replace glyphicon chevronChocobozzz2022-06-102-20/+7
|
* Use bootstrap loaderChocobozzz2022-06-101-1/+1
|
* Migrate to bootstrap 5Chocobozzz2022-06-102-7/+7
|
* Update menu.component.htmlShowfom2022-04-081-2/+2
| | | It's 2022 now
* Fix menu weird display issue on firefoxChocobozzz2022-03-181-0/+5
|
* Some fixes for themesChocobozzz2022-03-151-3/+3
|
* menu: hide undefined iconskontrollanten2022-01-151-1/+1
| | | Hide my-global-icon when custom menu items are added without icon property.
* Add ability for admins to set default p2p policyChocobozzz2021-12-162-3/+3
|
* Update torrents info name on video updateChocobozzz2021-12-081-1/+1
|
* Add ability to redirect users on external authChocobozzz2021-12-032-1/+13
|
* add plugin selector to about/menu elements (#4597)kontrollanten2021-12-031-1/+4
| | | | | | | | | * add plugin selector to about/menu elements closes #4586 * Update plugin selector names Co-authored-by: Chocobozzz <me@florianbigard.com>
* Migrate client to eslintChocobozzz2021-08-182-2/+2
|
* Fix client lintChocobozzz2021-08-171-4/+4
|
* Fix user-dropdown-indicator position on touchscreensKimsible2021-07-231-2/+2
|
* Fix signup button displayChocobozzz2021-07-201-0/+3
|
* Move to sass moduleChocobozzz2021-06-283-7/+8
|
* Move to sass @useChocobozzz2021-06-283-6/+6
|
* Bidi supportChocobozzz2021-06-074-21/+31
|
* Add ability to filter menu linksChocobozzz2021-06-073-69/+48
|
* Use HTML config when possibleChocobozzz2021-06-041-9/+10
|
* Merge branch 'release/3.2.0' into developChocobozzz2021-05-282-2/+2
|\
| * Fix create account buttonChocobozzz2021-05-282-2/+2
| |
* | Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-272-20/+24
|\ \
| * | Instance homepage support (#4007)Chocobozzz2021-05-272-20/+24
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* / Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|/
* Move to stylelintChocobozzz2021-04-283-28/+34
|
* Refactor actor avatar displayChocobozzz2021-04-282-2/+2
|
* Fix menu dropdown overflowChocobozzz2021-04-261-13/+8
| | | | Weird issue conflicting with the dropdown config from the menu component
* Refactor menu cssChocobozzz2021-04-152-150/+114
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-152-4/+2
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Display banner on channel pageChocobozzz2021-04-081-1/+1
|