Skip to content
Snippets Groups Projects
  1. Sep 26, 2018
  2. Sep 24, 2018
    • Benjamin Wheeler's avatar
      adds support for account navigation, registration, login, delivered from www (#3070) · e803b96a
      Benjamin Wheeler authored
      * added account navigation menu, copied and adapted from www
      
      * fixed css
      
      * support for login menu, registration menu from www
      
      * Dropdown replaced with MenuBarMenu, override www css in menus
      
      * render and style login dropdown via function from www
      
      * moved menu styling from menu itself to menu bar
      
      * refactoring menu components and containers
      
      * refactor and restyle account nav menu
      
      * cleaned up cruft and css per rschamp's review of PR 3070
      Unverified
      e803b96a
  3. Sep 12, 2018
  4. Sep 11, 2018
  5. Sep 07, 2018
  6. Sep 06, 2018
  7. Aug 28, 2018
  8. Aug 21, 2018
  9. Aug 20, 2018
  10. Aug 17, 2018
  11. Aug 16, 2018
  12. Aug 15, 2018
  13. Aug 10, 2018
  14. Aug 09, 2018
  15. Aug 07, 2018
    • Masato Setoyama's avatar
      fix for issue #2716. · 5365cf64
      Masato Setoyama authored
      added a line to manu-bar css so as to prevent brokenness in nav bar in Japanese and Chinese languages.
      5365cf64
  16. Aug 02, 2018
  17. Jul 31, 2018
  18. Jul 18, 2018
  19. Jul 17, 2018
  20. Jul 12, 2018
  21. Jul 11, 2018
    • chrisgarrity's avatar
      Handle mouseUp on language select for firefox · 6b0fea0c
      chrisgarrity authored
      The onMouseUp handler for the menu rerenders the language menu before the select onChange function runs on Firefox. So it resets the language value back to the previous value and the locale doesn’t update. If the languageMenu isopen don’t fire the openlanguageMenu action.
      6b0fea0c
  22. Jun 20, 2018
  23. Jun 14, 2018
    • chrisgarrity's avatar
      PR cleanup · 788af2d7
      chrisgarrity authored
      * refactor LanguageSelector to reuse MenuBarMenu
      * localize aria-labels on MenuBar
      788af2d7
  24. Jun 13, 2018
    • chrisgarrity's avatar
      Enable language selection menu · bc3df2c3
      chrisgarrity authored
      Allows the language selection menu to be active if `?enable=language` is in the URL, otherwise shows a ‘coming soon’ tooltip. This can also land on a branch if we don’t want that available on preview.
      
      - language menu opens if the globe is clicked
      - language menu closes if mouse is clicked anywhere outside the language selector
      - language list is imported from scratch-l10n
      - current locale is updated if another language is selected (i.e. the current language selected changes)
      
      Not in this PR:
      - styling of language selector
      - actually changing the messages!
      bc3df2c3
  25. Jun 02, 2018
  26. May 21, 2018
  27. May 08, 2018
  28. May 04, 2018
Loading