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.
mastodon/spec
Ondřej Hruška 5942347407 Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526)
* Refactored Avatar and AvatarOverlay (DRY) to have 'account' as prop.
Also removed animate attribute from compose navigation bar, which should
have never been there. Added test for avatar overlay.

* fix broken tests

* god dammit another bug in tests! travis please let this pass

* formatting in avatar overlay
8 years ago
..
controllers Add "signed in as" header to some pages (#4523) 8 years ago
fabricators Introduce access token fabricators (#4401) 8 years ago
features
fixtures
helpers Fallback to site_hostname when site_title is empty (#4394) 8 years ago
javascript Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 8 years ago
lib Use the same emoji data on the frontend and backend (#4284) 8 years ago
mailers
models Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 8 years ago
policies
presenters
requests
routing
services Fix intermittent test failures due to accidentally reused class instance between threads (#4287) 8 years ago
support
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 8 years ago
views Redesign /terms page (#4338) 8 years ago
workers Bump to 1.5.0rc1 (#4318) 8 years ago
rails_helper.rb
spec_helper.rb