PeerTube/client/src/app/+videos
lutangar 2873a53efd Set scroll position at top of the textarea when opening the subtitle editor.
## Description

This set the position of the scrollbar at the top of the textarea when opening the __subtitle editor__.
Previously the textarea scroll position was at the bottom of the textarea which doesn't make much sense when you want to edit a subtitle : you most likely want to edit the beginning of the subtitle first.

This also set the caret position on the first character.

## Design decision

I had to use a *component approach* instead of an `<ng-template>` for the edition modal because the `@viewChild` directive doesn't work for elements __inside__ an `<ng-template>`.
I needed the `viewChild` directive to get an `ElementRef` of the `textarea`.

> See the following issue and its workaround :
> - https://github.com/valor-software/ngx-bootstrap/issues/3825
> - https://stackblitz.com/edit/angular-t5dfp7
> - https://medium.com/@izzatnadiri/how-to-pass-data-to-and-receive-from-ng-bootstrap-modals-916f2ad5d66e

## Related issues
Closes [peertube-plugin-transcription/#39](https://gitlab.com/apps_education/peertube/plugin-transcription/-/issues/39)
2022-09-08 08:41:36 +02:00
..
+video-edit Set scroll position at top of the textarea when opening the subtitle editor. 2022-09-08 08:41:36 +02:00
+video-watch Add playback metric endpoint sent to OTEL 2022-08-16 10:33:27 +02:00
video-list Refactor actor avatar component 2022-06-27 11:22:21 +02:00
index.ts Lazy load all routes 2020-06-23 16:00:49 +02:00
videos-routing.module.ts Remove useless components 2021-10-29 11:52:58 +02:00
videos.module.ts Remove useless components 2021-10-29 11:52:58 +02:00