aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal
Commit message (Collapse)AuthorAgeFilesLines
* Fix modal button inconsistencyChocobozzz2021-11-051-1/+1
|
* Allow accounts to skip account setup modalChocobozzz2021-08-278-88/+117
|
* Avoid layout shift in account setup modalChocobozzz2021-08-273-3/+5
|
* Don't display account setup modal on signupChocobozzz2021-08-271-4/+6
| | | | Don't bother user with a modal just after signup
* Inform user to fill account profile and channels (#4352)Ms Kimsible2021-08-263-0/+134
| | | | | | | * Add account-setup modal when login * Add channels-setup alert into my-channels, my-playlists and upload page Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
* Migrate client to eslintChocobozzz2021-08-181-4/+4
|
* Fix client lintChocobozzz2021-08-173-14/+14
|
* Move to sass moduleChocobozzz2021-06-284-8/+8
|
* Move to sass @useChocobozzz2021-06-284-8/+8
|
* Bidi supportChocobozzz2021-06-071-1/+2
|
* Move to stylelintChocobozzz2021-04-281-1/+1
|
* Fix welcome/warning modalChocobozzz2021-04-202-0/+24
|
* Refactor modal buttons styleChocobozzz2021-04-1410-92/+31
|
* Update english stringsChocobozzz2021-03-241-1/+1
|
* Use new doc website linksChocobozzz2021-02-121-6/+6
|
* Update project descriptionChocobozzz2021-01-141-2/+1
|
* Mark 'These settings apply only to' string as i18n-ableMarcin Mikołajczak2021-01-091-1/+1
|
* Clearer anonymous settings modal titleChocobozzz2020-12-301-1/+3
|
* Replace keyboard shortcut iconChocobozzz2020-11-161-16/+1
| | | | Use svg instead
* reword unclear sentences, check for grammarRigel Kent2020-11-121-5/+3
| | | | fixes #3222
* Migrate to $localizeChocobozzz2020-08-141-4/+2
| | | | | | | | | | | | * 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
* switch from softies to feathericonsRigel Kent2020-07-011-1/+1
| | | | also organize icons in folders per origin
* Reorganize client shared modulesChocobozzz2020-06-237-14/+135
|
* Fix anonymous nsfw policyChocobozzz2020-06-162-6/+15
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-1/+1
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* fix mascot sizes, fix tick, delete extraneous .png iconsRigel Kent2020-06-044-21/+15
| | | | follows PR #2822
* fix duplicate id in svg, empty alt in base emailRigel Kent2020-06-041-3/+3
|
* Add custom modal to plugin helpers (#2631)Kim2020-04-153-0/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-022-5/+12
|
* Normalize modal close buttons, and cancel/submit button stylesRigel Kent2020-03-061-0/+1
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-283-0/+120
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Mark additional strings as translatable (#2507)Filip Bengtsson2020-02-211-1/+1
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-132-2/+3
|
* Pull translationsChocobozzz2019-11-051-0/+1
|
* Add missing i18n tagsChocobozzz2019-11-051-8/+8
|
* Update translationsChocobozzz2019-10-301-1/+1
|
* Add mascot to configure warning modalChocobozzz2019-10-302-1/+14
|
* Add mascot in welcome modalChocobozzz2019-10-303-36/+80
|
* Some language fixes (#2198)Filip Bengtsson2019-10-231-1/+1
| | | | | | | | | | | | | | * Fix preposition * Fix French colon spacing * Some grammar fixes * Preposition fix * Update signup-success.component.html After suggestion from @frankstrater.
* Better welcome modalChocobozzz2019-09-055-35/+73
|
* Add config instance warning modalChocobozzz2019-09-056-24/+80
|
* Add welcome modalChocobozzz2019-09-056-0/+181