diff --git a/src/lib/components/molecules/Project.svelte b/src/lib/components/molecules/Project.svelte new file mode 100644 index 0000000..379b928 --- /dev/null +++ b/src/lib/components/molecules/Project.svelte @@ -0,0 +1,83 @@ + + + + +
+ +
+ +
+ + {following.name} + +
    + {#each collaborators as member} +
  • +
    + +
    +
  • + {/each} +
+
+ + +
+ {following.summary} +
+ +
+
+ +
+ +
+ + + +
+ +
Updated somewhen
+
+
diff --git a/src/lib/components/templates/Profile.svelte b/src/lib/components/templates/Profile.svelte index a29f4a3..a884094 100644 --- a/src/lib/components/templates/Profile.svelte +++ b/src/lib/components/templates/Profile.svelte @@ -13,20 +13,13 @@ You should have received a copy of the GNU Affero General Public License along w @@ -107,52 +105,14 @@ You should have received a copy of the GNU Affero General Public License along w {#each data.user.followingsMap as following} {#if following.type === 'Project'}
  • -
    - -
    - -
    - - {following.name} - -
      - {#each mapCollaboratorsToMember(data.user.collaboratorsMap, following.id) as member} -
    • -
      - -
      -
    • - {/each} -
    -
    - - -
    - {following.summary} -
    - -
    -
    - -
    - -
    - - - -
    - -
    Updated somewhen
    -
    -
    +
  • {/if} {/each}