-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(frontend): remove about what modal (#3097)
# Motivation As part of #3096 the info modals are unified. First step is to remove the about what modal. # Changes - Remove all references and usages of about what modal including tests # Tests - Removed tests for about what modal ![image](https://github.com/user-attachments/assets/9e905d02-59c6-4a1d-867b-bbcdda5c7371) ![image](https://github.com/user-attachments/assets/156ed596-9353-45dc-8121-ab0f1c5ab16d) ![image](https://github.com/user-attachments/assets/440b8ac9-ed0b-4de9-a886-5ff8e39b7fa2) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a7f17df
commit 8442dc5
Showing
19 changed files
with
4 additions
and
148 deletions.
There are no files selected for viewing
Binary file modified
BIN
+4.73 KB
(100%)
...odal.spec.ts-snapshots/should-display-about-how-modal-1-Google-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-179 KB
...dal.spec.ts-snapshots/should-display-about-what-modal-1-Google-Chrome-linux.png
Binary file not shown.
Binary file modified
BIN
-396 Bytes
(100%)
...snapshots/should-display-homepage-in-logged-out-state-1-Google-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
src/frontend/src/lib/components/hero/about/AboutWhat.svelte
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
src/frontend/src/lib/components/hero/about/AboutWhatModal.svelte
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/frontend/src/lib/components/icons/lucide/IconStar.svelte
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
<script lang="ts"> | ||
import AboutHow from '$lib/components/hero/about/AboutHow.svelte'; | ||
import AboutWhat from '$lib/components/hero/about/AboutWhat.svelte'; | ||
import ChangelogLink from '$lib/components/navigation/ChangelogLink.svelte'; | ||
</script> | ||
|
||
<div class="box-content flex w-full flex-col gap-5 py-3"> | ||
<AboutHow asMenuItem /> | ||
|
||
<AboutWhat asMenuItem /> | ||
|
||
<ChangelogLink /> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters