aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header
Commit message (Expand)AuthorAgeFilesLines
* Fix lintChocobozzz2023-05-241-3/+4
* Fix button/input/select heightsChocobozzz2023-03-163-7/+3
* Fix angular build, againChocobozzz2023-02-201-1/+1
* Fix buttons CSSChocobozzz2023-02-201-1/+2
* Move search bar at the middle of the headerChocobozzz2022-08-123-15/+8
* Add ability for client to create server logsChocobozzz2022-07-181-1/+2
* Fix typeahead font sizeChocobozzz2022-07-151-0/+2
* Increase margin between upload and search inputsChocobozzz2022-06-151-2/+6
* Replace all glyphicon iconsChocobozzz2022-06-132-6/+0
* Migrate to bootstrap 5Chocobozzz2022-06-102-7/+7
* Some fixes for themesChocobozzz2022-03-151-7/+7
* 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
* 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
* 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
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-092-11/+11
* 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
* 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