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

VLC-refactor (CSS) Part 1 #843

Merged
merged 42 commits into from
Apr 19, 2021
Merged

Conversation

brenner-company
Copy link
Contributor

Referentie issue: #732 'Algemene todo: Refactor doel 2 - vlc naar auk'

Om de PR's iets makkelijker/lichter te maken zal ik componenten groeperen in een aantal delen.


Volgende componenten zijn gerefactored:

  • box
  • button
  • container
  • input
  • key-value
  • hr
  • navbar
  • panel
  • pill
  • toolbar
  • button-in-input

om VLC-componenten te refactoren en niet direct een verandering in functionaliteit/look-and-feel te veroorzaken heb ik nog enkele tijdelijke styling rules toegevoegd. Voor au-kaleidos-css kunnen die gevonden worden onder au-kaleidos-css/auk-additions.

…/732-vlc-refactor/button

# Conflicts:
#	app/styles/app.scss
#	app/styles/au-kaleidos-css/_auk-u-generic.scss
…/732-vlc-refactor/key-value

# Conflicts:
#	app/styles/app.scss
@MikiDi
Copy link
Contributor

MikiDi commented Apr 19, 2021

@brenner-company De testen kleuren allemaal groen :-) Als je de CSS sources hier terug uit haalt is deze klaar voor merge denk ik ..

@brenner-company brenner-company marked this pull request as ready for review April 19, 2021 09:14
@brenner-company
Copy link
Contributor Author

@MikiDi Aanpassingen zijn doorgevoerd (ook binnen de au-kaleidos-css package). Die mag dus gewoon gemerged worden?

break;
}
if (modifier) {
classes.push(`${baseClass}--${modifier}`);
}
}
return classes.join(' ');
return `${classes.join(' ')} auk-u-cursor-pointer`;
Copy link
Contributor

Choose a reason for hiding this comment

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

Kan je auk-u-cursor-pointer inline bijsteken in classes (l 35)?

@MikiDi MikiDi merged commit 18ad68c into development Apr 19, 2021
@MikiDi MikiDi deleted the DES/enhancement/#732-vlc-refactor branch April 19, 2021 13:27
@brenner-company brenner-company restored the DES/enhancement/#732-vlc-refactor branch April 19, 2021 13:56
@brenner-company
Copy link
Contributor Author

Omdat deze PR één deel van verscheidene is binnen de VLC-refactor zal ik dezelfde branch verder gebruiken. Niet verwijderen dus 🤞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants