aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header
Commit message (Collapse)AuthorAgeFilesLines
* Fix search on iosChocobozzz2021-12-032-4/+9
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Move to sass moduleChocobozzz2021-06-283-6/+7
|
* Move to sass @useChocobozzz2021-06-283-7/+5
|
* Add ability to search playlistsChocobozzz2021-06-251-1/+1
|
* Bidi supportChocobozzz2021-06-072-10/+13
|
* Use HTML config when possibleChocobozzz2021-06-041-14/+8
|
* Move to stylelintChocobozzz2021-04-282-9/+12
|
* Refactor menu cssChocobozzz2021-04-151-1/+2
|
* Fixing disappearing hamburger menu for narrow screens (#3929)aschaap2021-04-081-1/+1
| | | | | | | | | | | | | | | | | * Made top search bar more scalable for (physically) narrow screens Removing `flex: auto` on `.top-left-block` for screens narrower than `350px`allows the search bar to resize to fill up the remaining space. Setting `width: 70px` on `#typeahead-container input` for mobile widths prevents the hamburger button from being squished at certain widths. Given that the padding adds up to `50px`, setting what amounts to the minimum width of the search field to `70px` seems reasonable. Fixes #3199. * Making hamburger button margin and spacing narrower for mobile The clickable area is restricted to the icon anyway, and the extra space benefits the search field width on narrow screens.
* Adjust search results note for i18n, adjust typeahead helperRigel Kent2021-03-241-2/+2
|
* Fix some accessibility issuesChocobozzz2020-12-221-1/+4
|
* Rename upload button to publishChocobozzz2020-11-102-4/+4
|
* Fix playlist element dropdown overflowChocobozzz2020-08-251-1/+1
|
* switch from softies to feathericonsRigel Kent2020-07-013-7/+5
| | | | also organize icons in folders per origin
* Use pointer for search suggestionsChocobozzz2020-06-241-0/+1
|
* Lazy load all routesChocobozzz2020-06-231-0/+54
|
* Reorganize client shared modulesChocobozzz2020-06-232-6/+5
|
* soft border-radius for search typeahead suggestionsRigel Kent2020-06-181-2/+8
|
* Add search target check paramsChocobozzz2020-06-101-3/+3
|
* First implem global searchChocobozzz2020-06-108-154/+165
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-4/+4
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-092-11/+11
| | | | | | | | | | | | | | | * 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
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-081-1/+1
|
* inject lang in document to match current localeRigel Kent2020-06-041-0/+1
|
* Fix upload button color in dark modeChocobozzz2020-05-201-1/+0
|
* Support search param in URL for video abusesRigel Kent2020-05-011-2/+6
|
* Fix search after first type on inputRigel Kent2020-04-072-6/+3
|
* Remove accounts from hinted potential search targetsRigel Kent2020-03-051-3/+3
|
* Provide z-index centralisation for lower componentsRigel Kent2020-02-211-1/+1
|
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-211-2/+2
| | | | fixes #2085
* Fix search parameter initialisation for search-typeaheadRigel Kent2020-02-181-3/+3
|
* Refactor email enabled functionChocobozzz2020-02-171-15/+7
|
* Fix search instructions for videosRigel Kent2020-02-131-1/+1
|
* Simplify code for search-typeaheadRigel Kent2020-02-133-25/+27
|
* Improve search typeahead performance and use native eventsRigel Kent2020-02-1310-145/+90
|
* Make the search helper change based on the server configRigel Kent2020-02-133-12/+26
|
* Gracefully downsize search bar for mobile devicesRigel Kent2020-02-137-85/+86
|
* Add keyboard navigation and hepler to typeaheadRigel Kent2020-02-1310-85/+231
|
* Search typeahead initial designRigel Kent2020-02-136-21/+314
|
* Cleanup login formChocobozzz2020-01-212-31/+2
|
* Accessibility fixes for #2149Rigel Kent2020-01-212-2/+7
|
* Reinstate routerLink property of upload buttonRigel Kent2020-01-102-11/+11
|
* Add informational message at login for visitors coming from upload buttonRigel Kent2020-01-103-3/+36
| | | | resolves #1880
* search bar shadow on focusRigel Kent2019-12-131-0/+10
|
* autoplay next video switch for both user and visitorsRigel Kent2019-12-131-1/+1
|
* Fix search with account video languagesChocobozzz2019-10-211-5/+12
|
* Add language filter in header searchChocobozzz2019-06-191-5/+24
|
* Fix some stylesChocobozzz2019-01-171-0/+1
| | | | Video edit tags, dropdown actions font ...
* Refactor how we use iconsChocobozzz2019-01-172-10/+2
| | | | Inject them in an angular component so we can easily change their color