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

refactor(card): add common file and ionic test #29724

Closed
wants to merge 6 commits into from
Closed

Conversation

thetaPC
Copy link
Contributor

@thetaPC thetaPC commented Jul 19, 2024

Issue number: N/A


What is the current behavior?

The file style structure for card does not follow the new structure containing the common styles.

What is the new behavior?

  • Split the files into common and native for styles.
  • Added the ionic theme to the basic test.
  • Forced the ionic test page to always be set to ionic.

Does this introduce a breaking change?

  • Yes
  • No

Other information

Preview

Copy link

vercel bot commented Jul 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ionic-framework ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 9, 2024 6:29pm

@thetaPC thetaPC marked this pull request as ready for review July 19, 2024 22:54
@thetaPC thetaPC requested a review from a team as a code owner July 19, 2024 22:54
@@ -13,6 +13,13 @@
<script src="../../../../../scripts/testing/scripts.js"></script>
<script nomodule src="../../../../../dist/ionic/ionic.js"></script>
<script type="module" src="../../../../../dist/ionic/ionic.esm.js"></script>
<script>
Copy link
Contributor

Choose a reason for hiding this comment

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

5 of the "theme-ionic" templates use theme="ionic" as an attribute on the html element. We should be consistent.

Copy link
Member

@brandyscarney brandyscarney left a comment

Choose a reason for hiding this comment

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

Looks good after addressing Sean's feedback 👍

@brandyscarney
Copy link
Member

I think this will have conflicts with #29757 which I was going to merge soon

@thetaPC
Copy link
Contributor Author

thetaPC commented Aug 29, 2024

Closing since this has been done through another PR.

@thetaPC thetaPC closed this Aug 29, 2024
@thetaPC thetaPC deleted the card-common branch August 29, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants