Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-17 | Use better reblog icon and improve contrast in HTML e-mails (#6272) | Eugen Rochko | |
2018-01-16 | HTML e-mails for NotificationMailer (#6263) | Eugen Rochko | |
* HTML e-mails for NotificationMailer (except digest) * Add HTML template for digest * Fix build | |||
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 | 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-12 | Merge remote-tracking branch 'remotes/origin/fix-column-headers-accessibility' | David Yip | |
2018-01-08 | Minor style fixes | Andrew | |
2018-01-06 | Z indexes and colors | Andrew | |
2018-01-06 | To 2.1.2 | Andrew | |
2018-01-05 | Win95 to 2.1 | Andrew | |
2018-01-05 | Updates and fixes to win95 theme | Andrew | |
2018-01-05 | Theme: Windows 95 | Andrew | |
2018-01-05 | Fixed overflow issue | kibigo! | |
2018-01-05 | Styling fixes | kibigo! | |
2018-01-04 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-04 | Fix overflowing audit logs (#6184) | Lynx Kotoura | |
2018-01-03 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-03 | Set background to the navigation of Getting Started column (#6163) | Akihiko Odaki | |
The background of the navigation matters because its scrollbar is transparent. | |||
2018-01-02 | More ../ -> ~. | David Yip | |
2018-01-02 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/controllers/authorize_follows_controller.rb app/javascript/styles/mastodon/components.scss | |||
2018-01-02 | Show mastodon on modal (#6129) | Akihiko Odaki | |
2017-12-30 | Use ~ notation in components for image references | David Yip | |
This uses (more or less) absolute references to external assets, which allows imported stylesheets (like components.scss) to work from other locations that may not have the expected path structure (e.g. the win95 theme). | |||
2017-12-26 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/javascript/images/mastodon-drawer.png app/javascript/styles/mastodon/components.scss | |||
2017-12-27 | Move the mastodon on Getting Started column to drawer column (#6109) | Akihiko Odaki | |
Getting Started column obtained many links, and it became much taller. Because of its height, Getting Started column required long scrolling on devices with small screen, such as 4 inch phones and 10 inch laptops. This change moves the mastodon which took large space on the column to drawer column. The drawer column has only the compose form and has more space. | |||
2017-12-24 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-24 | Reduce motion for boost animation (#5871) | Nolan Lawson | |
* Reduce motion for boost animation Fixes #5833 * Fix ternary expression | |||
2017-12-24 | Move dropdown transform origin to top edge (#6091) | cpsdqs | |
2017-12-20 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-20 | Replace <code> to <kbd> in KeyboardShortcuts component (#6049) | 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 | |||
2017-12-13 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-14 | Fix focused background color of notifications of direct toots (#6021) | Lynx Kotoura | |
2017-12-13 | Fix overflowing emojis on some devices (#6016) | Lynx Kotoura | |
* Fix overflowing emojis on some devices * Quit visible and add padding | |||
2017-12-13 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-13 | Fix layout for RTL (#6014) | Eugen Rochko | |
2017-12-13 | Redesign tootbox (#5919) | Lynx Kotoura | |
* Redesign tootbox * Move counter into compose-form__buttons-wrapper Change font and remove shadow Refactor sass codes of compose-form | |||
2017-12-12 | Merge remote-tracking branch 'tootsuite/master' into merge-upstream | David Yip | |
2017-12-10 | Refix extraspace for emojis (#5964) | Lynx Kotoura | |
Fix misalignment between emoji sizes | |||
2017-12-09 | Ensure link thumbnails are not stretched to super low quality (#5932) | Eugen Rochko | |
2017-12-09 | Polish video player CSS, add timer on fullscreen/modal/public pages (#5928) | Eugen Rochko | |
2017-12-08 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-08 | Disable status content outline (#5921) | Yamagishi Kazutoshi | |
2017-12-07 | ReFix font-weight of <strong> element for CJK fonts (#5920) | Lynx Kotoura | |
Also apply to Japanese and Korean. Fix font-weight in landing pages. | |||
2017-12-07 | Fix font-weight of <strong> element for CJK fonts (#5914) | SerCom_KC | |
* Fix font-weight for CJK fonts * Use `font-weight: 700;` for mobile support * Fix indentation * Remove trailing whitespace * Remove trailing whitespace | |||
2017-12-06 | Merge pull request #229 from glitch-soc/glitch-theme | beatrix | |
Advanced Next-Level Flavours And Skins For Mastodon™ | |||
2017-12-06 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-06 | Fix list editor modal on narrow devices (#5904) | Lynx Kotoura | |
2017-12-06 | Fix extra space between status text and username (#5902) | Lynx Kotoura | |