]> Repos - mime-chat/commit
refactor main and rendered ipc
authorriqo <hernandeze2@xavier.edu>
Sat, 22 May 2021 20:02:49 +0000 (15:02 -0500)
committerEnrique Hernandez <hernandeze2@xavier.edu>
Sun, 30 May 2021 18:02:59 +0000 (14:02 -0400)
commitddb2f4df0fdb7f1b5b33c808c3025db736eff1dd
tree1a30b6090c53e2c923af35877c9334df57fd6631
parent17e4b06948b1de9f56c7f5d82544a2cdd58c1a0e
refactor main and rendered ipc
28 files changed:
.env [new file with mode: 0644]
.gitignore
package.json
src/App.vue
src/api/account.ts [new file with mode: 0644]
src/background.ts
src/background/audio.ts
src/background/init.ts
src/background/ipc/account.ts [new file with mode: 0644]
src/background/ipc/audio.ts [new file with mode: 0644]
src/background/ipc/index.ts [new file with mode: 0644]
src/background/ipc/session.ts [new file with mode: 0644]
src/background/session.ts
src/background/store.ts [new file with mode: 0644]
src/background/websockets.ts [moved from src/modules/websockets.ts with 64% similarity]
src/background/window.ts
src/components/controllers/audioCtrl.ts
src/components/controllers/textCtrl.ts
src/components/login.vue
src/components/messenger.vue
src/components/settings.vue
src/ipcRend/account.ts [new file with mode: 0644]
src/ipcRend/audio.ts [new file with mode: 0644]
src/ipcRend/session.ts [new file with mode: 0644]
src/modules/auth.ts [new file with mode: 0644]
src/modules/http.ts [new file with mode: 0644]
src/types.ts
yarn.lock