-
Notifications
You must be signed in to change notification settings - Fork 70
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
Open source pro #1040
Merged
Merged
Open source pro #1040
Conversation
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 reverts commit 182e4e7.
* feat(database): add column for manual time spent * feat(backend): allow editing time spent * feat(frontend): allow setting manual time spent on seen entries * feat(frontend): read default value * feat(frontend): make manual_time_spent field a decimal * chore(frontend): adjust to new gql schema * feat(frontend): display manual time if present * fix(frontend): cap the max scale
* feat(landing): basic paypal btns * feat(landing): render buttons * feat(landing): get paypal working * refactor(landing): extract currency code * chore(docs): remove useless files * feat(backend): handle pro key * feat(backend): update metadata of keys when verifying * build(backend): add semver deps * feat(backend): display when key expires * fix(backend): bail only after tracing logs * refactor(backend): do not destructure response * feat(backend): start implementing logic for pro key validation * chore(landing): remove files * feat(landing): add supercharged collections pic * feat(backend): start implementing key expiry * feat(backend): new strategy for verifying pro key * feat(backend): polish verification completely * fix(backend): change condition to OR * fix(backend): better comparisons * feat(backend): do not serialize null params * build(backend): remove semver deps * feat(backend): remove dependency on custom version in key meta * fix(backend): make correct use of variables * feat(backend): do not log everything * chore(backend): bail with correct error * build(landing): add paddle deps * feat(landing): add paddle btns * build(landing): remove paypal deps * feat(landing): bring back trial period * feat(landing): remove discussions etc * feat(landing): add information about renewal * feat(landing): add additional information * ci: move landing page build and deploy to separate workflow * feat(backend): do not update key's metadata * feat(backend): better logging. * feat(backend): handle when no meta * feat(landing): change svgs for contact section * fix(backend): handle empty metadata correctly * chore(backend): log expiry before check * feat(landing): add to interface * feat(landing): add basic information json * feat(landing): get back old page * chore(landing): edit out cursor * ci: add env to action workflow * feat(landing): add validation for paddle * feat(landing): add title * feat(landing): add id to each feature * feat(landing): new screenshot incorporated * chore(frontend): add dev comment * chore(frontend): narrow if check * feat(landing): change prices * feat(backend): return early if pro key is invalid * refactor(backend): change name of function * ci: remove ref to an env variable * ci(landing): upgrade deps * fix(frontend): correct import
* chore(frontend): add scroll margin when scrolling to next exercise * feat(landing): add info about trial * chore(landing): order of sentences
This reverts commit 18eaa52.
…ctually highlighted
Jacob-Tate
reviewed
Sep 29, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things I noticed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Paper withShadow
entity_ids
column in daily user activities that will store the IDs of the entities that contributed to that DAUallow editing workouts(Allow editing workouts #1046)