Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
SCSS Refactor
|
|
Add glitchy elephant friend
|
|
|
|
|
|
|
|
|
|
This makes the clickable element an interactive element, but doesn't add
alt text and makes it not-obvious that you can click the elefriend. On
one hand, this goes against good practice; on the other hand, it's not
*supposed* to be obvious that you can click the elefriend.
|
|
|
|
|
|
|
|
Also lay some groundwork needed to interactively change the
glitchfriend.
The codebase uses "elefriend" because it's shorter and didn't require me
to realign the actions in actions/compose.js. Same idea, though.
|
|
|
|
Glitched elephant friends kindly provided by @ncls7615.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
|
|
|
|
Fix glitch async chunks
|
|
|
|
#6223)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Show SENSITIVE tag on sensitive images (#267)
|
|
|
|
|
|
|
|
|
|
flavours/glitch/util/initial_state is used in places where we want to
exhibit different behavior based on user preferences. This means that
it's used in places where no preference is defined, i.e. on an
unauthenticated access. All values exported from that module must
therefore expect that case; previously, the max chars value didn't.
Addresses #306.
|