-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Image generation without login (#137)
* Don't generate intro if there are literally no cards to show * Update prebuilthooks message for no images * Add GLOBAL_GH_PAT * Fetch user by login * Update download.ts to use logic to fetch data * Update readme * Update crud logic based on public private account * Update fetchGithubUnwrappedData * Update APIs to handle public users * Support public profiles on download.ts * Update get-all-images api to support public profiles * Update default get-cover to fetch private images * make updated get-cover api for public profiles * Update default card sharing api to fetch from pvt bucket * Replace * update protected route * Enable public routes * Show share actions on public view UI * Move file to be right under public * Handle case sensitive for get-all-images * Small fix * Remove code * Push to username based page upon public username entry * Route to public stats page after username is submitted * Fix isPublic Logic * Add a basic loader when username data is being fetched * --wip-- [skip ci] * Multiple refactors to support public access stats * Change public view stats CTA --------- Co-authored-by: Jayant Bhawal <bhawal.jayant@gmail.com>
- Loading branch information
1 parent
4244abb
commit f784fa0
Showing
28 changed files
with
568 additions
and
248 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
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.