Skip to content
Snippets Groups Projects
  1. 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
      e803b96a
  2. 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
  3. May 21, 2018
    • chrisgarrity's avatar
      Combine GUI reducers · 44c76e57
      chrisgarrity authored
      * Export initial states for each reducer
      * combine all gui reducers (excludes scratchPaint and intl)
      * combine all initial states to create default guiState for preloading in www
      * expect all of the gui state to be accessible at `state.scratchGui`
      44c76e57
  4. Apr 12, 2018
Loading