]> Repos - mime-chat/commit
update sockets, account, auth
authorriqo <hernandeze2@xavier.edu>
Mon, 14 Jun 2021 13:52:01 +0000 (08:52 -0500)
committerriqo <hernandeze2@xavier.edu>
Mon, 14 Jun 2021 13:52:40 +0000 (08:52 -0500)
commitd851db2fccf166927d862756eb7ecaf0db3934d3
treef7c337a09445ce72431f75e9254d358ae05925a9
parent9e8641b4def1a49c8e607475b1dfe1d8a2176b4f
update sockets, account, auth
20 files changed:
build/config.gypi [deleted file]
package.json
public/index.html
src/account.ts [new file with mode: 0644]
src/api/account.ts
src/auth.ts [new file with mode: 0644]
src/composables/http.ts
src/composables/ipcHandler.ts [new file with mode: 0644]
src/composables/json.ts
src/composables/store.ts [new file with mode: 0644]
src/composables/websockets.ts
src/config.ts [new file with mode: 0644]
src/init.ts
src/ipc/account.ts
src/ipc/index.ts
src/ipc/session.ts
src/main.ts
src/session.ts
src/types.ts
src/window.ts