Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Add Check for Update button into sidebar
Merged did:key:z6MkkfM3...sVz5 opened 10 months ago
did:key:z6MkkfM3...sVz5 opened with revision 2e0b746a on base 3e8d63fb +157 -10 10 months ago
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #980 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/523
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #980 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/523
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #980 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/523
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #980 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/523
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #980 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/523
did:key:z6Mki4CG...o5Zr commented on revision 1 10 months ago

Woodpecker pipeline #980 completed with status: failure. ❌

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/523
did:key:z6MkkfM3...sVz5 pushed revision 2 d968d579 on base 3e8d63fb +173 -16 10 months ago

Make use of blue border for telling users about new update

did:key:z6Mki4CG...o5Zr commented on revision 2 10 months ago

Woodpecker pipeline #1015 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/535
did:key:z6Mki4CG...o5Zr commented on revision 2 10 months ago

Woodpecker pipeline #1015 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/535
did:key:z6Mki4CG...o5Zr commented on revision 2 10 months ago

Woodpecker pipeline #1015 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/535
did:key:z6Mki4CG...o5Zr commented on revision 2 10 months ago

Woodpecker pipeline #1015 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/535
did:key:z6Mki4CG...o5Zr commented on revision 2 10 months ago

Woodpecker pipeline #1015 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/535
did:key:z6Mki4CG...o5Zr commented on revision 2 10 months ago

Woodpecker pipeline #1015 completed with status: failure. ❌

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/535
did:key:z6MkkfM3...sVz5 pushed revision 3 af105620 on base 3e8d63fb +173 -16 10 months ago

Move await version into check_version fn

did:key:z6Mki4CG...o5Zr commented on revision 3 10 months ago

Woodpecker pipeline #1016 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/536
did:key:z6Mki4CG...o5Zr commented on revision 3 10 months ago

Woodpecker pipeline #1016 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/536
did:key:z6Mki4CG...o5Zr commented on revision 3 10 months ago

Woodpecker pipeline #1016 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/536
did:key:z6Mki4CG...o5Zr commented on revision 3 10 months ago

Woodpecker pipeline #1016 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/536
did:key:z6Mki4CG...o5Zr commented on revision 3 10 months ago

Woodpecker pipeline #1016 current status: created. ⏳

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/536
did:key:z6Mki4CG...o5Zr commented on revision 3 10 months ago

Woodpecker pipeline #1016 completed with status: success. ✅

  • Details: https://woodpecker.radworks.garden/repos/6/pipeline/536
rudolfs reviewed · 4 comments 10 months ago

Now I’m thinking: could we also check for updates on app-start? At the moment we only check if you open the settings popover, right?

Could we apply this?

diff --git a/src/components/GuideButton.svelte b/src/components/GuideButton.svelte
index 5479728..3b52a28 100644
--- a/src/components/GuideButton.svelte
+++ b/src/components/GuideButton.svelte
@@ -99,7 +99,8 @@
           you can share this with anyone to find you on the network.
         </div>
         <div class="txt-small" style:margin-top="1rem">
-          We release new versions of the app every two weeks. Head over to the
+          We release a new version of the app every two weeks. To stay up to
+          date, go to
           <button
             class="txt-small"
             onclick={async () => {
@@ -109,9 +110,9 @@
               await sleep(1);
               settingsButton?.click();
             }}>
-            settings
+            Settings
           </button>
-          if you'd like to receive notifications about these updates.
+          and enable 'Check for updates' to receive notifications about new releases.
         </div>
         <div class="spacer"></div>
         {#if radicleInstalled() || $nodeRunning}

did:key:z6MkkfM3...sVz5 pushed revision 4 2ef4033e on base 17586953 +228 -24 10 months ago

Adapt check for update to upstream implementation

did:key:z6MkkfM3...sVz5 pushed revision 5 f830e4e9 on base 17586953 +229 -24 10 months ago

Apply text suggestion by rudolfs to GuideButton

did:key:z6MkkfM3...sVz5 pushed revision 6 83f29759 on base 17586953 +227 -24 10 months ago

Remove stray console.log sort imports

rudolfs accepted 10 months ago

Nice work!

rudolfs merged revision 83f29759 at 641b809d 10 months ago