Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-15 | Fix mailer to use webpack core | kibi! | |
2018-01-15 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
Conflicts: Gemfile.lock | |||
2018-01-16 | HTML e-mails for UserMailer (#6256) | Eugen Rochko | |
- premailer gem to turn CSS into inline styles automatically - rework UserMailer templates - reword UserMailer templates | |||
2018-01-15 | Surround mid-text display names with bdi tags (#6257) | Eugen Rochko | |
* Fix #1095 - Surround mid-text display names with bdi tags * Update jest snapshot | |||
2018-01-15 | Fix #6128 - Display unfollow button even if account moved (#6258) | Eugen Rochko | |
2018-01-15 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-15 | Make columns-area unscrollable when modal opened (#6241) | neetshin | |
* 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 | |||
2018-01-15 | Fix column headers accessibility (#6199) | Gô Shoemake | |
* 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 | |||
2018-01-14 | Increase priority of favstar gold | kibi! | |
2018-01-14 | Fixes to notification styling | kibi! | |
2018-01-14 | Fixes to drawer and CWs | kibi! | |
2018-01-14 | Merge pull request #329 from KnzkDev/scss-refactor | beatrix | |
SCSS Refactor | |||
2018-01-14 | Merge pull request #328 from glitch-soc/feature/glitchy-elephant-friend | beatrix | |
Add glitchy elephant friend | |||
2018-01-14 | Oops this should have been a part of last commit | kibi! | |
2018-01-14 | Fixes onboarding modal (#318) | kibi! | |
2018-01-14 | Fixed autocollapse detection | kibi! | |
2018-01-14 | Fix eslint errors. #294. | David Yip | |
2018-01-14 | Run slightly less afoul of accessibility checks. #294. | David Yip | |
This makes the clickable element an interactive element, but doesn't add alt text and makes it not-obvious that you can click the elefriend. On one hand, this goes against good practice; on the other hand, it's not *supposed* to be obvious that you can click the elefriend. | |||
2018-01-14 | Introduce a bit of luck into the elefriend selection. #294. | David Yip | |
2018-01-14 | Add wave background; blend elefriend in a bit more. #294. | David Yip | |
2018-01-14 | Bind click event to elefriend cycling. #294. | David Yip | |
2018-01-14 | Set glitchy elephant friend variant in initial state. #294. | David Yip | |
Also lay some groundwork needed to interactively change the glitchfriend. The codebase uses "elefriend" because it's shorter and didn't require me to realign the actions in actions/compose.js. Same idea, though. | |||
2018-01-13 | Add the shrinking glitchy elefriend. #294. | David Yip | |
2018-01-13 | Prototype out glitchy elephant friend. #294. | David Yip | |
Glitched elephant friends kindly provided by @ncls7615. | |||
2018-01-14 | Fix collapsed toot style | ncls7615 | |
2018-01-14 | Fix un-fullwidth media style | ncls7615 | |
2018-01-14 | Fix media detailed style | ncls7615 | |
2018-01-14 | Fix confirmation modal bug | ncls7615 | |
2018-01-14 | Fix letterbox bug | ncls7615 | |
2018-01-14 | Improve scss refactor 5 | ncls7615 | |
2018-01-14 | Improve scss refactor 4 | ncls7615 | |
2018-01-14 | Improve scss refactor 3 | ncls7615 | |
2018-01-14 | Improve scss refactor 2 | ncls7615 | |
2018-01-14 | Improve scss refactor 1 | ncls7615 | |
2018-01-14 | Fix padded-blocks error | ncls7615 | |
2018-01-14 | Initial scss refactor | ncls7615 | |
2018-01-12 | load public.js on vanilla#admin | Gô Shoemake | |
2018-01-12 | Load packs/public.js for glitch#admin | Gô Shoemake | |
2018-01-12 | Merge remote-tracking branch 'remotes/origin/fix-column-headers-accessibility' | David Yip | |
2018-01-12 | i18n: Update Polish translation | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-01-12 | Fix dropdown text | ncls7615 | |
2018-01-09 | Merge pull request #316 from glitch-soc/fix-async | David Yip | |
Fix glitch async chunks | |||
2018-01-09 | Renamed glitch async chunks | kibigo! | |
2018-01-09 | Merge pull request #314 from chriswmartin/merge-vanilla-updates-2 | David Yip | |
Merge vanilla updates into glitch - round 2 | |||
2018-01-09 | Refactor /api/web APIs to use the centralized axios instance (tootsuite pr ↵ | cwm | |
#6223) | |||
2018-01-09 | Fix overflowing audit logs (tootsuite pr #6184) | cwm | |
2018-01-09 | Set background to the navigation of Getting Started column (tootsuite pr #6163) | cwm | |
2018-01-09 | Use const instead of let for constant (tootsuite pr #6106) | cwm | |
2018-01-09 | change key to path in timeline settings containers | cwm | |
2018-01-09 | Rename key to path in actions and reducers for settings (tootsuite pr #6105) | cwm | |