From fb293b2e94d9e629ada41844af1d5f216528f656 Mon Sep 17 00:00:00 2001 From: Esteban Abaroa Date: Fri, 11 Aug 2023 19:52:34 +0000 Subject: [PATCH 1/2] make sure mac ipfs executable is executable --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3494400f..d6989a04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 16 - run: yarn install --frozen-lockfile - # make sure the ipfs executable is executable (linux only) + # make sure the ipfs executable is executable - run: node electron/downloadIpfs && sudo chmod +x bin/linux/ipfs - run: CI='' yarn build - run: yarn electron:build:linux @@ -46,6 +46,8 @@ jobs: with: node-version: 16 - run: yarn install --frozen-lockfile + # make sure the ipfs executable is executable + - run: node electron/downloadIpfs && sudo chmod +x bin/mac/ipfs - run: CI='' yarn build - run: yarn electron:build:mac - run: ls dist From ceb3d55f31c7f1d938bd5514d6f7c0fa24e3439e Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sat, 12 Aug 2023 16:54:10 +0200 Subject: [PATCH 2/2] remove wrapper for webpage link without thumbnail --- src/components/views/All.jsx | 8 ++++---- src/components/views/Board.jsx | 10 +++++----- src/components/views/Subscriptions.jsx | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/views/All.jsx b/src/components/views/All.jsx index 47072883..b09e92f9 100755 --- a/src/components/views/All.jsx +++ b/src/components/views/All.jsx @@ -756,7 +756,7 @@ const All = () => { )} {commentMediaInfo?.type === "webpage" ? (
- + {thread.thumbnailUrl ? ( {commentMediaInfo.type} {
{replyMediaInfo?.type === "webpage" ? (
- + {reply.thumbnailUrl ? ( {replyMediaInfo.type} { {commentMediaInfo?.url ? ( commentMediaInfo.type === "webpage" ? (
- + {thread.thumbnailUrl ? ( thumbnail { {replyMediaInfo?.url ? ( replyMediaInfo.type === "webpage" ? (
- + {reply.thumbnailUrl ? ( thumbnail { )} {commentMediaInfo?.type === "webpage" ? (
- + {thread.thumbnailUrl ? ( {commentMediaInfo.type} {
) : null} {commentMediaInfo?.type === "audio" ? ( - +
{replyMediaInfo?.type === "webpage" ? (
- + {reply.thumbnailUrl ? ( {replyMediaInfo.type} { {commentMediaInfo?.url ? ( commentMediaInfo.type === "webpage" ? (
- + {thread.thumbnailUrl ? ( thumbnail { {replyMediaInfo?.url ? ( replyMediaInfo.type === "webpage" ? (
- + {reply.thumbnailUrl ? ( thumbnail { )} {commentMediaInfo?.type === "webpage" ? (
- + {thread.thumbnailUrl ? ( {commentMediaInfo.type} {
{replyMediaInfo?.type === "webpage" ? (
- + {reply.thumbnailUrl ? ( {replyMediaInfo.type} { {commentMediaInfo?.url ? ( commentMediaInfo.type === "webpage" ? (
- + {thread.thumbnailUrl ? ( thumbnail { {replyMediaInfo?.url ? ( replyMediaInfo.type === "webpage" ? (
- + {reply.thumbnailUrl ? (