Commit Graph

122 Commits

Author SHA1 Message Date
@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
@wwwjim
5542f76888 slate: cleans up state, guarantees JSON response from endpoints, updates server code 2020-08-24 23:46:02 -07:00
@wwwjim
30ceafebd3 slate: update zindex for actions menu 2020-08-24 22:31:35 -07:00
@wwwjim
4bdd4c3b5b slate: updates save layout states 2020-08-24 22:11:47 -07:00
@wwwjim
238a12f6eb slates: when opening a sidebar, positioning the actions buttons correctly 2020-08-24 22:05:28 -07:00
probablyharis
7e6de8b986 updates to nav 2020-08-24 19:31:42 -07:00
jimmylee
719bb49cb6 powergate: removes powergate temporarily 2020-08-23 23:32:26 -07:00
jimmylee
59620f60e8 authentication: actually catch the error when the viewer model fails to initialize 2020-08-23 22:59:37 -07:00
jimmylee
c8824c7f14 slate: test of binding slate descriptions 2020-08-23 17:28:51 -07:00
jimmylee
f2f29a7fa4 slate: fixes issue with adding images to slates 2020-08-23 13:09:38 -07:00
jimmylee
a21158aba1 slate: fixes idle state reset 2020-08-23 11:18:34 -07:00
@wwwjim
f605d364a2 grid: proof of concept 2020-08-22 18:23:25 -07:00
@wwwjim
8fab95d691 slates: lands drag and drop concept 2020-08-22 02:32:40 -07:00
@wwwjim
94c8508f54 uploads: ensure loading state cancel on failed upload 2020-08-22 00:09:23 -07:00
@wwwjim
d6ebcbde9b slate: keeps positioning and UI aligned 2020-08-21 22:54:00 -07:00
@wwwjim
71dcb58a1b profiles: adds user bios 2020-08-21 22:45:50 -07:00
@wwwjim
ed00d86455 slate-scenes: unifies section headers 2020-08-21 21:25:34 -07:00
CAKE
eb3fbecea0
Merge branch 'main' into @gndcloud/marketing-site 2020-08-21 18:46:30 -07:00
@wwwjim
c7f85a67c2 slate-nav: perfecting some measurements 2020-08-21 16:36:14 -07:00
tarafanlin
98528dc250 test marketing page 2020-08-21 16:16:28 -07:00
@wwwjim
0ae9d5a30f slate-sidebar: guarantee scroll container 2020-08-21 01:03:15 -07:00
@wwwjim
7f4971aafb slate: adds missing pre-wrap and overflow-wrap rules 2020-08-21 00:57:52 -07:00
jimmylee
0574001378 slate: captures remaining cases with slate previews 2020-08-21 00:42:29 -07:00
jimmylee
5cc8775941 media: fixes delete 2020-08-21 00:11:42 -07:00
jimmylee
8cfa9bd874 slate: adds the capability to add metadata to slate objects 2020-08-21 00:07:39 -07:00
jimmylee
342785352c slate-media-object: renames MediaObject to SlateMediaObject, fixes slate switching issues 2020-08-20 13:33:08 -07:00
@wwwjim
794bd14b3c cleanup: dead code elimination and prettier 2020-08-19 22:45:43 -07:00
@wwwjim
b836735d82 file-utilities: adds reusable upload method 2020-08-19 22:29:37 -07:00
@wwwjim
63e8abaf89 experience page: updates experience page with SVG in use 2020-08-18 12:51:16 -07:00
@wwwjim
215d341b67 navigation: updates fields, reorders props 2020-08-18 12:43:41 -07:00
@wwwjim
b483b4a7f3 scenes: adds placeholder directory scene 2020-08-18 12:41:41 -07:00
@wwwjim
cb4f881898 navigation: removes integer based navigation and replaces with unique string name, useful for feature flags and alternate scene versions 2020-08-18 12:28:33 -07:00
jimmylee
2c3b9d557e uploads: supports heic conversions 2020-08-16 22:15:56 -07:00
jimmylee
4fbc22b329 uploads: accurate progress bars with file size 2020-08-16 21:49:50 -07:00
tarafanlin
41153e9a25 footer animation draft + confetti commented out in open source section 2020-08-16 17:28:41 -07:00
jimmylee
153079a393 react-tippy: removed from the codebase 2020-08-15 18:39:00 -07:00
jimmylee
91f52e7ada uploads: captures error states more accurately 2020-08-15 18:32:38 -07:00
jimmylee
9ad4f7bfce uploads: multi-file uploads now supported 2020-08-15 15:38:09 -07:00
jimmylee
5e7efc19b9 uploads: shares gradient with loader, removes unused fetch strategies 2020-08-14 19:18:55 -07:00
jimmylee
418d26bf8f file uploads: no longer users a library, just raw XHR, adds file loading to the UI 2020-08-14 19:08:17 -07:00
tarafanlin
cce1988e3a updating mobile footer 2020-08-14 09:30:10 -07:00