about summary refs log tree commit diff
path: root/app/assets/stylesheets
AgeCommit message (Collapse)Author
2017-01-26Removed accidental n+1 query from notifications, updated some deps,Eugen Rochko
improved how "show more" link looks
2017-01-26Improve infinite scroll on notificationsEugen Rochko
2017-01-26Fix #538 - Darken buttons to increase contrastEugen Rochko
2017-01-26Fix CSS mistakeEugen Rochko
2017-01-25Increase color contrast on getting started textshel
Currently, the getting started text fails WCAG standards for color contrast by a lot. Especially on the part overlapping with the elephant graphic which is nearly unreadable even for users with 20|20 vision. This change doesn't fix the elephant overlap but at least makes the text meet AAA WCAG Small Text color contrast standards, making it easier to read.
2017-01-24fix up spoilersblackle
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for ↵Eugen Rochko
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations
2017-01-24Merge branch 'master' into masterEugen
2017-01-24Fix `invisible` CSS classMisty De Meo
2017-01-24Fix #204, fix #515 - URL truncating is now a style so copypasting is notEugen Rochko
affected, replaced onClick handler with onMouseUp/Down to detect text selection not trigger onClick handler then
2017-01-24Make boost animation an SVG that uses SCSS coloursblackle
2017-01-23Implement a click-to-view spoiler systemblackle
2017-01-23Forgot to commitEugen Rochko
2017-01-23Move all hex colors in SASS to variables and all variations to darken/lightenEugen Rochko
2017-01-20Fix #463 - Fetch and display previews of URLs using OpenGraph tagsEugen Rochko
2017-01-15Change boost sprite to look like fa-retweetblackle
2017-01-15Fix #466 - when logged in, make "get started" link to the frontpage instead ↵Eugen Rochko
of sign up
2017-01-15Fix tests, add applications to eager loading/cache for statuses, fixEugen Rochko
application website validation, don't link to app website if website isn't set, also comment out animated boost icon from #464 until it's consistent with non-animated version
2017-01-15Merge branch 'feature/toot-app-source' of ↵Eugen Rochko
https://github.com/ineffyble/mastodon into ineffyble-feature/toot-app-source
2017-01-14Make boost button arrows spin aroundblackle
2017-01-15Add tracking of OAuth app that posted a status, extend OAuth apps to have ↵Effy Elden
optional website field, add application details to API, show application name and website on detailed status views. Resolves #11
2017-01-13Improve extended about page layoutEugen Rochko
2017-01-13Adding about/more page with extended information that can be set up by an adminEugen Rochko
2017-01-12Migrate from ledermann/rails-settings to rails-settings-cached which allows ↵Eugen Rochko
global settings with YAML-defined defaults. Add admin page for editing global settings. Add "site_description" setting that would show as a paragraph on the frontpage
2017-01-10Home column filtersEugen Rochko
2017-01-08Expand dropdown leftways on status viewblackle
2017-01-06Add tab bar alternative to desktop UI, upgrade react & react-reduxEugen Rochko
2017-01-05Revert to Roboto for allEugen Rochko
2017-01-04Use system fonts on more platformsJessica Stokes
This allows other platforms such as Windows, macOS and iOS to use their system fonts rather than downloading a copy of Roboto. It also makes the app feel a little closer to native on those platforms!
2017-01-05Make shortcode emojis work, make getting started area scrollableEugen Rochko
2017-01-04Stop Mastodon friend from overlapping text 🐘Jessica Stokes
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-29Support remote follow request providing URL instead of acctEugen Rochko
2016-12-29Add ability to use remote follow function on other sitesEugen Rochko
2016-12-27Add illustration to getting started columnEugen Rochko
2016-12-26Fix #86 - resolve layout breaking on zoom-out on accounts gridEugen 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-21Fix #250 - no text adjustEugen Rochko
2016-12-21Fix #249 - use window.location hack to let people login from sandboxed iOS ↵Eugen Rochko
homescreen
2016-12-18Adjusting public display of statuses to look similar to logged-in UI,Eugen Rochko
fix #361 with rich OEmbed display via iframe, fix #237 by hiding sensitive content behind a spoiler on public pages
2016-12-18Add OEmbed iframe HTML, convert emojis on public pages, increase size of ↵Eugen Rochko
attachment thumbnails
2016-12-14Re-implemented autosuggestions component for the compose formEugen Rochko
Fix #205, fix #156, fix #124
2016-12-13Improved admin UIEugen Rochko
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