aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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