PeerTube/client/src/app/shared/forms
Kim b15fe00f74
Add maximized mode to markdown-textarea + CSS improvements (#2660)
* 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>
2020-04-28 14:53:43 +02:00
..
form-validators Creating a user with an empty password will send an email to let him set his password (#2479) 2020-02-17 10:16:52 +01:00
form-reactive.ts Fix error in form when scheduling video publication 2019-06-07 11:35:06 +02:00
index.ts Fix new Angular 7 issues 2018-11-15 09:25:32 +01:00
input-readonly-copy.component.html Normalize modal close buttons, and cancel/submit button styles 2020-03-06 16:58:55 +01:00
input-readonly-copy.component.scss Support playlists in share modal 2019-12-05 10:05:00 +01:00
input-readonly-copy.component.ts Support playlists in share modal 2019-12-05 10:05:00 +01:00
markdown-textarea.component.html Add maximized mode to markdown-textarea + CSS improvements (#2660) 2020-04-28 14:53:43 +02:00
markdown-textarea.component.scss Add maximized mode to markdown-textarea + CSS improvements (#2660) 2020-04-28 14:53:43 +02:00
markdown-textarea.component.ts Add maximized mode to markdown-textarea + CSS improvements (#2660) 2020-04-28 14:53:43 +02:00
peertube-checkbox.component.html Describe user video settings checkboxes, put emphasis on p2p 2020-03-23 23:43:53 +01:00
peertube-checkbox.component.scss Describe user video settings checkboxes, put emphasis on p2p 2020-03-23 23:43:53 +01:00
peertube-checkbox.component.ts Describe user video settings checkboxes, put emphasis on p2p 2020-03-23 23:43:53 +01:00
reactive-file.component.html Support audio upload in client 2019-05-17 10:45:53 +02:00
reactive-file.component.scss Support audio upload in client 2019-05-17 10:45:53 +02:00
reactive-file.component.ts Support audio upload in client 2019-05-17 10:45:53 +02:00
textarea-autoresize.directive.ts Fix new Angular 7 issues 2018-11-15 09:25:32 +01:00
timestamp-input.component.html Add to playlist dropdown 2019-03-18 11:17:59 +01:00
timestamp-input.component.scss Improving select displays, focus box-shadows for paginators, instructions for index url 2020-04-13 18:03:21 +02:00
timestamp-input.component.ts Add to playlist dropdown 2019-03-18 11:17:59 +01:00