Skip to content

Commit

Permalink
feat: split tracker comparison table
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Sep 26, 2024
1 parent 8dd2f7a commit 2d3c797
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 78 deletions.
3 changes: 3 additions & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ mailcatcher
mdsvex
Metainfo
mickvandijke
mika
Multiuser
nojekyll
nologin
Expand All @@ -74,6 +75,7 @@ postbuild
postmarkapp
println
privkey
privtracker
problably
proto
Radeon
Expand All @@ -99,6 +101,7 @@ torrenting
Torrust
Torznab
Troubleshoting
Ttorrent
Tzou
usermod
valgrind
Expand Down
4 changes: 1 addition & 3 deletions src/lib/components/atoms/Table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
{#each tableData as row}
<tr>
{#each tableHeading as heading}
{#if heading.fieldName == 'site'}
<td><a href={row[heading.fieldName]}>visit</a></td>
{:else if heading.fieldName == 'demo'}
{#if ['site', 'demo', 'repo', 'useCase'].includes(heading.fieldName)}
<td><a href={row[heading.fieldName]}>visit</a></td>
{:else}
<td>{row[heading.fieldName]}</td>
Expand Down
Loading

0 comments on commit 2d3c797

Please sign in to comment.