aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/menu/menu.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate client to eslintChocobozzz2021-08-181-2/+2
|
* Add missing localization keysChocobozzz2021-07-211-1/+1
|
* Add ability to filter menu linksChocobozzz2021-06-071-30/+76
|
* Use HTML config when possibleChocobozzz2021-06-041-2/+2
|
* Replace local menu iconChocobozzz2021-05-281-1/+1
|
* Instance homepage support (#4007)Chocobozzz2021-05-271-0/+58
| | | | | | | | | | | | | | | | | * 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
* Add title to left menu toggleChocobozzz2021-01-131-0/+4
|
* Some code style fixesChocobozzz2020-08-171-10/+9
|
* On touchscreens add content overlay for opened menu (#3088)Kim2020-08-171-7/+30
| | | | | | | | | | | | | * Overflow:hidden on touchscreen when modal-open * Do not display menu by default on touchscreens * Add content overlay on touchscreens when menu is opened * Fix zIndex overlay for search infos * On touchscreens close menu on swipe left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Reorganize client shared modulesChocobozzz2020-06-231-2/+2
|
* Fix regression my-account menu overflow-x on screen width < 800px (#2707)Kim2020-05-111-0/+1
| | | | | | | | | | | | | | * Fix: correct my-account menu overflow-x on touchscreens * Add menuLeftDisplayed support for account-sub-menu * Handle menu in screen service + clean top-menu-dropdown * Add comment on menuWidth menu service to allow backtracking Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fix lintChocobozzz2020-03-101-1/+1
|
* Servicify menu, close menu on admin for small and medium screensRigel Kent2020-03-101-0/+32