-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cleanup console logs, comments and unused styles (#681) * remove console logs * cleanup comments * removed unused style classes * fixed parenthesis urls (#682) * separate .env for production and development (#683) * add environment env * add production env * configure package json to read correct env file * remove devtool extension on production build * fix incorrect env props * fix incorrect env props * simplify conditions for compose enhancers * update ci config * update CI * hide payout tooltip in mobile screens (#685) * Add upvote list (#686) * add upvote list tooltip * env version dev update * add vote list dialog * add theme upvote list * remain consistent on hover * add soundcloud embed support (#687) * add facebook embed support (#688) * add tiktok embed support (#689) * add odysee link support (#690) * add apple music render support (#691) * fixed upvote list not showing in single page content (#692)
- Loading branch information
1 parent
bdfc2a2
commit 7563fc4
Showing
26 changed files
with
628 additions
and
234 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
REACT_APP_VERSION=3.14.0-dev-build2 | ||
REACT_APP_SEARCH_API=https://endpoint.d.buzz/api/v1 | ||
REACT_APP_SCRAPE_API=https://endpoint.d.buzz/api/v1/meta | ||
REACT_APP_IMAGE_API=https://endpoint.d.buzz/api/v1/imageservice | ||
REACT_APP_CENSOR_API=https://endpoint.d.buzz/api/v1/censor | ||
REACT_APP_ENV=dev | ||
NODE_PATH=src |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
REACT_APP_VERSION=$npm_package_version | ||
REACT_APP_SEARCH_API=https://endpoint.d.buzz/api/v1 | ||
REACT_APP_SCRAPE_API=https://endpoint.d.buzz/api/v1/meta | ||
REACT_APP_IMAGE_API=https://endpoint.d.buzz/api/v1/imageservice | ||
REACT_APP_CENSOR_API=https://endpoint.d.buzz/api/v1/censor | ||
REACT_APP_ENV=prod | ||
NODE_PATH=src |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.