about summary refs log tree commit diff
path: root/app/assets/stylesheets/forms.scss
AgeCommit message (Collapse)Author
2017-02-14Adding POST /api/v1/reports API, and a UI for submitting reportsEugen Rochko
2017-01-28Update settings to re-use admin layout, one big navigation tree, improve ↵Eugen Rochko
settings forms
2017-01-27Added optional two-factor authenticationEugen Rochko
2017-01-23Move all hex colors in SASS to variables and all variations to darken/lightenEugen 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-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-11-29Merge pull request #235 from TazeTSchnitzel/settings_contrastEugen
Improve contrast for settings pages (fixes #173)
2016-11-25Fix checkbox spacingEugen Rochko
2016-11-25Checkboxes label adjustementnicolas
When the label of a checkbox is more than one line long, avoid unalignment.
2016-11-23Improve contrast for settings pages (fixes #173)Andrea Faulds
2016-11-16Add user locale settingEugen Rochko
2016-11-07Fix #135 - More prominent focus style for inputsEugen Rochko
2016-10-23Fix OAuth authorization redirectEugen Rochko
2016-10-22Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limitingEugen Rochko
to the API
2016-10-18Improving all formsEugen Rochko