Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Fix PropTypes warning in OnboardingModal (#2191) | Yamagishi Kazutoshi | |
2017-04-19 | Moves from hamburger icon to asterisk. (#2116) | Ash Furrow | |
2017-04-18 | Moving aria-label to div.column (#1769) | JP DeVries | |
* Use landmark regions on columns Closes mastodon#1720 * Moving aria-label to div.column | |||
2017-04-16 | Onboarding modal (#1883) | Eugen | |
* Basic onboarding modal that's shown to users once * Lay out pages 2 through 5, add images, style modals (#1509) * Lay out pages 2 through 5 Added images and laid out pages 2 through 5 in the jsx file. SCSS will come, still working on just seeing if this works at all. * Fix jsx errors, add images to modal pages, style modal pages * Add animations to onboarding pager changes, improve wording and styling * Finishing touches on the onboarding * Add missing propTypes * Update wording | |||
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-14 | Use landmark regions on columns (#1732) | JP DeVries | |
Closes mastodon#1720 | |||
2017-04-13 | Add overlay style to buttons, continue video after expanding it | Eugen Rochko | |
2017-04-13 | Allow video to be expanded into lightbox | blackle | |
2017-04-13 | Use shift+click instead of alt+click to bypass boost dialog (#1638) | Isabelle Knott | |
2017-04-11 | Fix console error when scrolling a column with no scrollable content (#1574) | Henry Smith | |
2017-04-11 | Fix look of the modals | Eugen Rochko | |
2017-04-10 | Add boost confirm modal | blackle | |
2017-04-01 | Fix broken reference | Eugen Rochko | |
2017-04-01 | Made modal system more generic | Eugen Rochko | |
2017-04-01 | Improve mobile tabs a little | Eugen Rochko | |
2017-03-24 | Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295) | Eugen Rochko | |
2017-02-21 | Fix #38 - Unread indicator when new content appears above the fold | Eugen Rochko | |
2017-02-10 | Move more colours to scss | Lorenz Diener | |
2017-02-09 | Progress on moving color styles to Sass | Eugen Rochko | |
2017-02-05 | Remove react-dnd as it was interfering with text selection. Move content | Eugen Rochko | |
warning mentions preview into area where actual content would be | |||
2017-02-05 | Getting started on draggable columns | Eugen Rochko | |
2017-01-26 | Fix up timeout, improve contrast on "show more", add responsive style | Eugen Rochko | |
for extremely wide monitors | |||
2017-01-07 | Show logout button on getting started so it's available on mobile | blackle | |
2017-01-06 | Add tab bar alternative to desktop UI, upgrade react & react-redux | Eugen Rochko | |
2017-01-04 | Replace "Public" in tab bar with "More" hamburger | Jessica Stokes | |
2017-01-04 | Make tabs bar take up less room on 4-inch phones | Jessica Stokes | |
2017-01-04 | Improve quality of life for 4-inch phones | Jessica Stokes | |
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop. | |||
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-12 | Adding some navigation items from #262 to the getting started screen | Eugen Rochko | |
2016-12-06 | Fix #341 - Remove react-responsive in favour of simpler resize ↵ | Eugen Rochko | |
handler/window width | |||
2016-11-21 | Fix responsive layout breakpoint, replace mentions column with notifications | Eugen Rochko | |
2016-11-16 | Adding react-intl i18n to the frontend. No translations yet | Eugen Rochko | |
2016-11-14 | Fix wrong link header on followers API, wrong link in tabs component, order | Eugen Rochko | |
account results | |||
2016-11-13 | Making upload button into a smaller icon button | Eugen Rochko | |
2016-11-13 | Fix #110 - Make web UI use browser history, change links in e-mails to link ↵ | Eugen Rochko | |
to that | |||
2016-11-13 | Debounce autosuggestions requests | Eugen Rochko | |
2016-11-12 | Use full-text search for autosuggestions | Eugen Rochko | |
2016-11-10 | Enable emojis in reply indicator as well | Eugen Rochko | |
2016-11-03 | Aria-labels actually didn't work in React, so removing. Fixing some bugs | Eugen Rochko | |
2016-11-03 | Fix #136: Add aria-labels | Eugen Rochko | |
2016-11-02 | a11y: Add labels to input fields for screenreader | Frederic Hemberger | |
See: https://dequeuniversity.com/rules/axe/2.1/label | |||
2016-10-30 | Actually complete the autosuggestion feature | Eugen Rochko | |
2016-10-30 | Basic username autocomplete for text area | Eugen Rochko | |
2016-10-16 | Fix scrolling on small devices for account timelines and compose column | Eugen Rochko | |
2016-10-14 | E-mail preferences page | Eugen Rochko | |
2016-10-12 | Fix styles | Eugen Rochko | |
2016-10-12 | Responsively changing layout to single-column + nav on smaller screens | Eugen Rochko | |
2016-10-07 | Adding public timeline | Eugen Rochko | |
2016-10-06 | Fix #76 - set scrollTop property of element node rather than use scrollTo() ↵ | Eugen Rochko | |
method | |||
2016-10-06 | Fix #71 - Add logout link to UI | Eugen Rochko | |