about summary refs log tree commit diff
path: root/app/assets/stylesheets/components.scss
AgeCommit message (Collapse)Author
2017-01-04Improve quality of life for 4-inch phonesJessica Stokes
Removes extra UI margins < 360px, and allows the tab bar to scroll. Also slightly improves horizontal scrolling behaviour on desktop.
2017-01-03Reduce height of media query to hide avatar/bioAnthony Bellew
An additional selector was provided to make the bio only hide on the timeline and not on the user page itself.
2017-01-03On file-drag, show a border around textareaMitchell Hentges
2017-01-01Adding remote follow buttonEugen Rochko
2016-12-27Add illustration to getting started columnEugen Rochko
2016-12-24Fix #357 - Also make textarea blur close suggestions which make it more ↵Eugen Rochko
accessible on touch devices
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko
Reflect "requested" relationship in API and UI Reflect inability of private posts to be reblogged in the UI Disable Webfinger for locked accounts
2016-12-14Re-implemented autosuggestions component for the compose formEugen Rochko
Fix #205, fix #156, fix #124
2016-12-12Adding some navigation items from #262 to the getting started screenEugen Rochko
2016-12-11Fix whitespace preservation in status textEugen Rochko
2016-12-06Fix #341 - Remove react-responsive in favour of simpler resize ↵Eugen Rochko
handler/window width
2016-11-23Adding content sensitivity toggle, spoilers for mediaEugen Rochko
2016-11-20Adding notifications columnEugen Rochko
2016-11-19Graphic emoji in usernames in the "reblogged" string above statusEugen Rochko
2016-11-15Support emojis in display name, bioEugen Rochko
2016-11-13Search componentEugen Rochko
2016-11-10Fix modals sizing and add animation to it, fix #140 by only making the text ofEugen Rochko
status clickable (this also fixes multiple dropdown being openable at the same time)
2016-11-08Adding Emoji OneEugen Rochko
2016-11-07Replace react-skylight with own solution that centers images betterEugen Rochko
2016-11-07Account notes (bios) can now contain links. Character limit upped to 160Eugen Rochko
2016-11-04Reduce code duplication, add touch scrolling behaviour for webkit browsersEugen Rochko
on scrollable areas
2016-11-02a11y: Improve icon button component regarding semantics and screen reader usagemhe
2016-10-30Basic username autocomplete for text areaEugen Rochko
2016-10-28Improved how user lists look, added follow button to themEugen Rochko
2016-10-12Fix stylesEugen Rochko
2016-10-12Responsively changing layout to single-column + nav on smaller screensEugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
Also upgrade react-redux to latest version. This is a performance update
2016-10-06Styling loading indicator, removing unused routes, adding "getting started" ↵Eugen Rochko
explanation Also, only update relative time every minute instead of 6 seconds. My bad
2016-10-06Fix #79 - break too long lines and hide overflowing characters in status contentEugen Rochko
2016-10-03Blocking will prevent e-mail notifications from blocked user, blocks in UIEugen Rochko
2016-10-02Preparing feeds for better filteringEugen Rochko
2016-09-30Deleting statuses from UIEugen Rochko
2016-09-27Adding landing pageEugen Rochko
2016-09-25Better styling for selected status in detailed viewEugen Rochko
2016-09-10Styling for paragraphs in statusesEugen Rochko
2016-09-07UI for uploading media attachments (and cancelling them)Eugen Rochko
Mostly resolves #8, though attachments are still not displayed in public view
2016-09-03Fix reblogs of reblogs in UI, add follow form in UIEugen Rochko
2016-09-01Reblogs fixedEugen Rochko
2016-09-01Favouriting works, reblogging is a little broken because of <Status>Eugen Rochko
2016-08-31Replies in the compose formEugen Rochko
2016-08-31Improving styling a little bitEugen Rochko
2016-08-24More styling for statusesEugen Rochko