aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix playlist dropdown active colorChocobozzz2020-08-191-0/+4
|
* Fix startAt/stopAt playlist element editionChocobozzz2020-08-191-3/+6
|
* Fix playlist deletionChocobozzz2020-08-191-1/+5
|
* We don't need services anymore for validatorsChocobozzz2020-08-1770-1077/+940
|
* Use localize for page titlesChocobozzz2020-08-1718-59/+57
|
* Some code style fixesChocobozzz2020-08-173-12/+11
|
* On touchscreens add content overlay for opened menu (#3088)Kim2020-08-174-10/+91
| | | | | | | | | | | | | * Overflow:hidden on touchscreen when modal-open * Do not display menu by default on touchscreens * Add content overlay on touchscreens when menu is opened * Fix zIndex overlay for search infos * On touchscreens close menu on swipe left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add restore scroll position on user-dropdown anchors links and scroll to top ↵Kim2020-08-178-17/+66
| | | | | | | | | | | | | | | | | | | on active sub-menu links (#3066) * Add restore scroll position on router same url * Remove settings top anchor * Add scrollToTop on active links fixed sub-menu * Add restore scroll position on notification avatar links * Toggle menu and close pophover when click on active dropdown menu-left link * Add onSameUrlRestoreScrollPosition on user dropdown channels link * Same behavior scrollTop and scroll to anchor everywhere Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* 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
* Fix circular dependenciesChocobozzz2020-08-144-37/+14
|
* Fix lintChocobozzz2020-08-142-2/+6
|
* Migrate i18n to localizekimsible2020-08-141-4/+2
|
* Use this.user.account.id instead of recall authService.getUser()kimsible2020-08-141-1/+1
|
* Fix autoclose md popover when click on emoji list link insidekimsible2020-08-143-2/+3
|
* Small refactor commentskimsible2020-08-145-24/+30
|
* Add emoji list to markdown infoskimsible2020-08-143-8/+52
|
* Refactor popover markdown, add code stylekimsible2020-08-141-17/+23
|
* Use commonjs instead of esm typescript for light emojiskimsible2020-08-141-2/+3
|
* Add unicode emoji to markdownkimsible2020-08-143-9/+15
|
* Move markdown icon on right and correct colorskimsible2020-08-141-9/+10
|
* Fix i18n on delete modal and linterkimsible2020-08-142-10/+20
|
* Add markown compatible help icon in comment textareakimsible2020-08-146-5/+64
|
* Use comment as label for comments-thread add buttonkimsible2020-08-143-3/+14
|
* Add icons to dropdown actions (report, remove and remove & re-draft)kimsible2020-08-141-3/+6
|
* Move delete, delete & redraft actions to optionskimsible2020-08-143-16/+32
|
* Add delete & re-draft for comments without replieskimsible2020-08-147-10/+73
|
* Hide deleted comment message when no replieskimsible2020-08-141-2/+2
|
* Migrate to $localizeChocobozzz2020-08-14131-1320/+944
| | | | | | | | | | | | * 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
* Remove useless i18n tagsChocobozzz2020-08-141-8/+8
|
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-115-3/+17
|
* Remove angular pipes moduleChocobozzz2020-08-1111-21/+51
|
* Use ng select for multiselectChocobozzz2020-08-1129-135/+303
|
* Move form modules in the form shared moduleChocobozzz2020-08-112-15/+16
|
* Fix playlist position in my playlistsChocobozzz2020-08-111-1/+1
|
* Fix tags in search filtersChocobozzz2020-08-1112-40/+59
|
* add ng-select for templatable select optionsRigel Kent2020-08-1130-130/+359
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Add validator channel namekimsible2020-08-112-1/+17
|
* Add channel_name field to create-user viewkimsible2020-08-112-0/+12
|
* Add anchor links to about/instancekimsible2020-08-112-22/+92
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-1112-16/+35
| | | | broadcast-message
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-106-8/+25
| | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* add and document new additional video extensions supported at uploadRigel Kent2020-08-101-1/+1
|
* Correctly fix sub menuChocobozzz2020-08-108-17/+5
|
* Add buttons in playlist pageChocobozzz2020-08-1012-30/+154
| | | | To delete/edit/share the playlist
* Fix playlist layout on mobileChocobozzz2020-08-101-3/+5
|
* Resume video playback on close of support modal (#3052)Aman Sharma2020-08-102-2/+25
| | | | | * Resume video playback on close of support modal #2995 * Fix lint issues
* revert upload bar text color to whiteRigel Kent2020-08-091-0/+1
|
* Fix icon namesChocobozzz2020-08-071-2/+2
|
* Add ability to share playlists in modalChocobozzz2020-08-078-25/+92
|