about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account/components/action_bar.js
AgeCommit message (Collapse)Author
2020-08-30[UI] Improve display of remote profile disclaimerFire Demon
2020-08-30[Anxiety Reduction] Remove account metrics from UIFire Demon
2019-09-09Use upstream's Icon componentThibaut Girka
Rework the codebase to avoid unnecessary differences with upstream
2019-09-09Move “export” before decoratorsThibaut Girka
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69
2019-03-28Add fa-info-circle to disclaimerThibaut Girka
2019-03-28[Glitch] Redesign profile column in web UI to match design on public pagesEugen Rochko
Port a96181f16f4ef74ce6a1efc5e893ddd87a127949 to glitch-soc
2018-12-20Hide negative follower counts from glitch flavourThibaut Girka
2018-11-19Move URLs to backend in their own fileThibaut Girka
2018-11-09[Glitch] Implement adding a user to a list from their profileThibaut Girka
Port bb5558de627ca9bc26949570025f6193cd7cbd98 to glitch-soc
2018-09-21[Glitch] Fix “Toots” tab highlighting for replies and media timelinesThibaut Girka
Port front-end changes from f8b54d229f70cb726511bcd35e1440618e487672
2018-09-13[Glitch] Highlight active tab in action barThibaut Girka
Port 7b7c26063e3fcf9e75a61780d81bd60b7c398ead to glitch-soc
2018-09-03Add admin links to status and account menus (fixes #673)Thibaut Girka
If the current logged-in user is an admin, add quick links to the admin interface in account and toot dropdown menu. Suggestion by @ashkitten
2018-08-10Implement public profile endorsements in glitch-socThibaut Girka
Port WebUI changes from f2404de871f0bdfda5c9aeeeb4c6c4d10a8da8ab to glitch-soc
2018-07-30[Glitch] Improve WebUI account action barThibaut Girka
Mostly a port of 2ccef52a4f5be49e5c3b2256a3c5d4f193a3fe32 to glitch-soc
2018-05-16[Glitch] Feature: Direct message from menuThibaut Girka
Port d1f34151aee564bb1e60ee48107797681c869a81 to glitch-soc
2018-03-16[Glitch] Add "Toots/Toots with replies/Media" tab below profile headerThibaut Girka
Port 51310125051a75ef7af4e8ffc8b6532c151e96b6 to glitch
2017-12-06Apply Javascript changes in tootsuite/mastodon#5887 to glitch flavour (#239)David Yip
2017-12-03Rename themes -> flavours ? ?kibigo!