Commit Graph

977 Commits

Author SHA1 Message Date
vidvidvid
0e7fa0b43e chore: bump eslint-plugin-react 2021-11-30 14:54:49 -07:00
vidvidvid
40de5fb9b6 fix: exclude ./tests from linting 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
5ff716c1b6 fix: sort out unknown types 2021-11-30 14:54:49 -07:00
vidvidvid
17ce45ed60 fix: ignore "object is of type unknown" lint message 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
3619732c1d chore: remove react-is
the package is not used anywhere and removing it doesn't influence all the other packages that have it as a dependency.
2021-11-30 14:54:49 -07:00
vidvidvid
d73a3ae653 styling: style the podcast description 2021-11-30 12:06:29 -07:00
vidvidvid
c325bd0491 style: show more description 2021-11-30 12:06:29 -07:00
vidvidvid
d0e3575868 chore: dysbulic's pr comments 2021-11-30 12:06:29 -07:00
vidvidvid
da3b0e5cca refactor: use swr to fetch data 2021-11-30 12:06:29 -07:00
vidvidvid
5e7f6bb2aa feat: install swr and fetch data with it 2021-11-30 12:06:29 -07:00
vidvidvid
110300a2c4 feat: add <LoadingState />, refactor fetching 2021-11-30 12:06:29 -07:00
vidvidvid
8dc0047395 style: make everything pretty 2021-11-30 12:06:29 -07:00
vidvidvid
544dac6537 style: remove flashing from tabs 2021-11-30 12:06:29 -07:00
vidvidvid
e52fcfe781 style: make podcast cards prettier uwu 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
daa8449fb4 style: show more/less description 2021-11-30 12:06:29 -07:00
vidvidvid
b3a99c3562 feat: podcast player + title + description 2021-11-30 12:06:29 -07:00
vidvidvid
95c83b8768 style: remove the obsolete font 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
vidvidvid
616a865eb0 feat: set up tabs components 2021-11-30 12:06:29 -07:00
luxumbra
2101202c57 Tweaks in response to feedback from @davort in Discord 2021-11-29 19:50:39 -07:00
luxumbra
71267fbdbc Fixed last couple of issues from the review 2021-11-29 19:50:39 -07:00
luxumbra
c6b4163f23 defaulting to & checking for null as advised by @mquellhorst 2021-11-29 19:50:39 -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
078316b793 Refactor: Improvements & cleanup
- Moved some constans (grid config, etc) out to `config.ts`
- renamed the dashboard helper and moved the util functions to there.
- Removed the static props and placed api calls into a `useEffect`
2021-11-29 19:50:39 -07:00
luxumbra
0ce66b1fdd small improvement to the seed section 2021-11-29 19:50:39 -07:00
luxumbra
4ecbc94907 More styling / design on seed section 2021-11-29 19:50:39 -07:00
luxumbra
638c8ce351 Tidying the chart & adding a 7d/30d toggle 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
3cc964673e chore: move calendarId to config 2021-11-29 19:44:02 -07:00
vidvidvid
f79f6d0a90 fix: load component on client 2021-11-29 19:44:02 -07:00
vidvidvid
4f7d0ef770 fix: remove jstz, get timezone with Intl 2021-11-29 19:44:02 -07:00
Udit Takkar
4a5f7f82a0 feat: new file added for shared components 2021-11-26 13:50:09 -07:00
Udit Takkar
bd453ba39c fix: dao memberships without title are also displayed 2021-11-26 13:50:09 -07:00
vidvidvid
b26b040c12 add follow up improvement ideas (#931)
somehow i forgot to include this section in the pull request for creating the template
2021-11-24 15:19:38 +01:00
Alec LaLonde
fe75bb019f Added response punctuation 2021-11-23 16:27:58 -07:00
Alec LaLonde
cad515e8fa Disabled auto-activation during setAddress 2021-11-23 16:27:58 -07:00
Alec LaLonde
c885bc2009 First pass at addAlias using sourcecred API 2021-11-23 16:27:58 -07:00
vidvidvid
90703f5900 add github issue number 2021-11-18 21:25:57 -07:00
vidvidvid
3f5bc73045 Create pull_request_template.md
Would be nice to have a unified structure of pull requests
2021-11-18 21:25:57 -07:00