aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu/menu.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Handle overview pagination in clientChocobozzz2020-03-111-15/+35
|
* Fix lintChocobozzz2020-02-281-1/+1
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-281-7/+55
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Add informational message at login for visitors coming from upload buttonRigel Kent2020-01-101-1/+0
| | | | resolves #1880
* Lazy load static objectsChocobozzz2019-12-181-2/+8
|
* Update angularChocobozzz2019-07-251-1/+1
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-4/+0
|
* Better typingsChocobozzz2018-10-181-1/+1
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Fix video import of some youtube videosChocobozzz2018-09-261-1/+1
|
* add shortcuts icon in menuRigel Kent2018-09-261-1/+12
|
* Fix admin access to moderatorsChocobozzz2018-09-191-3/+7
|
* refactor theme toggle into a serviceRigel Kent2018-09-061-33/+3
|
* hotkey to toggle dark themeRigel Kent2018-09-041-1/+12
|
* add theming via css custom propertiesRigel Kent2018-09-041-0/+24
| | | | and a bonus dark color theme toggle
* Add ability to choose the languageChocobozzz2018-06-281-2/+8
|
* Add i18n attributesChocobozzz2018-06-051-3/+3
|
* feature: IP filtering on signup pageRigel Kent2018-05-221-1/+2
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Add video channel account listChocobozzz2018-04-251-4/+0
|
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+2
|
* Add account avatarChocobozzz2017-12-041-0/+4
|
* Begin new menu designChocobozzz2017-12-011-0/+97