generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add trial days remaining banner (#72)
* feat: add trial days remaining banner - temp commit as I set up the code * temp: working version w/ debug logs * feat: better functionality for days remaining * fix: set auditTrialLengthDays + nits * feat: add upgrade url to days remaining banner * feat: simplify refresh chat summary call * temp: rollback point for tests * feat: only refresh chat-summary on 1st msg * temp: attempting to mock useModel + factories * temp: some nits * fix: re-syncing: mock useModel + thunk work * temp: progressing on using new audit trial hooks * temp: removing useModel mock * temp: trying to get hook to work * chore: lint * temp: attempting to test Sidebar - getting a strange error where hooks aren't being picked up... * chore: lint * chore: trying to get around this weird lint error * test: completed working unit tests * fix: add upgrade eligibility gate for refresh * chore: lint * chore: more nits :D * chore: make intl name more descriptive * fix: remove paywall placeholder + rebase main pt 2 * feat: track event on upgrade link click
- Loading branch information
Showing
8 changed files
with
159 additions
and
31 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
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 |
---|---|---|
|
@@ -31,6 +31,11 @@ | |
height: 30px; | ||
} | ||
} | ||
|
||
.trial-header { | ||
font-size: 0.9em; | ||
background-color: #F49974; | ||
} | ||
} | ||
|
||
.separator { | ||
|
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