about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/util/bio_metadata.js
AgeCommit message (Collapse)Author
2018-07-31Drop glitch-style account bio fieldsThibaut Girka
Upstream's implementation has been merged a while ago and is the preferred way to set fields, as it is the only one compatible with upstream and is more user-friendly. This commit deletes the legacy glitch-soc FrontMatter functionality in order to clean up the code and make it easier to maintain.
2018-01-18Style fixes to make eslint happier, hopefullyDavid Yip
2017-12-03Rename themes -> flavours ? ?kibigo!