Commit Graph

1374 Commits

Author SHA1 Message Date
Martina
cabcdc31ec converting data.body to body 2021-09-13 12:40:51 -07:00
Martina
b45be08ffb modified data.name to just name 2021-09-13 12:40:51 -07:00
Martina
8056862898 fixed blurhash checking 2021-09-03 13:02:00 -07:00
Martina
35e0f0481b fixed null viewer call causing 500 error 2021-09-03 12:11:08 -07:00
martinalong
fae9a136ff
Merge pull request #915 from filecoin-project/@martinalong/edits-to-nft-links
@martinalong/edits to nft links
2021-08-31 14:17:17 -07:00
Martina
9adcaf53da removed title and description from nft objects 2021-08-31 14:15:30 -07:00
Martina
467fe3e628 remove 0.5 bump on object previews 2021-08-30 19:54:08 -07:00
Martina
eb058d6112 removed 0.5 bump on objects 2021-08-30 19:52:04 -07:00
martinalong
cc509e3af7
Merge pull request #903 from filecoin-project/@martinalong/nft-specific-support
@martinalong/nft specific support
2021-08-30 19:44:07 -07:00
Martina
59c8f95cbb adaptive scaling for NFT link previews 2021-08-30 19:42:25 -07:00
Martina
48d59d3f95 added detection that something is an nft link 2021-08-30 13:51:45 -07:00
Martina
b6b17e1551 updated save link button to be more visible 2021-08-30 13:32:03 -07:00
Martina
877bf39951 updated save link button to be more visible 2021-08-30 13:14:47 -07:00
martinalong
5563574dc3
Merge pull request #895 from filecoin-project/@aminejv/new-top-nav
Update: new top navigation
2021-08-27 13:21:57 -07:00
Aminejv
f70e7ea2d2 fix(extension-integration): update id name to use browser_extension 2021-08-25 17:47:57 +01:00
Aminejv
f6982c764f feat(ApplicationUserControls): add link for my slate 2021-08-25 17:44:40 +01:00
Aminejv
fd547cba34 feat(ProfilePhoto): remove pointer 2021-08-25 17:44:08 +01:00
Aminejv
6900485e66 feat(ApplicationUserControl): add download extension button 2021-08-25 14:50:02 +01:00
Aminejv
c782fd226d fix(ApplicationUserControls): remove border-bottom 2021-08-25 14:50:02 +01:00
Aminejv
c1730f3249 feat(ApplicationHeader): add handleDismissSearch 2021-08-25 14:50:02 +01:00
Aminejv
8aba376458 feat(SearchModal): add support to initialize the query from custom event 2021-08-25 14:50:02 +01:00
Aminejv
c38f84733d feat(ApplicationUserControls): update to new styles 2021-08-25 14:50:02 +01:00
Aminejv
a45a843282 feat(PopoverNavigation): add support for children styles 2021-08-25 14:50:02 +01:00
Aminejv
d8ffba9251 feat(ApplicationHeader): fix backdrop-filter bug 2021-08-25 14:50:02 +01:00
Aminejv
40af227a32 feat(ApplicationHeader): update to new style 2021-08-25 14:50:02 +01:00
Aminejv
e0ce710e24 feat(UtilityComponents): add Show component 2021-08-25 14:50:02 +01:00
Aminejv
344bde3e17 feat(ApplicationLayout): handle header space without specificying its height 2021-08-25 14:50:02 +01:00
Aminejv
3d90ed52db feat(ProfilePhoto): add style prop 2021-08-25 14:50:02 +01:00
Aminejv
29c20418a8 feat(UtilityComponents): add Switch component 2021-08-25 14:50:02 +01:00
Martina
9110cdc313 removed collection level tags 2021-08-24 14:04:10 -07:00
Martina
b9774b4994 adding white background for iframes in case of no background links 2021-08-23 19:32:06 -07:00
Aminejv
4b3a445206 fix(Object&Collection Previews): use border property instead of box shadow for description box 2021-08-19 18:25:31 +01:00
Aminejv
4d189be97c fix(Object&Collection Previews): bump border from 0.5px to 1px 2021-08-19 17:48:02 +01:00
Aminejv
54153a5cec fix(Object&Collection Previews): fix initial height 2021-08-19 17:37:00 +01:00
Martina
9364af281a finished upload by cid and url documentation, including optional filename 2021-08-18 13:35:38 -07:00
Martina
e739e63bf7 api docs for upload by cid and url 2021-08-18 13:35:38 -07:00
Martina
10c663e7a5 api doc edits and adding google site verification file 2021-08-18 13:35:38 -07:00
Martina
2de540bc86 fix import bugs 2021-08-18 13:12:57 -07:00
Aminejv
7a23becdec feat(SceneSlate): use new private indicator 2021-08-18 08:27:53 +01:00
Aminejv
4152d9f7ac feat(CollectionSharingModal): update social interactions copy 2021-08-17 22:58:11 +01:00
Aminejv
3ad76fa24c feat(ShareModal): add dynamic preview as a todo task 2021-08-17 22:19:05 +01:00
Aminejv
13f9d4cd3b feat(ShareModal): add responsive styles 2021-08-17 22:17:53 +01:00
Aminejv
531df1cd48 fix(CollectionSharingModal): remove recipient email 2021-08-17 22:12:31 +01:00
Aminejv
61c27f2100 feat(ShareModal): add collection preview 2021-08-17 22:07:32 +01:00
Aminejv
9834b390db feat(CollectionPreviewBlock): update to use new preview 2021-08-17 22:06:12 +01:00
Aminejv
f1c1273917 feat(CollectionPreviewBlock/components/Preview): extend the component to support showing previews in the SharingModalComponent 2021-08-17 22:05:28 +01:00
Aminejv
fc22dfb1ee feat(CollectionSharingModal): build CollectionSharingModal using ShareModalPrimitive and integrate it to Application 2021-08-17 19:24:50 +01:00
Aminejv
724e8317d2 feat(ShareModalPrimitive): add ShareModalPrimitive component 2021-08-17 19:24:06 +01:00
Aminejv
2d0fb2bb16 feat(ShareButton): add ShareButton component 2021-08-17 19:23:04 +01:00
Aminejv
d27e1a8786 feat(Divider): add support for semantic colors 2021-08-17 19:22:22 +01:00