Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 3 | -6/+7 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 3 | -7/+5 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -1/+1 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 2 | -10/+13 |
| | |||||
* | Use HTML config when possible | Chocobozzz | 2021-06-04 | 1 | -14/+8 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 2 | -9/+12 |
| | |||||
* | Refactor menu css | Chocobozzz | 2021-04-15 | 1 | -1/+2 |
| | |||||
* | Fixing disappearing hamburger menu for narrow screens (#3929) | aschaap | 2021-04-08 | 1 | -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 helper | Rigel Kent | 2021-03-24 | 1 | -2/+2 |
| | |||||
* | Fix some accessibility issues | Chocobozzz | 2020-12-22 | 1 | -1/+4 |
| | |||||
* | Rename upload button to publish | Chocobozzz | 2020-11-10 | 2 | -4/+4 |
| | |||||
* | Fix playlist element dropdown overflow | Chocobozzz | 2020-08-25 | 1 | -1/+1 |
| | |||||
* | switch from softies to feathericons | Rigel Kent | 2020-07-01 | 3 | -7/+5 |
| | | | | also organize icons in folders per origin | ||||
* | Use pointer for search suggestions | Chocobozzz | 2020-06-24 | 1 | -0/+1 |
| | |||||
* | Lazy load all routes | Chocobozzz | 2020-06-23 | 1 | -0/+54 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 2 | -6/+5 |
| | |||||
* | soft border-radius for search typeahead suggestions | Rigel Kent | 2020-06-18 | 1 | -2/+8 |
| | |||||
* | Add search target check params | Chocobozzz | 2020-06-10 | 1 | -3/+3 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 8 | -154/+165 |
| | |||||
* | space optimizations for `node_modules` and client stats removal | Rigel Kent | 2020-06-10 | 1 | -4/+4 |
| | | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807 | ||||
* | `fitWidth` for `video-miniature`, fluid grid (#2830) | Rigel Kent | 2020-06-09 | 2 | -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 Chuong | 2020-06-08 | 1 | -1/+1 |
| | |||||
* | inject lang in document to match current locale | Rigel Kent | 2020-06-04 | 1 | -0/+1 |
| | |||||
* | Fix upload button color in dark mode | Chocobozzz | 2020-05-20 | 1 | -1/+0 |
| | |||||
* | Support search param in URL for video abuses | Rigel Kent | 2020-05-01 | 1 | -2/+6 |
| | |||||
* | Fix search after first type on input | Rigel Kent | 2020-04-07 | 2 | -6/+3 |
| | |||||
* | Remove accounts from hinted potential search targets | Rigel Kent | 2020-03-05 | 1 | -3/+3 |
| | |||||
* | Provide z-index centralisation for lower components | Rigel Kent | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | Replace uppercase text-transform by capitalized text source | Rigel Kent | 2020-02-21 | 1 | -2/+2 |
| | | | | fixes #2085 | ||||
* | Fix search parameter initialisation for search-typeahead | Rigel Kent | 2020-02-18 | 1 | -3/+3 |
| | |||||
* | Refactor email enabled function | Chocobozzz | 2020-02-17 | 1 | -15/+7 |
| | |||||
* | Fix search instructions for videos | Rigel Kent | 2020-02-13 | 1 | -1/+1 |
| | |||||
* | Simplify code for search-typeahead | Rigel Kent | 2020-02-13 | 3 | -25/+27 |
| | |||||
* | Improve search typeahead performance and use native events | Rigel Kent | 2020-02-13 | 10 | -145/+90 |
| | |||||
* | Make the search helper change based on the server config | Rigel Kent | 2020-02-13 | 3 | -12/+26 |
| | |||||
* | Gracefully downsize search bar for mobile devices | Rigel Kent | 2020-02-13 | 7 | -85/+86 |
| | |||||
* | Add keyboard navigation and hepler to typeahead | Rigel Kent | 2020-02-13 | 10 | -85/+231 |
| | |||||
* | Search typeahead initial design | Rigel Kent | 2020-02-13 | 6 | -21/+314 |
| | |||||
* | Cleanup login form | Chocobozzz | 2020-01-21 | 2 | -31/+2 |
| | |||||
* | Accessibility fixes for #2149 | Rigel Kent | 2020-01-21 | 2 | -2/+7 |
| | |||||
* | Reinstate routerLink property of upload button | Rigel Kent | 2020-01-10 | 2 | -11/+11 |
| | |||||
* | Add informational message at login for visitors coming from upload button | Rigel Kent | 2020-01-10 | 3 | -3/+36 |
| | | | | resolves #1880 | ||||
* | search bar shadow on focus | Rigel Kent | 2019-12-13 | 1 | -0/+10 |
| | |||||
* | autoplay next video switch for both user and visitors | Rigel Kent | 2019-12-13 | 1 | -1/+1 |
| | |||||
* | Fix search with account video languages | Chocobozzz | 2019-10-21 | 1 | -5/+12 |
| | |||||
* | Add language filter in header search | Chocobozzz | 2019-06-19 | 1 | -5/+24 |
| | |||||
* | Fix some styles | Chocobozzz | 2019-01-17 | 1 | -0/+1 |
| | | | | Video edit tags, dropdown actions font ... | ||||
* | Refactor how we use icons | Chocobozzz | 2019-01-17 | 2 | -10/+2 |
| | | | | Inject them in an angular component so we can easily change their color | ||||
* | Fix new Angular 7 issues | Chocobozzz | 2018-11-15 | 1 | -1/+1 |
| |