-
-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accordion: strip all usage of Collapse (#5890)
* Strips the logic between accordion and collapse. * rm collapse from AffiliatesPage.razor and Faq.razor * Style providers for collapse - removing accordion booleans * rm usage of collapseHeader from tailwind Button.cs * Formating * rm collapsed from button * Format * Comments * Remove CollapseVisible from tailwind Button.cs * Update release notes and docs for support of Collapse in Accordion --------- Co-authored-by: Mladen Macanovic <[email protected]>
- Loading branch information
1 parent
1011386
commit febf259
Showing
20 changed files
with
139 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,97 +152,97 @@ | |
Frequently Asked Questions | ||
</Heading> | ||
<Accordion> | ||
<Collapse> | ||
<CollapseHeader> | ||
<AccordionItem> | ||
<AccordionHeader> | ||
<Heading Size="HeadingSize.Is5" TextAlignment="TextAlignment.Start" Margin="Margin.Is0.OnY"> | ||
<AccordionToggle>What is Blazorise?</AccordionToggle> | ||
</Heading> | ||
</CollapseHeader> | ||
<CollapseBody TextAlignment="TextAlignment.Start"> | ||
</AccordionHeader> | ||
<AccordionBody TextAlignment="TextAlignment.Start"> | ||
Blazorise is a component library for Blazor, a web framework for building interactive web applications using C# instead of JavaScript. Blazorise provides a set of reusable UI components, such as buttons, forms, and modals, that you can use to build responsive and mobile-friendly web applications. | ||
</CollapseBody> | ||
</Collapse> | ||
</AccordionBody> | ||
</AccordionItem> | ||
|
||
<Collapse> | ||
<CollapseHeader> | ||
<AccordionItem> | ||
<AccordionHeader> | ||
<Heading Size="HeadingSize.Is5" TextAlignment="TextAlignment.Start" Margin="Margin.Is0.OnY"> | ||
<AccordionToggle>How are referrals tracked?</AccordionToggle> | ||
</Heading> | ||
</CollapseHeader> | ||
<CollapseBody TextAlignment="TextAlignment.Start"> | ||
</AccordionHeader> | ||
<AccordionBody TextAlignment="TextAlignment.Start"> | ||
<Paragraph> | ||
a. After signing up, you will receive a personalized referral link that you can use right away. Our affiliate tracking software tracks conversions through your link. | ||
</Paragraph> | ||
<Paragraph> | ||
b. To track all of your referrals, we use cookies that last 90 days. | ||
</Paragraph> | ||
</CollapseBody> | ||
</Collapse> | ||
</AccordionBody> | ||
</AccordionItem> | ||
|
||
<Collapse> | ||
<CollapseHeader> | ||
<AccordionItem> | ||
<AccordionHeader> | ||
<Heading Size="HeadingSize.Is5" TextAlignment="TextAlignment.Start" Margin="Margin.Is0.OnY"> | ||
<AccordionToggle>Can I run ads as an Affiliate?</AccordionToggle> | ||
</Heading> | ||
</CollapseHeader> | ||
<CollapseBody TextAlignment="TextAlignment.Start"> | ||
</AccordionHeader> | ||
<AccordionBody TextAlignment="TextAlignment.Start"> | ||
<Paragraph> | ||
a. <Strong>You can NOT run ads for branded keywords</Strong> such as Blazorise, blazorise, or any variations thereof, including misspellings. | ||
</Paragraph> | ||
<Paragraph> | ||
b. You can run ads for anything that’s not branded, but the user should be directed to the Blazorise website first. We track all our paid traffic and any affiliates that violate our terms and conditions <Strong>will be removed from our program</Strong>. | ||
</Paragraph> | ||
</CollapseBody> | ||
</Collapse> | ||
</AccordionBody> | ||
</AccordionItem> | ||
|
||
<Collapse> | ||
<CollapseHeader> | ||
<AccordionItem> | ||
<AccordionHeader> | ||
<Heading Size="HeadingSize.Is5" TextAlignment="TextAlignment.Start" Margin="Margin.Is0.OnY"> | ||
<AccordionToggle>When will I get paid?</AccordionToggle> | ||
</Heading> | ||
</CollapseHeader> | ||
<CollapseBody TextAlignment="TextAlignment.Start"> | ||
</AccordionHeader> | ||
<AccordionBody TextAlignment="TextAlignment.Start"> | ||
We pay commissions around the 20 of each month for verified sales from the previous month. | ||
</CollapseBody> | ||
</Collapse> | ||
</AccordionBody> | ||
</AccordionItem> | ||
|
||
<Collapse> | ||
<CollapseHeader> | ||
<AccordionItem> | ||
<AccordionHeader> | ||
<Heading Size="HeadingSize.Is5" TextAlignment="TextAlignment.Start" Margin="Margin.Is0.OnY"> | ||
<AccordionToggle>How do I get paid?</AccordionToggle> | ||
</Heading> | ||
</CollapseHeader> | ||
<CollapseBody TextAlignment="TextAlignment.Start"> | ||
</AccordionHeader> | ||
<AccordionBody TextAlignment="TextAlignment.Start"> | ||
We make regular payouts via PayPal or Wise. If you have any questions, feel free to email us at <Anchor To="mailto:[email protected]" Target="Target.Blank" Title="Mail to commercial" rel="noreferrer noopener">commercial@blazorise.com</Anchor>. | ||
</CollapseBody> | ||
</Collapse> | ||
</AccordionBody> | ||
</AccordionItem> | ||
|
||
<Collapse> | ||
<CollapseHeader> | ||
<AccordionItem> | ||
<AccordionHeader> | ||
<Heading Size="HeadingSize.Is5" TextAlignment="TextAlignment.Start" Margin="Margin.Is0.OnY"> | ||
<AccordionToggle>Is there a minimum payment threshold?</AccordionToggle> | ||
</Heading> | ||
</CollapseHeader> | ||
<CollapseBody TextAlignment="TextAlignment.Start"> | ||
</AccordionHeader> | ||
<AccordionBody TextAlignment="TextAlignment.Start"> | ||
<Paragraph> | ||
a. The minimum payment threshold for all payment methods is €100. | ||
</Paragraph> | ||
<Paragraph> | ||
b. If you have any questions, feel free to email us at <Anchor To="mailto:[email protected]" Target="Target.Blank" Title="Mail to commercial" rel="noreferrer noopener">commercial@blazorise.com</Anchor>. | ||
</Paragraph> | ||
</CollapseBody> | ||
</Collapse> | ||
</AccordionBody> | ||
</AccordionItem> | ||
|
||
<Collapse> | ||
<CollapseHeader> | ||
<AccordionItem> | ||
<AccordionHeader> | ||
<Heading Size="HeadingSize.Is5" TextAlignment="TextAlignment.Start" Margin="Margin.Is0.OnY"> | ||
<AccordionToggle>Have more questions?</AccordionToggle> | ||
</Heading> | ||
</CollapseHeader> | ||
<CollapseBody TextAlignment="TextAlignment.Start"> | ||
</AccordionHeader> | ||
<AccordionBody TextAlignment="TextAlignment.Start"> | ||
Send an email to <Anchor To="mailto:[email protected]" Target="Target.Blank" Title="Mail to commercial" rel="noreferrer noopener">commercial@blazorise.com</Anchor>, and we will assist you. | ||
</CollapseBody> | ||
</Collapse> | ||
</AccordionBody> | ||
</AccordionItem> | ||
</Accordion> | ||
</Column> | ||
</Row> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.