fa8de52d81
scroll to top on navigation
2020-09-15 05:35:01 -07:00
4f6f3640bb
start building item page
2020-09-11 23:56:47 -07:00
76ad917843
rename ItemsPage to UserItemsPage
...
this is because I'm making ItemPage now lol
2020-09-11 23:20:06 -07:00
93564ee6bd
more realistic loading state into WardrobePage
...
Here, we extract a lean WardrobePageLayout component, so that we can bundle it into the main app as a loading state for WardrobePage.
This means that clicking Start from the homepage will, instead of flashing the screen to white while WardrobePage loads, show the correctly-sized black/white page layout instead.
2020-09-10 02:54:22 -07:00
75ffd813e9
oops, fix bug in Chakra globals
...
ahh, right, I was overriding their html/body styles! stop doing that 😅
2020-09-07 21:11:10 -07:00
0c3d9443c2
upgrade to next Chakra RC
...
some regressions in here with global styles and color mode! I think we got it fixed though!
2020-09-07 20:59:38 -07:00
715f466df4
create very basic modeling page, not useful yet!
2020-09-06 23:32:04 -07:00
b086a4a8d7
add cute back to home link
2020-09-06 18:42:39 -07:00
e33e5fb88f
shared page layout component
2020-09-06 18:12:34 -07:00
Matchu
70d3b06742
basic items page, with user permissioning :)
...
(the permissioning happens on the backend in the prev change! but yeah we send the auth token in the headers, so the backend knows who you are and whether to show you private data)
(also it is just owned items not in any list!)
2020-09-04 05:59:35 -07:00
12b87ee7d1
set up auth on the server + test utils
2020-09-02 23:00:16 -07:00
3c3d18d371
add auth0 for login
...
Gonna need to import our folx into it, but gosh it would be nice to not be responsible for this anymore 😬
2020-09-02 03:06:09 -07:00
c94e94538e
remove stray console.log
2020-08-19 19:12:56 -07:00
927e26385c
make light/dark mode transition smoother
2020-08-12 01:46:27 -07:00
086cf8b335
dark mode first draft!
...
Hey wow this was not so hard, just set some global styles, removed some hardcoded colors, and walked through the remaining hardcoded colors to pick a dark mode variant :) neat!!
2020-08-12 00:37:31 -07:00
8211444d67
apollo client 3 initial upgrade
...
Some bugs remaining… outfit items don't show up at first, and item search and scrolling seems _very_ weird, wearing is broken too…
2020-07-31 23:10:34 -07:00
419a270df9
upgrade to Chakra v1
...
it's a preview version, but it has a feature I want, so let's get ahead of the curve!
2020-07-20 21:32:42 -07:00
Matt Dunn-Rankin
2fc0205304
code split the two pages
2020-05-18 00:20:48 -07:00
Matt Dunn-Rankin
9c8a48a325
http caching for all color/species requests
2020-05-14 15:51:08 -07:00
Matt Dunn-Rankin
385360ef10
basic home page!
2020-05-10 00:21:04 -07:00
Matt Dunn-Rankin
f828686ac5
cache PetAppearance for quick pose switches
2020-05-02 22:37:52 -07:00
Matt Dunn-Rankin
5371cbbd4a
docs for App component
2020-04-25 23:57:11 -07:00
Matt Dunn-Rankin
01c3f1f2fa
move most of the app into a src/app subdir
...
I think the index stuff was getting too easy to confuse for app code!
2020-04-25 23:52:20 -07:00