mirror of https://github.com/mastodon/mastodon
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This PR adds a new notification cleaning mode, super perfectly tuned for accessibility, and removes the previous notification cleaning functionality as it's now redundant. * w.i.p. notif clearing mode * Better CSS for selected notification and shorter text if Stretch is off * wip for rebase ~ * all working in notif clearing mode, except the actual removal * bulk delete route for piggo * cleaning + refactor. endpoint gives 422 for some reason * formatting * use the right route * fix broken destroy_multiple * load more notifs after succ cleaning * satisfy eslint * Removed CSS for the old notif delete button * Tabindex=0 is mandatory In order to make it possible to tab to this element you must have tab index = 0. Removing this violates WCAG and makes it impossible to use the interface without good eyesight and a mouse. So nobody with certain mobility impairments, vision impairments, or brain injuries would be able to use this feature if you don't have tabindex=0 * Corrected aria-label Previous label implied a different behavior from what actually happens * aria role localization & made the overlay behave like a checkbox * checkboxes css and better contrast * color tuning for the notif overlay * fanceh checkboxes etc and nice backgrounds * SHUT UP TRAVIS |
8 years ago | |
---|---|---|
app | 8 years ago | |
bin | 8 years ago | |
config | 8 years ago | |
db | 8 years ago | |
docs | 8 years ago | |
lib | 8 years ago | |
log | 10 years ago | |
nanobox | 8 years ago | |
public | 8 years ago | |
spec | 8 years ago | |
storybook | 8 years ago | |
streaming | 8 years ago | |
vendor/assets | 10 years ago | |
.babelrc | 8 years ago | |
.buildpacks | 8 years ago | |
.codeclimate.yml | 8 years ago | |
.dockerignore | 8 years ago | |
.editorconfig | 8 years ago | |
.env.nanobox | 8 years ago | |
.env.production.sample | 8 years ago | |
.env.test | 8 years ago | |
.env.vagrant | 9 years ago | |
.eslintignore | 8 years ago | |
.eslintrc.yml | 8 years ago | |
.foreman | 8 years ago | |
.gitattributes | 8 years ago | |
.gitignore | 8 years ago | |
.haml-lint.yml | 8 years ago | |
.nanoignore | 8 years ago | |
.nvmrc | 8 years ago | |
.postcssrc.yml | 8 years ago | |
.profile | 8 years ago | |
.rspec | 10 years ago | |
.rubocop.yml | 8 years ago | |
.ruby-version | 8 years ago | |
.scss-lint.yml | 8 years ago | |
.slugignore | 8 years ago | |
.travis.yml | 8 years ago | |
Aptfile | 8 years ago | |
CONTRIBUTING.md | 8 years ago | |
Capfile | 8 years ago | |
Dockerfile | 8 years ago | |
Gemfile | 8 years ago | |
Gemfile.lock | 8 years ago | |
ISSUE_TEMPLATE.md | 8 years ago | |
LICENSE | 9 years ago | |
Procfile | 8 years ago | |
Procfile.dev | 8 years ago | |
README.md | 8 years ago | |
Rakefile | 10 years ago | |
Vagrantfile | 8 years ago | |
app.json | 8 years ago | |
boxfile.yml | 8 years ago | |
config.ru | 9 years ago | |
docker-compose.yml | 8 years ago | |
docker_entrypoint.sh | 8 years ago | |
package.json | 8 years ago | |
scalingo.json | 8 years ago | |
yarn.lock | 8 years ago |
README.md
Mastodon Glitch Edition
Now with automated deploys!
So here's the deal: we all work on this code, and then it runs on dev.glitch.social and anyone who uses that does so absolutely at their own risk. can you dig it?
- You can view documentation for this project at glitch-soc.github.io/docs/.
- And contributing guidelines are available here and here.