Skip to content

Commit

Permalink
Removed unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
IamSTEINI committed Aug 2, 2024
1 parent 0bb856a commit d4d4af9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions src/app/components/activity-card/activity-card.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@
class="text-xl font-bold w-full mr-2 overflow-hidden max-w-[330px] overflow-ellipsis h-fit text-nowrap">
{{ activity?.name || "No name provided" }}
</h1>
<!-- <div
class="min-w-16 max-w-16 min-h-7 max-h-7 p-2 rounded-md bg-slate-100 flex flex-row justify-start items-center">
<span class="w-full overflow-hidden overflow-ellipsis font-semibold">{{
activity?.rating || "0,0"
}}</span>
<i
class="bi bi-star-fill text-xl w-full min-w-[20px] text-center text-blue-700"></i>
</div> -->
<!-- TODO: add later with rating feature -->
</div>

<div
Expand Down
9 changes: 0 additions & 9 deletions src/app/components/feed-settings/feed-settings.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,4 @@
<i class="bi bi-filter-left"></i>
<span class="ml-2">Filter</span>
</div>
<!-- <div class="p-2 rounded-md bg-slate-100 cursor-pointer transition-all ease-in duration-75 hover:bg-slate-200 select-none">
<i class="bi bi-geo-fill"></i>
<span class="ml-2">Near you</span>
</div> -->
<!-- <div class="p-2 rounded-md bg-slate-100 cursor-pointer transition-all ease-in duration-75 hover:bg-slate-200 select-none">
<i class="bi bi-bookmark-fill"></i>
<span class="ml-2">Saved</span>
</div> -->
<!-- TODO: future settings -->
</div>

0 comments on commit d4d4af9

Please sign in to comment.