-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add stats bar to transparency page #406
Conversation
@moteanup24 is attempting to deploy a commit to the OpenSats Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…ull stats names/labels from google sheet
@dergigi Pls also note the SCOPES question--my understanding is that this is scoped to provide read-only access to only the specified file. |
One small correction and one suggestion to the section about "how to increase funding chances"
What does it mean to produce work under a free and open-source license?
* Fix anchor linking Pointed out by Jon Atack. Change wording on ToC for last linke to match wording on last FAQ on page to scroll/jump properly. "...what do I do?" --> "... whom should I email?" * Fix ToC, not headline --------- Co-authored-by: Gigi <[email protected]>
* Skeleton * Add 1st draft * Add header image * Update image file name * Add .mdx file format * Edit to add space before self-closing tag * again: edit to fix donate to ops budget button Removed "Budget" * Edit authors * Edit to remove erroneous ">" symbol from quote. * Simplify final paragraph "Don't make me think!" * Remove closing quotation mark (duplicate) * Blockquote formatting * Remove duplicate (HRF) * Remove "at the HRF" (it's implicit) * Formatting * Update `bonusUSD` in ops.mdx --------- Co-authored-by: Gigi <[email protected]>
…ull stats names/labels from google sheet
… into stats-widget
I went ahead and used a different library that doesn't require any credentials, please have a look: |
Build preview:
@dergigi
with apologies I somehow messed up my other branch during my efforts to rebase/update with the upstream master so I'm opening a new PR
this update include formatting changes to the widget (eg it previously had centering issues)
I am still working through using service account authentication. My previous effort to use getStaticProps does not appear to be fruitful as it seems the function is reserved for pages rather than components. So I'm looking further into that.