aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor scoped token serviceRigel Kent2020-11-254-34/+43
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-257-1/+137
|
* fix user preferences column width for notifications table (#3352)Kimsible2020-11-241-6/+4
| | | Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Upgrade client dependenciesChocobozzz2020-11-192-4/+8
| | | | Migrate removed primeng theme to custom CSS
* Reorganize left menu and account menuChocobozzz2020-11-1345-3309/+33
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Fix channel deletionChocobozzz2020-11-101-0/+2
|
* Add live info in watch pageChocobozzz2020-11-095-90/+5
|
* Add warning below live stream key fieldChocobozzz2020-11-091-0/+2
|
* Add modal to display live informationChocobozzz2020-11-099-13/+124
|
* Add watch messages if live has not startedChocobozzz2020-11-091-1/+1
|
* Fix responsive playlist elementsChocobozzz2020-08-191-0/+15
|
* Remove unused class in playlists elementsChocobozzz2020-08-191-8/+0
|
* We don't need services anymore for validatorsChocobozzz2020-08-179-46/+67
|
* Use localize for page titlesChocobozzz2020-08-172-17/+17
|
* Add restore scroll position on user-dropdown anchors links and scroll to top ↵Kim2020-08-171-2/+0
| | | | | | | | | | | | | | | | | | | 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>
* Migrate to $localizeChocobozzz2020-08-1418-179/+118
| | | | | | | | | | | | * 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
* Use ng select for multiselectChocobozzz2020-08-111-2/+1
|
* Fix playlist position in my playlistsChocobozzz2020-08-111-1/+1
|
* Fix tags in search filtersChocobozzz2020-08-112-8/+6
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-113-6/+7
| | | | broadcast-message
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-102-0/+6
| | | | | | | | | | | | | * 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>
* Correctly fix sub menuChocobozzz2020-08-101-4/+0
|
* Add buttons in playlist pageChocobozzz2020-08-104-5/+106
| | | | To delete/edit/share the playlist
* Fix playlist layout on mobileChocobozzz2020-08-101-3/+5
|
* Fix lintChocobozzz2020-08-071-2/+2
|
* Fix regression subscriptions icon in dropdown sub-menukimsible2020-08-031-1/+1
|
* Fix regressions sub-menu titles on mobile-viewkimsible2020-08-038-28/+67
|
* Fix testsChocobozzz2020-07-313-5/+5
|
* Add migrations for abuse messagesChocobozzz2020-07-311-1/+3
|
* Add abuse messages management in my accountChocobozzz2020-07-316-2/+38
|
* Improve (accessibility title) and move action-buttons on left in tables (#2980)Kim2020-07-315-20/+21
| | | | | | | | | | | * Improve and move action-buttons on left in tables * Focus on my-delete and my-button * Correct spaces syntax * Move user-action dropdown on the left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* adapt notifications buttons for small screensRigel Kent2020-07-293-3/+35
|
* harmonize search for librariesRigel Kent2020-07-2920-70/+194
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-292-3/+1
| | | | statuses
* allow sorting notificationsRigel Kent2020-07-293-2/+18
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-281-11/+22
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Display user quota progress bars above upload form (#2981)Kim2020-07-243-72/+3
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-2310-21/+41
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Update my-account sub-menus icons (#2977)Kim2020-07-231-4/+4
| | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-201-1/+1
|\
| * Fix accessibility action buttons and display on imports and followers listkimsible2020-07-201-1/+1
| |
* | Add migrationsChocobozzz2020-07-101-2/+2
| |
* | Use 3 tables to represent abusesChocobozzz2020-07-101-1/+1
|/
* Fix lintChocobozzz2020-07-021-1/+1
|
* simplify navigation within most admin menusRigel Kent2020-07-025-241/+1
|
* fix reactive file upload buttonRigel Kent2020-07-011-0/+1
|
* fix video update button, add color to danger zoneRigel Kent2020-07-014-4/+10
|
* switch from softies to feathericonsRigel Kent2020-07-012-4/+4
| | | | also organize icons in folders per origin
* slight improvement for column size in imports tableRigel Kent2020-06-281-6/+6
|
* allow muting from the miniature optionsRigel Kent2020-06-281-3/+10
| | | | initial implementation with a listing refresh except on search results