Commit Graph

13 Commits

Author SHA1 Message Date
Cali93
668384c93b WIP: ceramic login 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
Cali93
a6f85fc84f WIP: ceramic login 2021-10-29 21:16:28 -06:00
Will Holcomb
04a268132a adding ceramic and IDX to the backend 🎱 2021-07-28 06:38:25 +05:30
Alec LaLonde
66db937c82 Cleaned up env variables, extracted to env-groups 2021-05-20 15:38:05 -06:00
The Lone Rōnin
6d6d75e6e4 Cross Browser Gradient for App Drawer (#294)
* Cross Browser Compatibility for Gradient with new hover animation

* [MyMeta] Use responsive units on the header and footer (#305)

* fixing menu drawer to display on Chromium

* switching footer layout to responsive units

* build failing b/c player is undefined

* refactoring bottom nav to use fewer explicit sizes

* fixed link issues and removed box from focused menu items ala.

* `Error serializing `.guild` returned from `getStaticProps` in "/guild/[guildname]"`

* codegen was removed, but some references linger

* switching profile options to icons to save space

* simplifying & making links clickable

* accidentally duplicated a parameter

* adding Chakra icons to web app

* removing version smudge from icons lib

* simplifying clumsy ternary statement

* lint cares that imports are in alphabetical order

* switching drawer images to next.js component (re: #294)

* satiating the linter

* moving BoxedNextImage to deign-system

* Fix server side rendering issues with backdrop filter

* boxing next.js images

* these only look broken in Chrome's mobile emulator 🍄

* making the serialization fix precisely correct 🎷

Co-authored-by: Will Holcomb <dys@dhappy.org>
Co-authored-by: Pacien Boisson <pakokrew@gmail.com>
2021-02-16 11:20:41 +04:00
Hammad Jutt
12ba9dc315 Discord Bot MVP 2021-02-06 13:13:00 -07:00
Alec LaLonde
63a357c498 Feature/add timezone backend (#230)
* Added tz column

* Updated hasura permissions on new table
2020-12-19 17:54:32 -07:00
dan13ram
e03ffe2763 login landing page + fixed fonts (#51)
* login landing page + fixed fonts

* fixed eslint errors

* fixed most of typecheck errors

* review comments incorporated
2020-08-05 02:04:57 -06:00
Hammad Jutt
71c70ac4f0 Centralize more of eslint config, gitignore, and tsconfig 2020-07-27 12:23:29 -06:00
Hammad Jutt
3c961052a1 Setup NextJS App with URQL and dummy pokemon data 2020-07-23 22:30:57 -06:00
Hammad Jutt
33e079c2ce Centralize gitignore file 2020-07-13 11:06:24 -06:00
Pacien Boisson
c684b9d836 Base architecture (#1)
* Hasura and base models

* Added role public SELECT permissions

* Added role player UPDATE permissions

* basic backend api

* Added SELECT permissions for player

* Update backend to typescript

* init app-react

* Add apollo

* graphql-codegen not working well...

* Added web3 to web app

* connecting frontend with web3

* Auth webhook verifies eth signature

* Update frontend to fetch player_id
2020-04-16 10:20:15 +02:00