about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/ui/components/confirmation_modal.js
AgeCommit message (Collapse)Author
2021-08-09[Glitch] Fix logout link not working in safariTakeshi Umeda
Port b2875b1864d5bd72e6902ffc842d1be6818c210e to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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-26[Glitch] Add a “Block & Report” button to the block confirmation dialogThibG
Port 6df4a8296996181d56a22535b86830c0ab56086e to glitch-soc
2018-12-18Allow disabling media confirmation from the confirmation dialog itselfThibaut Girka
2017-12-03Rename themes -> flavours ? ?kibigo!