aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance
Commit message (Collapse)AuthorAgeFilesLines
* Fix about follows pageChocobozzz2020-12-161-1/+1
|
* Fix password input in edit userChocobozzz2020-12-151-1/+1
|
* Simplify a little bit about follows more logicChocobozzz2020-12-141-1/+1
|
* improvements to login and sign-up pages (#3357)Kimsible2020-12-075-1/+177
| | | | | | | | | | | | | | | | | | * New login form ui * Move InstanceAboutAccordion to shared components * Update closed registration alert text * Add alert for opened registration and move them bellow login form * Adjust flex block on signup and login views * Replace toggle accordion with expand on links in signup and login + scrollTo * Improve display of login alerts * Fix missing Component suffix * Define min-width instance-information block sign-up and login for mobile screens * Add ability to select specific panels in instanceAboutAccorddion * Add instance title and short-description to common instanceAboutAccordion * Clarify title alert in login page * Add step terms for signup Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Added Markdown formatting in all the fields of the "About" page (#3371)Florian CUNY2020-11-301-0/+3
| | | | | | | | | | | | | * Added Markdown formatting in all the fields of the "About" page Fixes https://github.com/Chocobozzz/PeerTube/issues/3368 * Fixed compilation error in AboutInstanceComponent Moved creationReason, maintenanceLifetime and businessModel into the html dict * Removed textareaHeight for all md textareas in EditCustomConfig HTML * Fixed failing bundlewatch
* Add max lives limitChocobozzz2020-11-092-0/+21
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+18
|
* Fix css lintChocobozzz2020-08-171-1/+1
|
* removed minimum width css to fit mobile devices with lesser width (#3090)test2a2020-08-171-3/+1
| | | | | | | | | * Update instance-features-table.component.scss removed this minimum width option because on mobile phones this resulted in page being larger than the phone width * Update instance-features-table.component.scss removed blank lines as requested
* Migrate to $localizeChocobozzz2020-08-141-13/+10
| | | | | | | | | | | | * 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/+2
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-2313-0/+656