Commit Graph

162 Commits

Author SHA1 Message Date
Martina
ad54010b94 small tweaks 2020-08-31 21:44:56 -07:00
Martina
40bc627bb1 new previews with title 2020-08-31 16:09:57 -07:00
Martina
68cf6ea7f1 refresh button 2020-08-31 11:41:32 -07:00
martinalong
37f17fa51b
Revert "Revert "In-client profiles / slates + directory tab"" 2020-08-31 11:19:46 -07:00
martinalong
6cbb8b65cb
Revert "In-client profiles / slates + directory tab" 2020-08-30 22:08:40 -07:00
Martina
0cba9195f0 code cleanup 2020-08-30 21:33:47 -07:00
Martina
3621703d44 fix for pendingTrusted bug 2020-08-30 20:49:12 -07:00
Martina
06b8df0812 debugging peer requests 2020-08-30 19:34:28 -07:00
Martina
0f980e74cd PR suggestions 2020-08-30 19:34:28 -07:00
Martina
4522e9399d finished integrating endpoints for profiles and directory 2020-08-30 19:34:28 -07:00
Martina
492600f9f9 search reformatting 2020-08-30 19:34:28 -07:00
Martina
58939bbf5c formatting profiles 2020-08-30 19:34:28 -07:00
Martina
7d7ed43c19 integrating api endpoint 2020-08-30 19:34:28 -07:00
Martina
738892d192 debugging upload undefined bug 2020-08-30 19:34:28 -07:00
Martina
cf631f9956 commit 2020-08-30 19:34:28 -07:00
Martina
26f5904793 moved slate preview into separate component 2020-08-30 19:34:28 -07:00
Martina
6deff95d7c rebase 2020-08-30 19:34:28 -07:00
jimmylee
c5aba0524b nextjs: catches all warnings with export default 2020-08-30 13:31:09 -07:00
jimmylee
d387be15b0 teaser: pre-launch teaser 2020-08-29 19:33:34 -07:00
@wwwjim
f3c85f9cc3 video: fixes playing video with safari 2020-08-28 17:27:18 -07:00
@wwwjim
b031a08c49 artwork: updates artwork for Slate with contributions from Jason Yuan, credits Ryan Prudhomme 2020-08-28 01:50:45 -07:00
@wwwjim
a0082a7be5 sidebar: stubs out filecoin archive feature 2020-08-27 23:57:04 -07:00
@wwwjim
40cecb363e slate-media-object: leaving a note to investigate some of this URL restructuring that is causing this undefined CID bug 2020-08-27 21:42:55 -07:00
Martina
10de585947 spotlight-search 2020-08-27 16:52:49 -07:00
@wwwjim
44d5458d3f strings: supports username mentions and slate mentions and links in text 2020-08-26 23:03:30 -07:00
@wwwjim
448bc104aa cleanup: scrap code 2020-08-26 21:47:43 -07:00
@wwwjim
77660cbb04 carousel: when an input is focused, don't trigger global keydown event callback 2020-08-26 21:41:30 -07:00
@wwwjim
03bd8adda9 mobile: updates onClick to onMouseUp and onTouchEnd 2020-08-26 21:27:50 -07:00
@wwwjim
ab15d09572 slates: deeplinking 2020-08-26 21:24:49 -07:00
@wwwjim
3eca7e8946 fixes + icon adding 2020-08-26 16:24:43 -07:00
@wwwjim
b76d7735dc trust: adds pending trust requests and verification step, completes integration example 2020-08-26 03:03:39 -07:00
@wwwjim
db977b42bd slate: adjusts header measurements 2020-08-26 01:11:13 -07:00
@wwwjim
a6569f8dfb navigation: fixes navigation expand and collapse 2020-08-26 01:08:17 -07:00
tarafanlin
602cd36ee1 marketing pages: landing page incorporating Haris' copy + mobile styling fix 2020-08-25 22:49:28 -07:00
tarafanlin
60b62ab144 first draft of landing page 2020-08-25 22:49:27 -07:00
CAKE
0073b7cfe7
Merge pull request #183 from filecoin-project/@martinalong/misc-style-changes
Misc style improvements
2020-08-25 21:42:27 -07:00
CAKE
88c3e84b5a
Merge pull request #182 from filecoin-project/@harisbutt/ui-cleanup
itty bitty ui tweaks
2020-08-25 21:17:06 -07:00
probablyharis
c87e37d3b3 itty bitty ui tweaks 2020-08-25 21:13:50 -07:00
Martina
8e432232c0 made sidebar position absolute 2020-08-25 21:13:06 -07:00
Martina
feed11bab5 slates use real name instead of slug + application header font size 2020-08-25 21:13:06 -07:00
@wwwjim
0af4431bd3 integration: example subscribe and unsubscribe endpoints with ui example 2020-08-25 20:13:06 -07:00
@wwwjim
785cecaeb6 viewer: adds trusted relationships, subscriptions, and activity to the viewer model 2020-08-25 15:24:01 -07:00
@wwwjim
1b4168e48f slate-media-object-preview: extra console log 2020-08-25 14:27:17 -07:00
@wwwjim
6196f3a568 slate: consistency adjustments for constants 2020-08-25 13:09:08 -07:00
@wwwjim
0ed8cd6df5 hotfix: to catch an undefined case appearing in URLs 2020-08-25 11:39:14 -07:00
@wwwjim
7f93d7ceb0 data-view: fixes preview and generates url in create-carousel component 2020-08-25 11:25:26 -07:00
@wwwjim
75965cefe2 slates: fixes exception thrown when deleting a slate 2020-08-25 11:12:56 -07:00
@wwwjim
5d682fd1ef gateways: adds getCIDGatewayURL to strings 2020-08-25 11:08:42 -07:00
Andrew Hill
d5a3447dad
feat(api): skip ipfs subdomain redirect
Signed-off-by: Andrew Hill <andrew@textile.io>
2020-08-25 10:46:41 -07:00
CAKE
2fb22bdc41
Merge pull request #177 from filecoin-project/@jimmylee/updates
@jimmylee/updates
2020-08-24 23:46:49 -07:00