Skip to content
Snippets Groups Projects
  1. Feb 01, 2018
  2. Jan 31, 2018
  3. Jan 28, 2018
  4. Jan 26, 2018
  5. Jan 24, 2018
  6. Jan 22, 2018
  7. Jan 21, 2018
  8. Jan 20, 2018
    • SerCom_KC's avatar
      Update Simplified Chinese translations (#6306) · 80b3ca0f
      SerCom_KC authored
      * i18n: (zh-CN) Add translations of #6251
      
      * i18n: (zh-CN) Improve translations for #6291
      
      * Fix en.json
      
      * i18n: (zh-CN) Update translations for #6303
      
      * i18n: (zh-CN) Add translations of #6273
      with minor adjustment
      
      * Minor fix
      
      * Minor fix
      80b3ca0f
    • Eugen Rochko's avatar
      Restore onboarding modal (#6303) · 79b34a0f
      Eugen Rochko authored
      * Restore onboarding modal
      Revert 5ba8b3a396895ecec083c5258aaf9084d584a7c4
      
      * Change greeting elephant graphic, fix up some design issues
      
      * Fix wrong link color in onboarding modal
      79b34a0f
  9. Jan 19, 2018
  10. Jan 18, 2018
  11. Jan 17, 2018
  12. Jan 15, 2018
    • Eugen Rochko's avatar
      Surround mid-text display names with bdi tags (#6257) · 7861c5f1
      Eugen Rochko authored
      * Fix #1095 - Surround mid-text display names with bdi tags
      
      * Update jest snapshot
      7861c5f1
    • Eugen Rochko's avatar
    • neetshin's avatar
      Make columns-area unscrollable when modal opened (#6241) · 2091ae92
      neetshin authored
      * Add aria-autocomplete='list' in Textaria
      
      ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete
      
      * Make detect empty string brefore assign upload description
      
      * Change code elements in keyboard-shortcuts component to kbd
      
      * Add validation for onMuteNotifications
      
      * Make columns-area unscrollable when modal opend
      
      * Make columns-area unscrollable when modal opened
      2091ae92
    • Gô Shoemake's avatar
      Fix column headers accessibility (#6199) · 08e4c78e
      Gô Shoemake authored
      * Fix accessibility of column headers
      
      As a screen reader user new to Mastodon, I encountered the following issues with the column headers as designed:
       * Jumping between them was difficult. FOr instance, passing my home timeline to reach notification settings was difficult to impossible, especially considering infinite scrolling.
       * There doesn't appear to be any means for triggering the control via the keyboard. the `titleClick` handler only responds to mouse clicks.
       * I didn't even realize there was a Settings toggle until I made this change.
      
      Thanks for using ARIA in your designs. It's a huge help. But adding a `button` role doesn't add keyboard handling and other button behavior. Also, because the role was on the heading container, it obscured the controls within the container itself. This fix resolve that. It also exposes the headings as headings rather than buttons, enabling skipping columns by using screen readers' heading navigation commands.
      
      Since I myself am blind, if this fix requires additional visual styling, I'd like help applying that so it can be merged. I'd consider it an essential accessibility fix for my and other blind users' existence on the platform. Thanks!
      
      * Styling fixes
      
      * Fixed overflow issue
      08e4c78e
  13. Jan 09, 2018
  14. Jan 08, 2018
  15. Jan 07, 2018
  16. Jan 05, 2018
  17. Jan 04, 2018
  18. Jan 03, 2018
  19. Jan 02, 2018
Loading