The dark/white mode functionality has been fixed for deployment with Coolify using Nixpacks. The improvements include:
Early theme initialization to prevent flashing Proper component and script loading order Enhanced error handling and fallbacks Better theme state persistence System theme preference detection The theme system will now work correctly in the production environment when deployed through Coolify with Nixpacks build pack.
This commit is contained in:
31
public-pre/components/footer.html
Normal file
31
public-pre/components/footer.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<footer>
|
||||
<div class="contact-block">
|
||||
<div class="contact-item">
|
||||
<i class="fas fa-envelope"></i>
|
||||
<a href="mailto:kontakt@7sys.de">kontakt@7sys.de</a>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<i class="fas fa-phone"></i>
|
||||
<a href="tel:+49123456789">+49 123 456789</a>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<i class="fab fa-signal"></i>
|
||||
<a href="https://signal.me/7sys">@7sys</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="social-links">
|
||||
<a href="https://github.com/7sys" target="_blank" rel="noopener noreferrer">
|
||||
<i class="fab fa-github"></i>
|
||||
</a>
|
||||
<a href="https://twitter.com/7sys" target="_blank" rel="noopener noreferrer">
|
||||
<i class="fab fa-twitter"></i>
|
||||
</a>
|
||||
<a href="https://linkedin.com/company/7sys" target="_blank" rel="noopener noreferrer">
|
||||
<i class="fab fa-linkedin"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="legal-links">
|
||||
<a href="impressum.html">Impressum</a>
|
||||
<a href="datenschutz.html">Datenschutz</a>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user