]> cat aescling's git repositories - mastodon.git/commit
[Glitch] Add edit history to web UI
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 9 Feb 2022 00:17:07 +0000 (01:17 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Wed, 9 Feb 2022 16:51:35 +0000 (17:51 +0100)
commit44b06c4d96b5211725ecfc9483c0fb21198f18cf
treefcc7b796c3afb03fe55382176d66f1437216de8b
parent322e907e0417da482789e4d24263f247f29a5769
[Glitch] Add edit history to web UI

Port fd3a45e3482e86dad3c1dfc069144864c4ff0b0b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
15 files changed:
app/javascript/flavours/glitch/actions/history.js [new file with mode: 0644]
app/javascript/flavours/glitch/components/dropdown_menu.js
app/javascript/flavours/glitch/components/edited_timestamp/containers/dropdown_menu_container.js [new file with mode: 0644]
app/javascript/flavours/glitch/components/edited_timestamp/index.js [new file with mode: 0644]
app/javascript/flavours/glitch/components/inline_account.js [new file with mode: 0644]
app/javascript/flavours/glitch/components/loading_indicator.js
app/javascript/flavours/glitch/components/relative_timestamp.js
app/javascript/flavours/glitch/features/status/components/detailed_status.js
app/javascript/flavours/glitch/features/ui/components/compare_history_modal.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/ui/components/modal_root.js
app/javascript/flavours/glitch/reducers/history.js [new file with mode: 0644]
app/javascript/flavours/glitch/reducers/index.js
app/javascript/flavours/glitch/styles/components/index.scss
app/javascript/flavours/glitch/styles/components/modal.scss
app/javascript/flavours/glitch/util/async-components.js