Refactor scrolling and enhance UI accessibility.

Replaced inline JavaScript for scrolling and copy functionality with Angular methods. Introduced `ScrollService` for smooth scroll-to-top functionality and added associated styles. Removed unused `isHomePage` method and cleaned up components for better maintainability.
This commit is contained in:
2025-04-05 21:50:54 +02:00
parent c628f1e05b
commit dee84cc1a9
7 changed files with 87 additions and 10 deletions
+1 -1
View File
@@ -255,7 +255,7 @@
</div>
</div>
</section>
<a href="#top" id="scrollupbutton">
<a href="#top" id="scroll-up-button">
<span></span>
<p style="display: none;">Scroll Down</p>
</a>