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

Decouple server #4686

Merged
merged 9 commits into from Feb 27, 2023
Merged

Decouple server #4686

merged 9 commits into from Feb 27, 2023

Conversation

brunnre8
Copy link
Member

We should eventually decouple both server from client and client from server.
Shared stuff should move to shared/ or some such.

This decouples the server from the client, in a first step as that's the easier one

@brunnre8 brunnre8 added this to the Next milestone Feb 6, 2023
@xPaw xPaw added the Meta: Internal This is an internal codebase change (testing, linting, etc.). label Feb 18, 2023
@brunnre8 brunnre8 added the Status: needs-review PR not yet reviewed by enough maintainers label Feb 18, 2023
@@ -2,7 +2,7 @@ import anyIntersection from "./anyIntersection";
import fill from "./fill";
import {ChannelPart} from "./findChannels";
import {EmojiPart} from "./findEmoji";
import {LinkPart} from "./findLinks";
import {LinkPart} from "../../../../shared/linkify";
Copy link
Member

@MaxLeiter MaxLeiter Feb 25, 2023

Choose a reason for hiding this comment

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

eventual TODO: typescript path aliases would let us import something like #/shared/linkify

@MaxLeiter MaxLeiter removed the Status: needs-review PR not yet reviewed by enough maintainers label Feb 25, 2023
@MaxLeiter MaxLeiter merged commit c6a202d into master Feb 27, 2023
@MaxLeiter MaxLeiter deleted the decoupleServer branch February 27, 2023 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta: Internal This is an internal codebase change (testing, linting, etc.).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants