Conversation
* Update copyright year to 2026 in bio.html * Update copyright year to 2026 in contact.html * Update copyright year from 2025 to 2026 * Update copyright year to 2026 * Update copyright year to 2026 * Update copyright year to 2026 in shop.html * Update bio.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update index.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update shop.html Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
|
✅ Deploy Preview for whimsical-kitsune-85066d ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Summary of ChangesHello @DavidKRK, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on ensuring the copyright information across the website is current. It systematically updates the copyright year from 2025 to 2026 in several HTML files. Additionally, for a subset of these files, the hardcoded year has been replaced with a dynamic placeholder, preparing the groundwork for an automated solution to keep the copyright year perpetually up-to-date. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Code Review
Cette pull request vise à mettre à jour l'année du copyright à 2026 sur plusieurs pages. J'ai remarqué une incohérence dans l'approche : certaines pages utilisent une balise <span> vide pour l'année, tandis que d'autres la mettent à jour en dur. L'utilisation d'une balise <span> vide sans script JavaScript pour la remplir entraîne un affichage incorrect de l'année de copyright sur ces pages. De plus, il serait préférable d'uniformiser la méthode de mise à jour de l'année pour faciliter la maintenance future.
| <a href="mailto:davidkrkofficial@gmail.com?subject=Contact%20from%20Website" class="hover:text-[var(--primary-color)] transition-colors footer-contact-link">CONTACT | BOOKING | REMIX</a> | ||
| </div> | ||
| <p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p> | ||
| <p class="text-sm opacity-70">© <span id="copyright-year"></span> David KRK. All Rights Reserved</p> |
There was a problem hiding this comment.
La balise <span> avec l'ID copyright-year est actuellement vide. Sans un script JavaScript pour la remplir, l'année de copyright ne sera pas affichée sur cette page, ce qui constitue un bug visuel. Pour corriger cela immédiatement tout en conservant la possibilité d'une mise à jour dynamique future, veuillez inclure l'année 2026 à l'intérieur de la balise <span>.
| <p class="text-sm opacity-70">© <span id="copyright-year"></span> David KRK. All Rights Reserved</p> | |
| <p class="text-sm opacity-70">© <span id="copyright-year">2026</span> David KRK. All Rights Reserved</p> |
| </div> | ||
|
|
||
| <p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p> | ||
| <p class="text-sm opacity-70">© <span id="copyright-year"></span> David KRK. All Rights Reserved</p> |
There was a problem hiding this comment.
La balise <span> avec l'ID copyright-year est actuellement vide. Sans un script JavaScript pour la remplir, l'année de copyright ne sera pas affichée sur cette page, ce qui constitue un bug visuel. Pour corriger cela immédiatement tout en conservant la possibilité d'une mise à jour dynamique future, veuillez inclure l'année 2026 à l'intérieur de la balise <span>.
| <p class="text-sm opacity-70">© <span id="copyright-year"></span> David KRK. All Rights Reserved</p> | |
| <p class="text-sm opacity-70">© <span id="copyright-year">2026</span> David KRK. All Rights Reserved</p> |
| </div> | ||
|
|
||
| <p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p> | ||
| <p class="text-sm opacity-70">© <span id="copyright-year"></span> David KRK. All Rights Reserved</p> |
There was a problem hiding this comment.
La balise <span> avec l'ID copyright-year est actuellement vide. Sans un script JavaScript pour la remplir, l'année de copyright ne sera pas affichée sur cette page, ce qui constitue un bug visuel. Pour corriger cela immédiatement tout en conservant la possibilité d'une mise à jour dynamique future, veuillez inclure l'année 2026 à l'intérieur de la balise <span>.
| <p class="text-sm opacity-70">© <span id="copyright-year"></span> David KRK. All Rights Reserved</p> | |
| <p class="text-sm opacity-70">© <span id="copyright-year">2026</span> David KRK. All Rights Reserved</p> |
| </div> | ||
|
|
||
| <p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p> | ||
| <p class="text-sm opacity-70">© 2026 David KRK. All Rights Reserved</p> |
There was a problem hiding this comment.
L'année de copyright est mise à jour en dur à '2026' sur cette page. Pour une meilleure maintenabilité et cohérence avec d'autres pages qui utilisent une balise <span> (comme bio.html ou index.html), il serait préférable d'adopter une approche similaire. Cela permettrait une mise à jour dynamique de l'année via JavaScript à l'avenir, évitant ainsi des modifications manuelles chaque année. Veuillez inclure l'année 2026 à l'intérieur de la balise <span> pour une uniformité et une future extensibilité.
| <p class="text-sm opacity-70">© 2026 David KRK. All Rights Reserved</p> | |
| <p class="text-sm opacity-70">© <span id="copyright-year">2026</span> David KRK. All Rights Reserved</p> |
| </div> | ||
|
|
||
| <p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p> | ||
| <p class="text-sm opacity-70">© 2026 David KRK. All Rights Reserved</p> |
There was a problem hiding this comment.
L'année de copyright est mise à jour en dur à '2026' sur cette page. Pour une meilleure maintenabilité et cohérence avec d'autres pages qui utilisent une balise <span> (comme bio.html ou index.html), il serait préférable d'adopter une approche similaire. Cela permettrait une mise à jour dynamique de l'année via JavaScript à l'avenir, évitant ainsi des modifications manuelles chaque année. Veuillez inclure l'année 2026 à l'intérieur de la balise <span> pour une uniformité et une future extensibilité.
| <p class="text-sm opacity-70">© 2026 David KRK. All Rights Reserved</p> | |
| <p class="text-sm opacity-70">© <span id="copyright-year">2026</span> David KRK. All Rights Reserved</p> |
| </div> | ||
|
|
||
| <p class="text-sm opacity-70">© 2025 David KRK. All Rights Reserved</p> | ||
| <p class="text-sm opacity-70">© 2026 David KRK. All Rights Reserved</p> |
There was a problem hiding this comment.
L'année de copyright est mise à jour en dur à '2026' sur cette page. Pour une meilleure maintenabilité et cohérence avec d'autres pages qui utilisent une balise <span> (comme bio.html ou index.html), il serait préférable d'adopter une approche similaire. Cela permettrait une mise à jour dynamique de l'année via JavaScript à l'avenir, évitant ainsi des modifications manuelles chaque année. Veuillez inclure l'année 2026 à l'intérieur de la balise <span> pour une uniformité et une future extensibilité.
| <p class="text-sm opacity-70">© 2026 David KRK. All Rights Reserved</p> | |
| <p class="text-sm opacity-70">© <span id="copyright-year">2026</span> David KRK. All Rights Reserved</p> |
Update copyright year to 2026 in bio.html
Update copyright year to 2026 in contact.html
Update copyright year from 2025 to 2026
Update copyright year to 2026
Update copyright year to 2026
Update copyright year to 2026 in shop.html
Update bio.html
Update index.html
Update shop.html
name: Pull Request
about: Proposer un changement au projet
title: ''
labels: ''
assignees: ''
Description des changements
(Décrivez ici les changements que vous proposez.)
Issue liée
(Lien vers l'issue correspondante, s'il y en a une. Par exemple : "Closes #123")
Informations supplémentaires
(Ajoutez ici tout autre contexte ou capture d'écran concernant la pull request.)