aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/plugin-show-installed
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Migrate to $localizeChocobozzz2020-08-141-3/+1
| | | | | | | | | | | | * 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 client shared modulesChocobozzz2020-06-231-8/+7
|
* Fix textarea sizeChocobozzz2020-05-051-1/+7
|
* 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>
* (plugins) adding checkbox and textarea as possible input types, add links in ↵Rigel Kent2019-11-252-2/+10
| | | | form label
* Add public settings endpointChocobozzz2019-07-261-1/+1
|
* Change plugin models namesChocobozzz2019-07-241-2/+2
|
* Fix lintChocobozzz2019-07-241-1/+1
|
* Add ability to search available pluginsChocobozzz2019-07-241-2/+1
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-243-2/+144
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-243-0/+16