about summary refs log tree commit diff
path: root/app/assets/stylesheets/application.scss
AgeCommit message (Collapse)Author
2017-04-12Clean up stylesheet organization (#1591)Matt Jankowski
2017-03-20Add landing stripEugen Rochko
2017-02-10Improve public tag pageEugen Rochko
2017-01-28Update settings to re-use admin layout, one big navigation tree, improve ↵Eugen Rochko
settings forms
2017-01-27Clean upEugen Rochko
2017-01-27fix button outline showing on clicks for prettinesshoodie
remove button outlines on-click for retweet, boost, favourite, and reply buttons
2017-01-26Move the fonts from Google Fonts to local assetsBillie Thompson
Currently we have two problems that are resolved by this change. The first is that we have a dependency on Google Fonts, which means that should it ever go down, or it have issues we would also have issues. This will resolve this by moving the dependencies we load from there to the local server. The second issue is that Google Fonts is currently returning the `local()` css font source. This causes a problem where the users browser fails to fallback to a missing glyph, resulting in many unusual characters displaying the failure glyph. This will resolve this by creating a font-family definition that does not use the `local()` source. I did not update the error pages with local fonts, they still use the remote google fonts api, so they're a self contained page that does not use the asset pipeline. This resolves tootsuite/mastodon#531 and tootsuite/mastodon#12
2017-01-26Improve infinite scroll on notificationsEugen Rochko
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-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!
2016-12-29Add ability to use remote follow function on other sitesEugen Rochko
2016-12-21Fix #250 - no text adjustEugen Rochko
2016-12-18Add OEmbed iframe HTML, convert emojis on public pages, increase size of ↵Eugen Rochko
attachment thumbnails
2016-12-13Improved admin UIEugen Rochko
2016-11-28Add simple admin overview of PuSH subscriptionsEugen Rochko
2016-10-18Improving all formsEugen Rochko
2016-10-14E-mail preferences pageEugen Rochko
2016-10-12Fix stylesEugen Rochko
2016-10-06Fix #80 - pretty scrollbars for lucky webkit usersEugen Rochko
2016-10-03Adding e-mail confirmationsEugen Rochko
2016-10-03Fix most pages on small screensEugen Rochko
2016-10-03Making public pages responsive, removing reblogs/favs counts from themEugen Rochko
2016-09-27Adding landing pageEugen Rochko
2016-09-26Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - appEugen Rochko
registration API
2016-09-25Improved style of settings pageEugen Rochko
2016-08-24More styling for statusesEugen Rochko
2016-08-24Adding React.js, Redux, revamping dashboardEugen Rochko
2016-03-25Fixing some stuff for Turbolinks, adding gzip on top, fixing a n+1 queryEugen Rochko
2016-03-25Add link to github project to footer, move FanOutOnWriteService calls toEugen Rochko
DistributionWorker. That isn't the heaviest service, yet, but gotta start somewhere
2016-03-20Writing out more tests, fixed some bugsEugen Rochko
2016-03-12Customized more doorkeeper views, only logged in users can create oauth appsEugen Rochko
2016-03-12Adding config for puma, dashboard layout, fixing some queriesEugen Rochko
2016-03-11Customizing doorkeeper views for authorizing appEugen Rochko
2016-03-11Adding Mastodon logoEugen Rochko
2016-03-06Adding GNU Public license, adding home timeline, reblog/favourite countersEugen Rochko
2016-03-06Adjusting design of public pages, optimizing account page queriesEugen Rochko
2016-03-05Adjusting design of profile and entry pages, linkify mentions in statusesEugen Rochko
2016-03-05Customizing devise views and controllersEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko
2016-02-28Improving status display design, including replies and threadsEugen Rochko
2016-02-28Adding avatars to profile page and statusesEugen Rochko
2016-02-28Adding paperclip for avatars, fixing design of the public pagesEugen Rochko