Skip to content
Snippets Groups Projects
  1. Aug 06, 2018
    • chrisgarrity's avatar
      make css format consistent · 486d38d0
      chrisgarrity authored
      486d38d0
    • chrisgarrity's avatar
      Handle RTL for the Modal Component · 3f686785
      chrisgarrity authored
      Fixes #2756 Libraries and many other modals share the Modal Component.
      
      Connected the Modal container to redux to make it aware of the RTL state, and then made sure that all places that use the modal component import the container, not the component directly.
      3f686785
  2. Jul 19, 2018
  3. Jul 18, 2018
  4. Jul 17, 2018
    • chrisgarrity's avatar
      Localize custom procedure modal title · a7b07cd4
      chrisgarrity authored
      * Added localization for ‘Make a Block’
      * ‘block name’ default text is in scratch-blocks
      
      The changes in `error-step.jsx` were needed because the same id was defined in there and `unavailable_step.jsx`. The scripts to generate the json file for Transifex give an error if the same id is defined in two places. In error step it simply uses the id without redefining default value etc. The alternative would be to add a new messages.jsx file that has the definitions for shared text and include that in both places that use them.
      a7b07cd4
  5. Jul 12, 2018
  6. Jul 10, 2018
  7. Jul 09, 2018
  8. Jul 02, 2018
Loading