mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-21 18:02:32 +01:00
change default instance url + formatting
This commit is contained in:
parent
28784bec9e
commit
092de4eac5
44
.editorconfig
Normal file
44
.editorconfig
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
# end_of_line = lf
|
||||||
|
# indent_size = 4
|
||||||
|
indent_style = tab
|
||||||
|
insert_final_newline = true
|
||||||
|
# max_line_length = 120
|
||||||
|
# tab_width = 4
|
||||||
|
|
||||||
|
[*.less]
|
||||||
|
# indent_size = 2
|
||||||
|
|
||||||
|
[*.sass]
|
||||||
|
# indent_size = 2
|
||||||
|
|
||||||
|
[*.scss]
|
||||||
|
# indent_size = 2
|
||||||
|
|
||||||
|
[*.vue]
|
||||||
|
# indent_style = tabq
|
||||||
|
|
||||||
|
[{*.ats,*.cts,*.mts,*.ts}]
|
||||||
|
# indent_style = tab
|
||||||
|
|
||||||
|
[{*.bash,*.sh,*.zsh}]
|
||||||
|
# indent_size = 2
|
||||||
|
# tab_width = 2
|
||||||
|
|
||||||
|
[{*.cjs,*.js}]
|
||||||
|
# indent_style = tab
|
||||||
|
|
||||||
|
[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
|
||||||
|
# indent_size = 2
|
||||||
|
|
||||||
|
[{*.htm,*.html,*.sht,*.shtm,*.shtml}]
|
||||||
|
# indent_style = tab
|
||||||
|
|
||||||
|
[{*.http,*.rest}]
|
||||||
|
# indent_size = 0
|
||||||
|
|
||||||
|
[{*.yaml,*.yml}]
|
||||||
|
# indent_size = 2
|
11994
pnpm-lock.yaml
11994
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,13 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
||||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||||
sans-serif;
|
sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
||||||
monospace;
|
monospace;
|
||||||
}
|
}
|
||||||
|
@ -163,7 +163,6 @@ function LoginPage() {
|
|||||||
const {
|
const {
|
||||||
register,
|
register,
|
||||||
handleSubmit,
|
handleSubmit,
|
||||||
watch,
|
|
||||||
formState: { errors },
|
formState: { errors },
|
||||||
setError,
|
setError,
|
||||||
} = useForm<LoginFormValues>();
|
} = useForm<LoginFormValues>();
|
||||||
|
@ -12,7 +12,7 @@ export default class AppStore {
|
|||||||
|
|
||||||
this.api = new Client({
|
this.api = new Client({
|
||||||
rest: {
|
rest: {
|
||||||
url: "https://canary.slowcord.understars.dev/api",
|
url: "https://old.server.spacebar.chat/api",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user