Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Add expand, collapse, expand all and collapse all buttons
Merged rudolfs opened 1 year ago

check check-e2e

πŸ‘‰ Workflow runs πŸ‘‰ Branch on GitHub

rudolfs opened with revision 0e925a7a on base ea43ffd4 +81 -8 1 year ago

check check-e2e

πŸ‘‰ Workflow runs πŸ‘‰ Branch on GitHub

rudolfs pushed revision 2 81c13d10 on base ea43ffd4 +106 -15 1 year ago

Style file header more nicely

  • show added, deleted, moved, copied as colorful badges
  • highlight the filename part of the path and make the path subdued
rudolfs pushed revision 3 50244410 on base 557e96f9 +106 -15 1 year ago

Rebase.

rudolfs pushed revision 4 7fea3902 on base 557e96f9 +117 -23 1 year ago

Move Expand/Collapse all button to header

rudolfs pushed revision 5 a4bd91d8 on base 557e96f9 +120 -23 1 year ago

Hide the β€œExpand/Collapse all” button when the entire section is collapsed.

rudolfs commented on revision 1 1 year ago

This is ready for review @sebastinez.

did:key:z6MkkfM3...sVz5 reviewed 1 year ago

Seems to work fine and great addition.

Could we maybe change the imports in File.svelte to be more similar to the rest?

diff --git a/src/components/File.svelte b/src/components/File.svelte
index 8c10754..6d67332 100644
--- a/src/components/File.svelte
+++ b/src/components/File.svelte
@@ -1,5 +1,8 @@
 <script lang="ts">
-  import { tick, type Snippet } from "svelte";
+  import type { Snippet } from "svelte";
+
+  import { tick } from "svelte";
+
   import Icon from "./Icon.svelte";
   import NakedButton from "./NakedButton.svelte";
 
rudolfs pushed revision 6 1d5371ef on base c4bef0e9 +120 -23 1 year ago

Rebase.

rudolfs pushed revision 7 bc369d85 on base c4bef0e9 +122 -22 1 year ago

Rebase.

rudolfs merged revision bc369d85 at 924130ce 1 year ago
rudolfs commented on revision 7 1 year ago

I applied the diff you suggested @sebastinez.