-
Notifications
You must be signed in to change notification settings - Fork 40
Emma changes #193
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
Closed
Closed
Emma changes #193
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This patchset contains support for .well-known/spacebar/client, as well as various typo fixes and some minor cleanups. Kind regards, Emma [it/its] @ Rory& Emma [it/its]@rory& (7): src/utils: Well-known v2 support typo fix: instace -> instance typo fix: responce -> response Mathium, fix your keyboard lol It works! Let's gooooo!~ Typo fix: protical -> protocol Typo fix: orgin -> origin src/index.ts | 4 +- src/utils.ts | 96 +++++++++--- src/webpage/instances.json | 2 +- src/webpage/localuser.ts | 8 +- src/webpage/login.ts | 4 +- src/webpage/markdown.ts | 4 +- src/webpage/register.ts | 4 +- src/webpage/service.ts | 16 +- src/webpage/settings.ts | 18 +-- src/webpage/utils/netUtils.ts | 8 + src/webpage/utils/utils.ts | 287 +++++++++++++++++----------------- 11 files changed, 260 insertions(+), 191 deletions(-) create mode 100644 src/webpage/utils/netUtils.ts -- 2.51.2
Deploying jankclient with
|
| Latest commit: |
7dbd3b6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ccc9e403.jankclient.pages.dev |
| Branch Preview URL: | https://emmachanges.jankclient.pages.dev |
Owner
Author
|
neat that CF pages deployed for this, in theory the deploy should work. (mostly) |
This patchset contains support for .well-known/spacebar/client, as well as various typo fixes and some minor cleanups. Kind regards, Emma [it/its] @ Rory& Emma [it/its]@rory& (7): src/utils: Well-known v2 support typo fix: instace -> instance typo fix: responce -> response Mathium, fix your keyboard lol It works! Let's gooooo!~ Typo fix: protical -> protocol Typo fix: orgin -> origin src/index.ts | 4 +- src/utils.ts | 96 +++++++++--- src/webpage/instances.json | 2 +- src/webpage/localuser.ts | 8 +- src/webpage/login.ts | 4 +- src/webpage/markdown.ts | 4 +- src/webpage/register.ts | 4 +- src/webpage/service.ts | 16 +- src/webpage/settings.ts | 18 +-- src/webpage/utils/netUtils.ts | 8 + src/webpage/utils/utils.ts | 287 +++++++++++++++++----------------- 11 files changed, 260 insertions(+), 191 deletions(-) create mode 100644 src/webpage/utils/netUtils.ts -- 2.51.2 -- 2.51.2
Owner
Author
|
git hates me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These are some changes from Emma, need to review