aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-283-7/+8
|
* Move to sass @useChocobozzz2021-06-283-6/+6
|
* Bidi supportChocobozzz2021-06-074-21/+31
|
* Add ability to filter menu linksChocobozzz2021-06-073-69/+48
|
* Use HTML config when possibleChocobozzz2021-06-041-9/+10
|
* Merge branch 'release/3.2.0' into developChocobozzz2021-05-282-2/+2
|\
| * Fix create account buttonChocobozzz2021-05-282-2/+2
| |
* | Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-272-20/+24
|\ \
| * | Instance homepage support (#4007)Chocobozzz2021-05-272-20/+24
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* / Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|/
* Move to stylelintChocobozzz2021-04-283-28/+34
|
* Refactor actor avatar displayChocobozzz2021-04-282-2/+2
|
* Fix menu dropdown overflowChocobozzz2021-04-261-13/+8
| | | | Weird issue conflicting with the dropdown config from the menu component
* Refactor menu cssChocobozzz2021-04-152-150/+114
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-152-4/+2
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Display banner on channel pageChocobozzz2021-04-081-1/+1
|
* Fix notification scrollbar colorChocobozzz2021-04-081-0/+3
|
* Minimal PeertubeModalService to open settings from "can be redefined..." (#3923)aschaap2021-04-061-0/+5
| | | | | | | * Minimal PeertubeModalService to open settings from "can be redefined..." * Linter changes * Removed unused parameter, made Subject type reflect this, and formatting
* Try to reduce CSS sizeChocobozzz2021-03-241-163/+162
|
* move from trending routes to alg paramRigel Kent2021-01-281-5/+1
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-1/+5
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-5/+0
| | | | recommendation variant
* adjust logged-in-block width to fill spaceRigel Kent2021-01-171-1/+3
|
* fix undefined dropdown on user logoutRigel Kent2021-01-141-1/+1
|
* It's 2021!Chocobozzz2021-01-131-2/+2
|
* Use source sans 3 fontChocobozzz2021-01-131-0/+2
|
* Clearer anonymous settings modal titleChocobozzz2020-12-301-1/+1
|
* Add link to the documentation for live streamingChocobozzz2020-12-141-0/+1
|
* User dropdown and notifications popover improvements (#3344)Kimsible2020-12-137-98/+280
| | | | | | | | | | | | | | | | | | | * hove user dropdown on avatar and username * rename avatar-notification to notification component * use a link on mobile for notification component * add profile user dropdown and mobile notifications link as reusable active link * replace markAllAsRead inbox glyphicon to ok in notification popover * remove keyboard shortcuts from user dropdown on mobile * use common bell icon instead of inbox-full for notifications * remove duplicated notification in user dropdown since the bell appears on the right * adjust sensitive icon in user dropdown * align vertically user buttons popover and dropdown * adjust ellipsis on user display name and username in menu * adjust notification bell for mobile in menu * display background of user dropdown avatar and username for touchscreens * add right arrow indicator on mobile Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Fix themes colors by using SCSS variables (#3376)Mathieu Brunot2020-11-301-4/+4
| | | | | | | | | * :lipstick: Use foreground var for code * :lipstick: Use submenu var color * :lipstick: Use foreground var color for menu * :bug: Fix var used in menu
* Various front optimizationsChocobozzz2020-11-272-34/+37
|
* Upgrade client dependenciesChocobozzz2020-11-192-43/+2
| | | | Migrate removed primeng theme to custom CSS
* small refactor + clipboard copy on anchor click in instance page (#3318)Kimsible2020-11-172-14/+13
| | | | | | | | | | | | | * Refacto scrollTo top and anchors * Add on click clipboard copy and notifier to anchors about/instance page * Fix margin top anchor middle title about page * Use viewportscroller for scrolltoanchor * Add to Link copied notification on instance page Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Replace keyboard shortcut iconChocobozzz2020-11-162-16/+4
| | | | Use svg instead
* In my account -> in my libraryChocobozzz2020-11-162-3/+3
|
* Reorganize left menu and account menuChocobozzz2020-11-133-223/+294
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Add watch messages if live has not startedChocobozzz2020-11-091-3/+3
|
* Fix z-index dropdown iconChocobozzz2020-08-251-0/+4
| | | | Was on top of the header
* Add restore scroll position on user-dropdown anchors links and scroll to top ↵Kim2020-08-174-11/+50
| | | | | | | | | | | | | | | | | | | 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-141-9/+7
| | | | | | | | | | | | * 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
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-101-4/+4
| | | | | | | | | | | | | * 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>
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-282-23/+46
| | | | | | | | | | | | | | | | | | | | | | * 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>
* separate menu options from their values, remove their chevronRigel Kent2020-07-231-6/+6
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-2/+2
|
* switch from softies to feathericonsRigel Kent2020-07-012-2/+2
| | | | also organize icons in folders per origin
* Reorganize client shared modulesChocobozzz2020-06-233-18/+11
|
* Remove uneccessary details to link titlesCaroline Chuong2020-06-181-2/+2
|
* preserve original variable names server-sideRigel Kent2020-06-101-2/+2
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-2/+2
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790