| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Hide my-global-icon when custom menu items are added without icon property.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* add plugin selector to about/menu elements
closes #4586
* Update plugin selector names
Co-authored-by: Chocobozzz <me@florianbigard.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
|/ |
|
| |
|
| |
|
|
|
|
| |
Weird issue conflicting with the dropdown config from the menu component
|
| |
|
|
|
|
|
|
|
| |
* refactor(client): create account-avatar component
* continue implement account-avatar
* fix review comments
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Minimal PeertubeModalService to open settings from "can be redefined..."
* Linter changes
* Removed unused parameter, made Subject type reflect this, and formatting
|
| |
|
| |
|
| |
|
|
|
|
| |
recommendation variant
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
| |
* :lipstick: Use foreground var for code
* :lipstick: Use submenu var color
* :lipstick: Use foreground var color for menu
* :bug: Fix var used in menu
|
| |
|
|
|
|
| |
Migrate removed primeng theme to custom CSS
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
| |
Use svg instead
|
| |
|
|
|
|
|
|
| |
Add my-settings and my-library in left menu
Move administration below my-library
Split account menu: my-setting and my library
|
| |
|
|
|
|
| |
Was on top of the header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 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>
|