about summary refs log tree commit diff
path: root/app/javascript/flavours
AgeCommit message (Collapse)Author
2019-07-17Add css to auto-resize columnsLumb
I'm not totally confident in all this CSS but it does what it's supposed to. Auto-resizing columns, which makes the interface slightly more usable for me.
2019-07-15show formatting of replies in composer areamultiple creatures
2019-07-15tag foldingmultiple creatures
2019-07-15add `supports_chat` property, rename `adults_only` to `adult_content`, ↵multiple creatures
federate the kobolds~
2019-07-15local visibility scope, chat scope+tags, unlisted tagsmultiple creatures
2019-05-21make canceling a reply not take your roar out with itmultiple creatures
2019-05-21fix hoverplay emoji in bbcodemultiple creatures
2019-05-21let account badges in web app wrapmultiple creatures
2019-05-21styling for staff quick linksmultiple creatures
2019-05-21space out badgesmultiple creatures
2019-05-21add quick links for staffmultiple creatures
2019-05-21show mod & admin badges in web appmultiple creatures
2019-05-21limit search results to 33 until we split & paginate the search apimultiple creatures
2019-05-21render normalized status in reply indicator so that custom emojis are shownmultiple creatures
2019-05-21allow custom emojis in field keys in web appmultiple creatures
2019-05-21remove clipping border from linksmultiple creatures
2019-05-21formatted bios + merge monsterpit markdown styles directly into glitch-soc scssmultiple creatures
2019-05-21apply monsterpit style overrides to public pagesmultiple creatures
2019-05-21set correct name on media caption `div`multiple creatures
2019-05-21reimplement monsterpit bbcode and markdown extensions on top of new ↵multiple creatures
glitch-soc formatting system + bbcode feature parity + new `i:am` footer + set content type from `format` bangtag
2019-05-21spell correctlymultiple creatures
2019-05-21fix hover-to-play emoji clippingmultiple creatures
2019-05-21when autoplay is off play animated emoji on hovermultiple creatures
2019-05-21Accounts, UI: Expose kobold badges over the API. Render badges in the web app.multiple creatures
2019-05-21Custom filters: resolve bug where filter is erronously ignored when media ↵multiple creatures
filtering flags are unset.
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ↵multiple creatures
add federatable `adult content` tag. Handle from remote accounts as well.
2019-05-21Adjust Glitch UI defaultsmultiple creatures
2019-05-21Add line-break-sized padding after lists and blockquotes.multiple creatures
2019-05-21Adjust search limits and ordering.multiple creatures
2019-05-21filter prop is sometimes `undefined` i guess???multiple creatures
2019-05-21Make the UI properly handle filters using `exclude_media` and `media_only` ↵multiple creatures
flags.
2019-05-21Assign a `key` prop to get rid of warning.multiple creatures
2019-05-21Correct name broken by automated nomenclature replacement.multiple creatures
2019-05-21Allow own roars to be included in lists.multiple creatures
2019-05-21Don't show Roars & Growls tag in web app if someone has disabled showing ↵multiple creatures
public replies.
2019-05-21Exclude repeats on the roars tab.multiple creatures
2019-05-21Split boosts/repeats off to their own tab and add to the API.multiple creatures
2019-05-21Group like media captions together and remove space between descriptors.multiple creatures
2019-05-21Implement share keys and related bangtags, add `sharekey`, `network`, and ↵multiple creatures
`curated` to the API, remove app info from the UI, and move timestamps to the right.
2019-05-21Extend limits for poll time range to between a minute and 6 months.multiple creatures
2019-05-21Make sure topmost image fills the gap in an odd-numbered media set.multiple creatures
2019-05-21Handle up to 6 attachments per roar.multiple creatures
2019-05-21Change stray reblog SVG to repeat glyph.multiple creatures
2019-05-21Tenatacle skin: remove ununsed classesmultiple creatures
2019-05-21Replace `fa-retweet` SVG with `fa-repeat` Unicode glyph.multiple creatures
2019-05-21Search UI: center hashtag resultsmultiple creatures
2019-05-21Compact the hashtag section of the search UI. Get rid of trending sections; ↵multiple creatures
they do not work properly on instances with less than 10,000 active users.
2019-05-21Limit width of single-column to 600px, keep composer docked to left.multiple creatures
2019-05-21Add `share_key` column to status table in preparation for letting folks ↵multiple creatures
generate/revoke links to view private posts.
2019-05-21Raise search result limit to 33 in frontend.multiple creatures