Skip to content

Commit

Permalink
Revert "Merge pull request #213 from DecentralCardGame/201-profile-pi…
Browse files Browse the repository at this point in the history
…c-loading-spinner-confuses-new-users"

This reverts commit 6d569c3, reversing
changes made to f0e3358.
  • Loading branch information
lxgr-linux committed Sep 30, 2023
1 parent 6d569c3 commit 003a1e0
Show file tree
Hide file tree
Showing 130 changed files with 20,573 additions and 22,555 deletions.
12 changes: 6 additions & 6 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#VITE_API_COSMOS="https://cardchain.crowdcontrol.network/cosmos/"
#VITE_WS_TENDERMINT="https://cardchain.crowdcontrol.network/tendermint/"
#VITE_APP_FAUCET="https://cardchain.crowdcontrol.network/faucet/claimTokens"
VITE_API_COSMOS="https://cardchain.crowdcontrol.network/cosmos/"
VITE_WS_TENDERMINT="https://cardchain.crowdcontrol.network/tendermint/"
VITE_APP_FAUCET="https://cardchain.crowdcontrol.network/faucet/claimTokens"

VITE_APP_FAUCET_SITEKEY="ea68532a-a9e6-4f99-9361-db90a3071b72"
VITE_APP_ADDRESS_PREFIX=cc
Expand All @@ -16,6 +16,6 @@ NODE_VERSION=v18.17.1
#VITE_WS_TENDERMINT_FALLBACK=https://cardchain2.crowdcontrol.network/tendermint/
#VITE_APP_FAUCET_FALLBACK=https://cardchain2.crowdcontrol.network/faucet/claimTokens

VITE_API_COSMOS="http://lxgr.xyz:1317"
VITE_WS_TENDERMINT="http://lxgr.xyz:26657"
VITE_APP_FAUCET="http://lxgr.xyz:4500/claimTokens"
#VITE_API_COSMOS="http://lxgr.xyz:1317"
#VITE_WS_TENDERMINT="http://lxgr.xyz:26657"
#VITE_APP_FAUCET="http://lxgr.xyz:4500/claimTokens"
19 changes: 11 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
module.exports = {
root: true,
env: {
node: true,
node: true
},
extends: ["plugin:vue/recommended", "eslint:recommended"],
'extends': [
'plugin:vue/recommended',
'eslint:recommended'
],
parserOptions: {
parser: "babel-eslint",
parser: 'babel-eslint'
},
rules: {
"no-console": "off",
"no-debugger": "off",
"no-unused-vars": "off",
},
};
'no-console': 'off',
'no-debugger': 'off',
'no-unused-vars': 'off',
}
}
4 changes: 2 additions & 2 deletions .fleet/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"backend.maxHeapSizeMb": 896
}
"backend.maxHeapSizeMb": 896
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ TypeScript cannot handle type information for `.vue` imports by default, so we r
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:

1. Disable the built-in TypeScript Extension
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.

## Customize configuration
Expand Down
Loading

0 comments on commit 003a1e0

Please sign in to comment.