Add option to view event source (#320)
authorginnyTheCat <ginnythecat@lelux.net>
Tue, 22 Feb 2022 13:31:04 +0000 (14:31 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 13:31:04 +0000 (19:01 +0530)
commit1d7fbc841ee69447b5bb042b0e63b0b14fa3fed7
tree6412f87762d39232f62a9d27b366a834c81b7a54
parenta8a168b0a77c77d40552ec470beb4e1ddb8683ed
Add option to view event source (#320)

* Add view source

* Add view source cons

* Change design

* Use PopupWindow instead of Dialog

* Undo changes to Dialog.jsx
src/app/molecules/message/Message.jsx
src/app/molecules/popup-window/PopupWindow.jsx
src/app/organisms/pw/Dialogs.jsx
src/app/organisms/view-source/ViewSource.jsx [new file with mode: 0644]
src/app/organisms/view-source/ViewSource.scss [new file with mode: 0644]
src/client/action/navigation.js
src/client/state/cons.js
src/client/state/navigation.js