vidvidvid
318939926c
fix: revert the @graphql-tools/schema -> graphql-tools
2021-12-20 15:52:17 -07:00
vidvidvid
c1115ab913
feat: install standard version
...
it provides a convenient way of forming a changelog in combination with conventional commits
2021-12-19 15:34:26 -07:00
Michiel Quellhorst
1d74d7beea
Quest Editor Implemented ( #760 )
...
* added WYSIWYG Editor for quest description
rebased
* remove console output
* completed quest editor
* removed html-to-draftjs
* fix: file directory updates
* feat: js-dom added
rebase
* fix: fixed UI bugs
* fix: toast error message added for insufficient pSEED
* fix: replaced text with Box
* fix: limit description to 4 lines
* fix: removed incorrect condition from useUser hook
* fix: webpack 5 added in next.config
* fix: next.config webpack bug and rebased
* chore: remove comment
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
2021-12-01 15:57:32 -05:00
vidvidvid
0e7fa0b43e
chore: bump eslint-plugin-react
2021-11-30 14:54:49 -07:00
vidvidvid
eeca6e0d46
chore: upgrade eslint and fix all errors
2021-11-30 14:54:49 -07:00
vidvidvid
1145b566d3
chore: bump nock from 13.1.0 to 13.2.1
2021-11-30 14:54:49 -07:00
vidvidvid
86731fc12e
chore: bump @chakra-ui/theme-tools from 1.1.8 to 1.3.1
2021-11-30 14:54:49 -07:00
vidvidvid
268841c92b
chore: bump opensea-js from 1.1.11 to 1.2.1
2021-11-30 14:54:49 -07:00
vidvidvid
cbe09b6b5f
chore: bump typescript version
2021-11-30 14:54:49 -07:00
vidvidvid
977fbb934f
chore: replace graphql-tools for @graphql-tools/schema
2021-11-30 14:54:49 -07:00
vidvidvid
50076934f4
Revert "chore: bump eslint-config-airbnb-typescript from 12.3.1 to 13.0.1"
...
This reverts commit 83a7ba4273 .
2021-11-30 14:54:49 -07:00
vidvidvid
e6bafb0d47
chore: bump eslint-config-airbnb-typescript from 12.3.1 to 13.0.1
2021-11-30 14:54:49 -07:00
vidvidvid
5e7f6bb2aa
feat: install swr and fetch data with it
2021-11-30 12:06:29 -07:00
vidvidvid
1316b0ae5f
refactor: replace react-h5-audio-player with default html <audio>
2021-11-30 12:06:29 -07:00
vidvidvid
b3a99c3562
feat: podcast player + title + description
2021-11-30 12:06:29 -07:00
vidvidvid
2f158e25ec
feat: fetch rss data from anchor.fm -> conver to json
2021-11-30 12:06:29 -07:00
luxumbra
a50b7a186d
feature: Attribution to CoinGecko + react-spring
...
- CoinGecko logo added to the chart as a requirement of using their free tier. The next tier is $150pm and I don't think this is ugly as such. It does link through to the MetaGame page on CoinGecko, so...
- [React Spring](https://react-spring.io/ ) library has been added. It's quite big for the little functionality it adds rn (animates the 7/30d range for the chart) but I think it would be a good library to have in our toolbox. Chakra uses Framer for some of the transitions but when I've tried Framer before I didn't get on so well with it. I've wanted to play with React Spring for a while and this was an excuse to use it. I am not married to the idea though.
2021-11-29 19:50:39 -07:00
luxumbra
bdb36a9825
Clean up after @mquellhorst review
2021-11-29 19:50:39 -07:00
luxumbra
e492135ae2
feature: Added in react-vis to display the 30d seed chart
...
The chart is displayed as an SVG in the background. Probably needs a more snr dev to sanity check typescript stuff.
2021-11-29 19:50:39 -07:00
luxumbra
f6fe5aacb6
feat: Seed section pulling in data from CoinGecko
...
This will probably want a refactor in terms of how I have handled the TypeScript. 😅
2021-11-29 19:50:39 -07:00
vidvidvid
4f7d0ef770
fix: remove jstz, get timezone with Intl
2021-11-29 19:44:02 -07:00
vidvidvid
ab0119e666
feat: determine timezone based on user
2021-11-17 10:34:52 -07:00
vidvidvid
87498f6108
feat: install date-fns
2021-11-17 10:34:52 -07:00
Luxumbra
57c1e42389
feature: Container Queries ( #884 )
...
* feature: First pass at Container Queries
`react-container-query` used to emulate 'media' queries based on container widths. Needs more thought on how to handle layouts for multiple devices. Min / Max widths for sections probs a good idea.
Added in an 'Edit' button to toggle editing the layout.
Added mostly static chakra elements to each of the sections to prototype the above Container Queries. I know it is not pretty, but TypeScript and I wanted to prototype it without stalling. I *will* split them out into components but would be good to perhaps pair up with you for this when you're available @vidvidvid. 🙏
* feature: Calendar UI elements (First pass)
Added in chakra popovers for event details.
Again, this is just chakra elements to be pulled out as templates for components.
* feat: better styling on the popovers & transitions on cal container queries
* feature: Improving responsiveness
2021-11-08 15:31:42 -07:00
Luxumbra
b4c08a37c1
Feature/dashboard UI mvp (WIP) ( #882 )
...
* First pass of UI config for the dashboard
- Namely adding in React Grid Layout and setting it up to save a users layouts to localStorage. It is responsive.
* Slight refactor of the dash grid code & removed lodash
2021-11-08 15:31:42 -07:00
Will Holcomb
d709c0c6a2
downgrading ceramic packages to avoid typescript conflict ⏰
2021-10-29 21:16:28 -06:00
Will Holcomb
1591ecf4e2
refining basic profile input form 🍾
2021-10-29 21:16:28 -06:00
Will Holcomb
43fd20d8a8
updating Ceramic dependencies 👅
2021-10-29 21:16:28 -06:00
δυς
b971c57653
switching to multer (& writing to a file) from streaming 🎮
2021-10-29 21:16:28 -06:00
Will Holcomb
2f34663d94
fixing various typescript and dependency issues 🧷
2021-10-29 21:16:28 -06:00
Will Holcomb
09af70247d
committing partial rollback of next.js upgragde for external validation 🦃
2021-10-29 21:16:28 -06:00
Cali93
1cfa0e6020
meta profile info page/form
2021-10-29 21:16:28 -06:00
Cali93
668384c93b
WIP: ceramic login
2021-10-29 21:16:28 -06:00
Cali93
9bf7de4a60
basic profile form
2021-10-29 21:16:28 -06:00
Will Holcomb
02409ca242
adding dotenv & publishing to web3.storage 💰
2021-10-29 21:16:28 -06:00
δυς
0362f8ca47
switching to multer (& writing to a file) from streaming 🎮
2021-10-29 21:16:28 -06:00
Will Holcomb
6c9ae80f3a
fixing various typescript and dependency issues 🧷
2021-10-29 21:16:28 -06:00
Will Holcomb
1233963bd7
committing partial rollback of next.js upgragde for external validation 🦃
2021-10-29 21:16:28 -06:00
Cali93
f0913959bf
meta profile info page/form
2021-10-29 21:16:28 -06:00
Cali93
a6f85fc84f
WIP: ceramic login
2021-10-29 21:16:28 -06:00
Matthew Cantelon
47d4a01660
fix: pin nock version
2021-08-31 22:11:50 -06:00
Matthew Cantelon
1dd17aaf3f
Rebase
2021-08-31 22:11:50 -06:00
dan13ram
ea3db28b66
fixed LinkOverlay issues
2021-08-25 08:56:33 -06:00
aricallen
15fb3a2abd
pin ts
2021-08-24 14:17:33 -06:00
aricallen
bd465beb37
working build
2021-08-24 14:17:33 -06:00
dependabot[bot]
2bfb353a59
Bump @walletconnect/web3-provider from 1.4.1 to 1.5.2
...
Bumps [@walletconnect/web3-provider](https://github.com/walletconnect/walletconnect-monorepo ) from 1.4.1 to 1.5.2.
- [Release notes](https://github.com/walletconnect/walletconnect-monorepo/releases )
- [Commits](https://github.com/walletconnect/walletconnect-monorepo/compare/1.4.1...1.5.2 )
---
updated-dependencies:
- dependency-name: "@walletconnect/web3-provider"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-03 10:02:50 +05:30
Will Holcomb
6f4fdb650c
removing favorite NFTs & stylis dependency ❇
2021-07-28 06:38:25 +05:30
Will Holcomb
ce4d42b6d2
reviewing pull request 🇯🇲
2021-07-28 06:38:25 +05:30
Will Holcomb
2601b12476
adding last_checked_at & country columns 🛸
2021-07-28 06:38:25 +05:30
Will Holcomb
62abdee7fd
updating yarn lock 🧵
2021-07-28 06:38:25 +05:30