about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account_timeline/index.js
AgeCommit message (Expand)Author
2023-02-25[Glitch] Rename JSX files with proper `.jsx` extensionRenaud Chaput
2023-02-03[Glitch] Run eslint --fixClaire
2022-11-28[Glitch] Fix infinite loading instead of soft 404 for non-existing remote acc...Claire
2022-10-28[Glitch] Add featured tags selector for WebUITakeshi Umeda
2022-10-28[Glitch] Fix case-sensitive look-up for profiles in web UIEugen Rochko
2022-10-28[Glitch] Fix error on profile in web UIEugen Rochko
2022-10-28[Glitch] Change public accounts pages to mount the web UIEugen Rochko
2022-05-11[Glitch] Add `limited` attribute to accounts in REST API and a warning in web UIEugen Rochko
2022-05-11[Glitch] Remove Keybase integrationEugen Rochko
2022-05-03[Glitch] Rename toots to posts in various places, add or reword DM warningsClaire
2021-09-28Fixup style issueClaire
2021-09-28[Glitch] Add aliases for WebUI routes that were renamed in #16171Claire
2021-09-26[Glitch] Change routing paths to use usernames in web UIEugen Rochko
2020-12-15[Glitch] Change "Profile unavailable" string to "Account suspended" in web UIEugen Rochko
2020-09-28[Glitch] Change web UI to show empty profile for suspended accountsEugen Rochko
2020-07-02[Glitch] Fix the conditions for incomplete remote contentTakeshi Umeda
2020-06-17[Glitch] Add hints about incomplete remote content to web UIEugen Rochko
2020-01-24[Glitch] Add “account timeline” filter categoryThibG
2019-10-10[Glitch] Add missing back button header for invalid accounttrwnh
2019-10-06[Glitch] Fix scroll to top in single column UIEugen Rochko
2019-10-05[Glitch] Change single-column mode to scroll the whole pageEugen Rochko
2019-09-09Move “export” before decoratorsThibaut Girka
2019-04-10[Glitch] Fix glitched out "not found" message for non-existing profiles in we...Eugen Rochko
2019-03-29[Glitch] squashed identity proof updatesAlex Gessner
2019-03-11Make clicking on the account and status column headers scroll to topThibaut Girka
2019-03-01[Glitch] Make the column header of profile view look like the others, tooMélanie Chauvel (ariasuni)
2018-11-13[Glitch] Use local instead of global loading indicator for timelines, account...Thibaut Girka
2018-09-03Fixes columns scrolling to top when opening media modalThibaut Girka
2018-07-30Don't reset scroll position when opening a modalThibaut Girka
2018-05-29[Glitch] Allow clients to fetch statuses made while they were offlineThibaut Girka
2018-05-27[Glitch] Replace onScrollToBottom with onLoadMoreThibaut Girka
2018-05-27Do not needlessly refresh pinned tootsThibaut Girka
2018-03-16[Glitch] Federate pinned statuses over ActivityPubThibaut Girka
2018-03-16[Glitch] Add "Toots/Toots with replies/Media" tab below profile headerThibaut Girka
2017-12-03Rename themes -> flavours ? ?kibigo!