Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication between backend and frontend #60

Merged
merged 3 commits into from
Dec 26, 2022

Conversation

druskus20
Copy link
Member

@druskus20 druskus20 commented Dec 26, 2022

This PR adds communication between backend and frontend through WebSockets. It is also a major cleanup made by @elkowar.

@druskus20 druskus20 marked this pull request as draft December 26, 2022 19:10
@druskus20 druskus20 force-pushed the frontend-drusk branch 2 times, most recently from 89ac5cb to 34ab3ad Compare December 26, 2022 20:27
@@ -160,21 +190,44 @@
<!-- TODO: Implement scrollbars -->
<!-- <Scrollbar /> -->
<!-- <Scrollbar /> -->
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this resolved @gwimm?

@druskus20 druskus20 marked this pull request as ready for review December 26, 2022 23:00
@druskus20 druskus20 added the topic-frontend Things that relate to the frontend in general label Dec 26, 2022
We also remove a lot of the previously implement local
editor state logic, as this is now handled by the actual core server.
We convert kanagawa.js to kanagawa.ts to make typescript
not want to compile the file into itself, and add the
@types/offscreencanvas dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-frontend Things that relate to the frontend in general
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants