-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved documentation and website (#1082)
* build(website): add required deps * fix(website): do not expect intent for action * docs: remove information about config builder * docs: remove information about file loading * docs: change name of html file * ci(docs): change default route of dev server * feat(docs): add server admin access token example * docs: remove information about keys * docs: remove info about configuration keys * docs: make push integrations clearer * docs: change order of integrations * docs: improve komga section * docs: add more info about local * docs: change heading * feat(website): remove un-needed column * chore(frontend): remove showing notifications * chore(website): add basic features page * feat(backend): collapse two queries into one * chore(frontend): adapt to new gql schema * fix(website): send requests to correct action * feat(website): generate numeric otp * fix(website): use correct validator for otp input * feat(website): add warning about unkey key id * chore(website): no useless handling * feat(website): prefill paddle checkout with email * chore(website): order of props * chore(website): close checkout * refactor(website): extract common route value * refactor(website): change exported location of variable * feat(website): close checkout overlay when it is completed * feat(website): add new endpoint for trigger * feat(website): start endpoint for trigger to invalidate users with expired subscriptions * feat(website): more trigger stuff * feat(website): add more processing stuff * feat(website): start adding new paddle webhook * build(website): add remix pwa deps * feat(website): handle webhook correctly * Revert "build(website): add remix pwa deps" This reverts commit 7417297. * feat(website): use inbuilt nodejs logger * feat(website): return early if customer not found * feat(website): complete entire paddle flow through webhooks * fix(website): add guard to prevent multiple initializations * refactor(website): always fetch customer with request * fix(website): handle all edge cases for cookie * chore(website): display event received * feat(website): perform new transactions using `customData` * feat(website): display loading after purchase * feat(website): handle subscription paused and cancelled webhooks * feat(website): allow cancelled customers to create new subscriptions * fix(website): update transactions correctly * refactor(website): destructure stuff * feat(website): handle subscription resumed event * feat(website): update unkey key meta and expiry * feat(website): handle past due subscription events too * chore(website): associate customer id with unkey keys * feat(website): allow regenerating unkey ids * refactor(ts-utils): accept multiple types * refactor(ts-utils): change names * refactor(backend): remove useless extra function * chore(utils): remove useless unwrap * refactor(utils): create references for vars * feat(frontend): allow adding or removing rest timer * fix(website): change order of attributes * refactor(website): remove useless var * chore(website): add new plan type * chore(website): regenerate sql * refactor(frontend): change name of var * fix(backend): change order of log statements * fix(frontend): add tooltip on why it is disabled * chore(website): remove showcase section and associated images * chore(website): also remove the `renewOn` column from customer * Revert "chore(website): also remove the `renewOn` column from customer" This reverts commit 5ba5fd7. * chore(website): use finally * feat(website): display logo in features page * feat(frontend): always show season overview * feat(website): change colors of features section * chore(website): change tags used * docs: small changes * docs: add restore command * feat(website): add link to features * chore(website): remove useless import * feat(website): add titles to all pages * feat(website): add features for media tracking * feat(website): add features for fitness tracking * feat(website): add goodies features section * fix(website): add exhaustive matching * refactor(website): accept all details for creation * feat(website): add another pro feature * feat(website/features): make page more presentable * feat(website): add basic images support to features page * refactor(ts-utils,website): move utility around * refactor(ts-utils,frontend): use utility from common package * fix(frontend): invalidate correct query key * feat(website): adjust for mobile views * chore(website): remove useless page * chore(website): better contrast for purchase btns * feat(website): add themes feature * feat(frontend): add field to store if workout is complete * feat(frontend): get rid of active workout cookie * feat(website): add images for fitness tracking section * feat(website): handle cases when no images configured * fix(frontend): allow adding exercises to templates
- Loading branch information
Showing
73 changed files
with
1,280 additions
and
785 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
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.