Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viewing room list cards #3457

Merged
merged 30 commits into from
Jul 13, 2020
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8fdd1b2
🤯
pvinis Jun 11, 2020
383d322
use aspectRatio
pvinis Jun 15, 2020
89fa5dd
add slug
pvinis Jun 15, 2020
79e9c95
adding images
pvinis Jun 15, 2020
9fcfa41
remove unused file :(
pvinis Jun 15, 2020
ee7a74e
some work on the small cards
pvinis Jun 15, 2020
409e7e5
small and medium done, no tags yet
pvinis Jun 16, 2020
4cabf16
large done too, also borderradius on s and m
pvinis Jun 16, 2020
e151426
adding tag and a temporary "status" until we have the backend parts
pvinis Jun 17, 2020
2e3fa9c
changelog
pvinis Jun 17, 2020
f708e4f
Merge branch 'master' into viewing-room-list-ui
pvinis Jun 17, 2020
f78e1aa
fix changelog
pvinis Jun 17, 2020
1424238
lol thanks autocomplete
pvinis Jun 17, 2020
e19649a
remove cards from eigen
pvinis Jun 26, 2020
232813c
upgrades
pvinis Jun 30, 2020
857a69e
support relay hooks
pvinis Jul 6, 2020
e9e0e49
working, with broken types
pvinis Jul 6, 2020
cecf5e1
working
pvinis Jul 7, 2020
fa86f1e
trying to fix tests
pvinis Jul 7, 2020
83a1676
Merge branch 'master' into viewing-room-list-ui
pvinis Jul 7, 2020
1aad7c3
fix type-check things
pvinis Jul 7, 2020
f8e262d
remove random dep
pvinis Jul 7, 2020
ba41630
Merge branch 'master' into viewing-room-list-ui
pvinis Jul 8, 2020
2255450
some tests
pvinis Jul 8, 2020
e7ce17b
fix pagination to run when we need it, and remove scrollview so flatl…
pvinis Jul 8, 2020
7c5b9f2
Merge branch 'master' into viewing-room-list-ui
pvinis Jul 8, 2020
df9f3e2
update palette for fresh cards
pvinis Jul 8, 2020
dbdc3da
Merge branch 'master' into viewing-room-list-ui
pvinis Jul 13, 2020
d2a8bb6
up to speed
pvinis Jul 13, 2020
62b7277
fix types
pvinis Jul 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ upcoming:
version: 6.4.8
date: TBD
dev:
- create extractNodes helper for dealing with connections
- Create extractNodes helper for dealing with connections
- Rewrite selected tab bridge to push tab to react on tap - pepopowitz
- Track a screenview when the Sell tab is visited - pepopowitz
- Add viewing room cards - pavlos
- Remove storyLoader unused file - pavlos
user_facing:
- Adds Notable Work rail to Artist pages - ashley

Expand Down
121 changes: 118 additions & 3 deletions src/__generated__/ViewingRoomsListItem_item.graphql.ts

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

139 changes: 134 additions & 5 deletions src/__generated__/ViewingRoomsListQuery.graphql.ts

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

Loading