aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add missing strings to translateChocobozzz2023-04-171-2/+2
|
* Fix top menu opacityChocobozzz2022-06-161-1/+1
|
* Increase global font sizeChocobozzz2022-06-161-1/+0
|
* Fix button groupChocobozzz2022-01-031-2/+2
|
* Refactor admin pluginsChocobozzz2021-12-295-15/+28
|
* Refactor plugin cardChocobozzz2021-12-294-4/+54
|
* Add ability to view my followersChocobozzz2021-10-201-2/+2
|
* Migrate client to eslintChocobozzz2021-08-181-3/+1
|
* Move to sass moduleChocobozzz2021-06-282-4/+4
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* Bidi supportChocobozzz2021-06-071-4/+5
|
* Cleanup plugins admin CSSChocobozzz2021-04-291-0/+12
|
* Move to stylelintChocobozzz2021-04-281-2/+2
|
* Translate plugin optionsChocobozzz2021-04-091-16/+0
|
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-1/+1
|
* Fix theme npm linkChocobozzz2021-01-111-0/+8
|
* Upgrade client dependenciesChocobozzz2020-11-191-28/+0
| | | | Migrate removed primeng theme to custom CSS
* Migrate to $localizeChocobozzz2020-08-141-6/+4
| | | | | | | | | | | | * 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
|
* Reorganize client shared modulesChocobozzz2020-06-231-12/+14
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-092-7/+7
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* Fix grey color themeChocobozzz2020-05-221-4/+4
|
* Better use of space and icons in plugins administration interfaceRigel Kent2020-03-101-7/+22
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-0/+14
|
* Improve nav in admin/configurationRigel Kent2020-03-071-0/+1
|
* (plugins) adding checkbox and textarea as possible input types, add links in ↵Rigel Kent2019-11-251-1/+3
| | | | form label
* Fix plugin card background color with dark themeChocobozzz2019-08-221-0/+1
|
* Add margin to plugin blocks in adminChocobozzz2019-07-301-0/+4
|
* Add plugin translation systemChocobozzz2019-07-261-3/+22
|
* Add public settings endpointChocobozzz2019-07-261-2/+2
|
* Add setting helper to client pluginsChocobozzz2019-07-261-26/+16
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-1/+1
|
* Change plugin models namesChocobozzz2019-07-241-2/+2
|
* Add ability to search available pluginsChocobozzz2019-07-242-2/+58
|
* WIP plugins: update pluginChocobozzz2019-07-241-2/+11
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-242-2/+87
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-0/+50