Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-15 | Add eslint-plugin-jsx-a11y (#1651) | Zac Anger | |
* Add eslint-plugin-jsx-a11y. * Fix npm script. * Adjust npm scripts so test also runs lint. * Fix existing lint errors. * Don't break on a11y issues. * Add role and tabIndex. * Add vim and Mac files to .gitignore and .dockerignore. * Handle htmlFor (partially), a that's actually a button. * Fix missing tabIndex. * Add cursor:pointer to load-more * Revert change to load_more. * Fixes based on review. * Update yarn.lock. * Don't try to install fsevents on Linux (hides warning noise). | |||
2017-04-13 | Fix #1220, fix #1671 - Hook up comment box to the Redux comment value (#1699) | Eugen | |
Fix username styling regression introduced in #1063 Fix report screen background regression introduced in #1415 | |||
2017-04-13 | Fix minor jslint issue (#1697) | Koala Yeung | |
* Undefined propType in react component `ColumnSettings`. Add proper PropTypes definition. | |||
2017-04-11 | Fix #1491 - Fix broken notifications, broken Link header parsing for ↵ | Eugen | |
exclude_types (#1548) | |||
2017-04-11 | Add username as a title for mentions (#1385) | Matthias Jouan | |
Add a title attribute on mention links for both notifications and mentions in statuses. Related to #1350 | |||
2017-04-10 | Add more specific class names to notification divs (#1120) | Chris Martin | |
2017-04-10 | Improve scrolling behaviour (#1415) | Jessica Stokes | |
* Replace column margin with padding This improves horizontal scrolling behaviour significantly; scrolled flex elements are... a little weird. * Move clear column button styling to css | |||
2017-04-09 | Fix nonworking clear notices button (#1316) | Rachel H | |
2017-04-08 | Add titles to more icons, and change clear notifications icon. (#1101) | Markus Amalthea Magnuson | |
2017-04-03 | accessibility fix | halna_Tanaguru | |
eanable focus on ClearColumnButton | |||
2017-03-02 | Make confirmation text more specific | Eugen Rochko | |
2017-03-02 | Fix #620 - Add confirmation dialog for notifications clear | Eugen Rochko | |
2017-02-26 | Fix broken dependency on inner react utility function | Eugen Rochko | |
2017-02-21 | Fix #38 - Unread indicator when new content appears above the fold | Eugen Rochko | |
2017-02-18 | Fix #642 - Add "empty column" text to home/notifications | Eugen Rochko | |
2017-02-10 | Finish up moving colors from JSX to Sass (#584, #348) | Eugen Rochko | |
2017-02-10 | Move more colours to scss | Lorenz Diener | |
2017-02-10 | Move more inline colours to scss | Lorenz Diener | |
2017-02-07 | Add "clear notifications" button, exclude posts from people who have blocked ↵ | Eugen Rochko | |
*you* from public/hashtag timelines | |||
2017-01-30 | Add explicit "load more" link to the bottom of StatusList and notifications | Eugen Rochko | |
2017-01-26 | Improve infinite scroll on notifications | Eugen Rochko | |
2017-01-24 | Set isLoading false on timelines when request fails | Eugen Rochko | |
2017-01-19 | Fix #222 - Update followers count when following/unfollowing | Eugen Rochko | |
Also, since the root component connects to the stream that updates home/notification columns, there is pretty much no case for refreshing those columns beyond initial load. So, move the loading of those columns into the root component, to prevent unneccessary reloads when switching tabs on mobile or resizing desktop window between mobile/desktop layouts | |||
2017-01-17 | Add sounds for notifications. Boop by @jk@mastodon.social | Eugen Rochko | |
2017-01-10 | Home column filters | Eugen Rochko | |
2017-01-09 | Persist UI settings, add missing localizations for German | Eugen Rochko | |
2017-01-07 | Emojify display names in notifcations | blackle | |
2017-01-04 | "Reblog" -> "boost" in more places | Jessica Stokes | |
A couple of places were using "reblog" rather than "boost" - this updates them to match the web UI | |||
2017-01-02 | See #244 - Added notifications column settings to filter what's displayed | Eugen Rochko | |
in the column and what appears as desktop notifications. Settings do not persist yet | |||
2016-12-13 | Improved admin UI | Eugen Rochko | |
2016-12-02 | Make all account links into permalinks (open public except on left click) | Eugen Rochko | |
2016-12-02 | Fix #284 - Alignment in notifications column | Eugen Rochko | |
2016-11-21 | Fix responsive layout breakpoint, replace mentions column with notifications | Eugen Rochko | |
2016-11-20 | Adding notifications column | Eugen Rochko | |