Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ vue-dot: Add dark mode to FooterBar #2525

Merged
merged 8 commits into from Mar 10, 2023
Merged

✨ vue-dot: Add dark mode to FooterBar #2525

merged 8 commits into from Mar 10, 2023

Conversation

DavidFyon
Copy link
Contributor

@DavidFyon DavidFyon commented Feb 13, 2023

Description

Add dark grey mode on Footer

Capture d’écran 2023-02-23 à 11 29 11

Fixes #2544

Playground

<template>
	<PageContainer>
		<FooterBar dark />
	</PageContainer>
</template>

<script lang="ts">
	import Vue from 'vue';
	import Component from 'vue-class-component';

	@Component
	export default class Playground extends Vue {}
</script>

Type de changement

  • Nouvelle fonctionnalité
  • Documentation
  • Ce changement nécessite une mise à jour de la documentation

Checklist

  • Ma Pull Request pointe vers la bonne branche
  • Mon code suit le style de code du projet
  • J'ai effectué une review de mon propre code
  • J'ai commenté mon code, en particulier dans les parties difficiles à comprendre
  • J'ai apporté les modifications correspondantes à la documentation
  • Mes modifications ne génèrent aucun nouveau warning
  • J'ai ajouté des tests qui prouvent que mon correctif est efficace ou que ma fonctionnalité fonctionne
  • Les tests unitaires passent localement avec mes modifications
  • J'ai mis à jour le fichier Changelog

@DavidFyon DavidFyon self-assigned this Feb 13, 2023
@codecov
Copy link

codecov bot commented Feb 13, 2023

Codecov Report

Merging #2525 (f2d2590) into dev (091d703) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               dev     #2525   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          214       214           
  Lines         1312      1312           
  Branches       165       165           
=========================================
  Hits          1312      1312           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@DavidFyon DavidFyon added the P1 label Mar 1, 2023
@christopheGaon christopheGaon added this to the 2.9.0 milestone Mar 8, 2023
Copy link
Contributor

@christopheGaon christopheGaon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

je ne comprends pas l idée de pouvoir forcer le dark mode sur un composant.
Il faudrait avoir cette reflexion d ans un cadre plus large , mais l idée est la et valide

y a t il des tests pour le dark mode ?

@DavidFyon
Copy link
Contributor Author

je ne comprends pas l idée de pouvoir forcer le dark mode sur un composant. Il faudrait avoir cette reflexion d ans un cadre plus large , mais l idée est la et valide

y a t il des tests pour le dark mode ?

c'est une demande spécifique du P1 qui souhaite avoir un Footer gris foncé / texte blanc pour Améli
@Julien-Baylac à travaillé sur un dark mode plus général

packages/docs/src/data/api/footer-bar.ts Outdated Show resolved Hide resolved
packages/docs/src/data/api/footer-bar.ts Outdated Show resolved Hide resolved
packages/vue-dot/src/patterns/FooterBar/FooterBar.vue Outdated Show resolved Hide resolved
packages/vue-dot/src/patterns/FooterBar/FooterBar.vue Outdated Show resolved Hide resolved
packages/vue-dot/src/patterns/FooterBar/FooterBar.vue Outdated Show resolved Hide resolved
packages/vue-dot/src/patterns/FooterBar/FooterBar.vue Outdated Show resolved Hide resolved
@deraw deraw changed the title Feat/footer dark ✨ vue-dot: Add dark mode to FooterBar Mar 9, 2023
@DavidFyon DavidFyon removed the request for review from Julien-Baylac March 10, 2023 10:06
@DavidFyon DavidFyon requested a review from deraw March 10, 2023 10:20
@deraw deraw merged commit a39bb20 into dev Mar 10, 2023
2 checks passed
@deraw deraw deleted the Feat/footer-dark branch March 10, 2023 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FooterBar - Ajouter les options de couleur
3 participants