-
Notifications
You must be signed in to change notification settings - Fork 119
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
chore: patch in new brand wip with main #980
Merged
MichaelPhan
merged 104 commits into
feat/new-brand-frontend
from
chore/sync-new-brand-wip
Feb 16, 2022
Merged
chore: patch in new brand wip with main #980
MichaelPhan
merged 104 commits into
feat/new-brand-frontend
from
chore/sync-new-brand-wip
Feb 16, 2022
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
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Fixed navigation links and trying to make loading screen more consistent because its jarring and the wrong color * small housecleaning items, loading wasnnt taking full screen * style updates for loading spinner * add active indicator for active link * trying something different adding active classes and a slug element * missed a slug * wrap navbar logo in Link component
* added new column and metadata for review * feat: add new column for availability and fix copy for pin status
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…c binary units for all file size display props (#757)
Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* feat: multiple file upload feat: drag and drop from account page * fix: missed a deprecated function * fix: updated to include a remove file option * small update, add formatter Co-authored-by: Daniel <daniel.ashcraft@ofashandfire.com>
* chore: persist db data locally * chore: add start/stop scripts for db * chore: add ipf cluster docker to repo * chore: add debug npm script * chore: move things around * chore: create cli and expose it * chore: use named volume and make sure is deleted using stop:clean * chore: update readme * chore: action PR feedback * chore: remove stale mock:pgrest * chore: remove console logging * chore: make standard happy
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
This PR adds support for websockets to w3name. Establish a websocket connection to `wss://api.web3.storage/name/:key/watch` and receive JSON encoded messages like: `{ key: string, value: string, record: string }` when updates to the key are published. * [x] Refactor to ESM to allow usage of "Durable Objects" #902 * [x] Configuration to enable `NameRoom` as a durable object * [ ] Client API (will do in separate PR) supersedes #653 Related to #659
* fix: include meta for create pin * chore: include valid origins on pin replace * fix: don't send meta to cluster
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
I think the top level durable objects config does not work when publishing for reals.
* fix: add pre-bundled ESM build to package exports * chore: format JSON * chore: remove added whitespace * chore: ok all of it fml Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Joe Spencer <joe.spencer@discounttire.com>
…res. (#955) * pinning allowlist and user account storage limits can be managed by this single table without the need for one-off tables e.g. pinning_authorization. * this allows the admin.storage site to easily manage tags. Co-authored-by: Joe Spencer <joe.spencer@discounttire.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@MichaelPhan can you review and make sure this builds correctly for local development in a Windows environment as well? If so, feel free to merge. |
MichaelPhan
approved these changes
Feb 16, 2022
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.
Uses
git
's--patch
to selectively bring in the latest updates frommain
without compromising new work in./packages/website/*