aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-1/+1
| | | | It's deprecated by TS
* Add missing strings to translateChocobozzz2023-04-171-2/+2
|
* Refactor form reactiveChocobozzz2022-10-071-2/+2
|
* Disable uninstall button on plugin uninstallationChocobozzz2022-09-163-11/+34
|
* Don't break install plugin on failureChocobozzz2022-09-161-1/+5
|
* Add channel hooksChocobozzz2022-08-031-1/+1
|
* Add ability for client to create server logsChocobozzz2022-07-181-1/+2
|
* Fix top menu opacityChocobozzz2022-06-161-1/+1
|
* Increase global font sizeChocobozzz2022-06-162-3/+0
|
* Move alert into to pt-alert-primaryChocobozzz2022-06-151-1/+1
|
* Migrate to bootstrap 5Chocobozzz2022-06-102-4/+3
|
* Fix button groupChocobozzz2022-01-031-2/+2
|
* Handle async validatorsChocobozzz2022-01-031-0/+4
|
* Replace url when redirecting plugin admin urlChocobozzz2021-12-291-1/+1
|
* Translate plugin settingsChocobozzz2021-12-291-17/+1
|
* Refactor admin pluginsChocobozzz2021-12-2914-89/+81
|
* Refactor plugin cardChocobozzz2021-12-2913-78/+101
|
* Support official pluginsChocobozzz2021-12-281-0/+5
|
* Add ability to view my followersChocobozzz2021-10-201-2/+2
|
* Add video filters to common video pagesChocobozzz2021-08-252-2/+2
|
* Migrate client to eslintChocobozzz2021-08-183-7/+5
|
* Fix client lintChocobozzz2021-08-173-28/+28
|
* Refactor video links buildersChocobozzz2021-07-261-1/+1
|
* Move to sass moduleChocobozzz2021-06-285-10/+10
|
* Move to sass @useChocobozzz2021-06-285-10/+10
|
* Bidi supportChocobozzz2021-06-072-6/+8
|
* Reorganize plugin modelsChocobozzz2021-05-112-4/+2
|
* Refactor video edit cssChocobozzz2021-05-071-1/+1
|
* Cleanup plugins admin CSSChocobozzz2021-04-295-38/+30
|
* Move to stylelintChocobozzz2021-04-283-4/+5
|
* Add action:admin-plugin-settings.init client hookChocobozzz2021-04-222-2/+11
|
* Add settings button after plugin installChocobozzz2021-04-124-4/+17
|
* Add alert modal in plugins on major upgradeChocobozzz2021-04-121-0/+19
|
* Add ability to hide plugin settingsChocobozzz2021-04-091-7/+11
|
* Translate plugin optionsChocobozzz2021-04-093-25/+39
|
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-1/+1
|
* Auto focus plugin search inputChocobozzz2021-03-241-1/+1
|
* Adjust search results note for i18n, adjust typeahead helperRigel Kent2021-03-241-2/+2
|
* Fix default boolean plugin settingChocobozzz2021-03-091-1/+1
|
* Fix theme npm linkChocobozzz2021-01-115-6/+22
|
* Upgrade client dependenciesChocobozzz2020-11-191-28/+0
| | | | Migrate removed primeng theme to custom CSS
* Add ability to set custom field to video formChocobozzz2020-08-212-48/+1
|
* We don't need services anymore for validatorsChocobozzz2020-08-171-1/+2
|
* Use localize for page titlesChocobozzz2020-08-171-3/+3
|
* Migrate to $localizeChocobozzz2020-08-144-26/+17
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
|
* Upgrade to angular 10Chocobozzz2020-08-071-3/+2
|
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-232-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Reorganize client shared modulesChocobozzz2020-06-234-36/+34
|
* Remove uneccessary details to link titlesCaroline Chuong2020-06-182-4/+4
|