Skip to content

Commit

Permalink
Merge branch 'main' into refactor-media-components
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo authored Aug 16, 2022
2 parents e62e696 + 187a5d8 commit 4de15a3
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 60 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: [vikiival, yangwao, roiLeo, kkukelka] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: ['https://kodadot.xyz/transfer?target=G29NScLSew5zqwmJAPupvJWDCDkpxKUhDnMeVdD2BBcnHar&usdamount=100&donation=true', 'https://kodadot.xyz/transfer?target=G29NScLSew5zqwmJAPupvJWDCDkpxKUhDnMeVdD2BBcnHar&usdamount=1000&donation=true' ] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ Test out KodaDot's [Beta](https://beta.kodadot.xyz/)


# Support KodaDot
#### Please **star** and **share** this repository! This exposes us to other builders and creators in the space.
#### Feel free to donate to our notable members by sending them $KSM, the currency we use to reward bounty hunters.
- [RoiLeo](https://kodadot.xyz/transfer/?target=DVYy1qnocE8t6ZvUfPx3rEjG829khNRXx3YrCGVHHj19Lcb)
- [Yangwao](https://kodadot.xyz/transfer/?target=CuHWHNcBt3ASMVSJmcJyiBWGxxiWLyjYoYbGjfhL4ovoeSd)
- [Vikiival](https://kodadot.xyz/transfer/?target=Fksmad33PFxhrQXNYPPJozgWrv82zuFLvXK7Rh8m1xQhe98)
- [Prachi00](https://kodadot.xyz/transfer/?target=EzGc4s9PgCPx1YnF3fqzhLzVHpHMTL4LWPScwpDrR8JKgSU)
- [kkukelka](https://kodadot.xyz/transfer/?target=EqdyzrzVmeHwMdMwvPeCMnNdbuQDbD3YrjY93xq9Ln3jUGW)

#### Please ⭐️ **star** and **share** this repository! This exposes us to other builders and creators in the space.
#### Feel free to donate to our [KodaDot_Guild_Rewards](https://beta.kodadot.xyz/transfer?target=G29NScLSew5zqwmJAPupvJWDCDkpxKUhDnMeVdD2BBcnHar&usdamount=1000&donation=true) which already funded over $100k (~1000 $KSM) to notable contributing members

# Stay Tuned for Updates!
- Follow us on [Twitter](https://twitter.com/KodaDot), [Instagram](https://instagram.com/kodadot.xyz), [Youtube](https://www.youtube.com/channel/UCEULduld5NrqOL49k1KVjoA), and [Medium](https://medium.com/kodadot)
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export default defineNuxtConfig({
defaultIconPack: 'fas',
defaultIconComponent: 'vue-fontawesome',
defaultFieldLabelPosition: 'inside',
materialDesignIcons: false,
},
],
'@nuxtjs/apollo',
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@types/jest": "^27.5.2",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vue/test-utils": "^1.3.0",
"all-contributors-cli": "^6.20.0",
"c8": "^7.12.0",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
"cypress": "^10.4.0",
"cypress": "^10.5.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -150,7 +150,7 @@
"sass-loader": "^10.3",
"typescript": "^4.7.4",
"vite-plugin-vue2": "^2.0.2",
"vitest": "^0.21.1",
"vitest": "^0.22.0",
"vue-debounce-decorator": "^1.0.1",
"vue-eslint-parser": "^9.0.3"
},
Expand Down
92 changes: 44 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4de15a3

Please sign in to comment.