aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-1/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-111-1/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* `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
|
* Fix textarea sizeChocobozzz2020-05-051-1/+7
|
* Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-011-2/+2
| | | | add for non-https
* Make admin sub-navs, selects, buttons responsive (#2702)Kim2020-05-011-0/+26
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add markdown support to plugins (#2654)Kim2020-04-201-0/+18
| | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix toast close iconRigel Kent2020-03-111-1/+1
|
* Better use of space and icons in plugins administration interfaceRigel Kent2020-03-104-30/+47
|
* Use grid to organise settings in admin, my-accountRigel Kent2020-03-101-0/+14
|
* Improve nav in admin/configurationRigel Kent2020-03-071-0/+1
|
* Mark additional strings as translatable (#2507)Filip Bengtsson2020-02-211-1/+1
|
* Strict templates enabledChocobozzz2020-02-102-3/+5
|
* Skip videos count on client if we don't use itChocobozzz2020-01-082-2/+4
|
* (plugins) adding checkbox and textarea as possible input types, add links in ↵Rigel Kent2019-11-253-3/+13
| | | | form label
* Fix plugin card background color with dark themeChocobozzz2019-08-221-0/+1
|
* Fix infinite scroll on big screensChocobozzz2019-08-024-2/+11
|
* Add margin to plugin blocks in adminChocobozzz2019-07-301-0/+4
|
* Add plugin translation systemChocobozzz2019-07-261-3/+22
|
* Add public settings endpointChocobozzz2019-07-262-3/+3
|
* Add setting helper to client pluginsChocobozzz2019-07-262-31/+23
|
* Update translations and support Greek languageChocobozzz2019-07-251-1/+1
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-252-2/+2
|
* Change plugin models namesChocobozzz2019-07-242-4/+4
|
* Fix lintChocobozzz2019-07-241-1/+1
|
* Add client helpers to pluginsChocobozzz2019-07-241-1/+6
|
* Add ability to install a plugin from the admin pageChocobozzz2019-07-243-1/+16
|
* Add ability to search available pluginsChocobozzz2019-07-249-50/+247
|
* WIP plugins: update pluginChocobozzz2019-07-244-4/+61
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-2410-14/+333
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-2415-0/+271