-
Notifications
You must be signed in to change notification settings - Fork 7
refactor!: rewrite with zustand #249
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
Draft
gadomski
wants to merge
66
commits into
main
Choose a base branch
from
rewrite
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,222
−5,350
Draft
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
dde9be6
refactor!: rewrite with zustand
gadomski 7bd7ef4
feat: collections stash
gadomski 2a82c7d
fix: working back towards filter and search
gadomski 3d76bbd
fix: back to filtering
gadomski 466716c
fix: leftover variable
gadomski 70869a3
tests: add a few
gadomski b5c941d
fix: clear filter
gadomski 9677fe0
fix: fetching
gadomski e19dd51
feat: re-add examples
gadomski ce77a52
feat: skeleton when loading
gadomski a1c0bba
feat: add lineClamp
gadomski 3941f00
feat: description clamping
gadomski 5888bb4
feat: add value and fill color
gadomski 9499dd6
feat: add icon
gadomski bb63fde
feat: add root and parent links
gadomski 58ced5f
feat: fix dependenceis?
gadomski 80cc215
refactor: getLinkHref
gadomski 13302f0
fix: lints
gadomski 055173a
chore: whitespace
gadomski 23d853f
feat: add json
gadomski 4efe488
fix: re-add STAC browser
gadomski d5867a1
fix: make stac browser configurable
gadomski 420eda7
feat: ready for search
gadomski f025071
feat: add section-header
gadomski f114d7f
feat: stuff
gadomski c750083
fix: filling of value
gadomski e978f43
feat: search action bar
gadomski 4081e1f
fix: clear everything when we set href
gadomski e9c86b2
feat: add filter viewport
gadomski a245e9a
feat: hover collections
gadomski e1eab51
feat: link map back to sidebar
gadomski b38a52e
fix: fill
gadomski 24dbc42
fix: add skeleton to root load
gadomski 184ae47
feat: refactor panel
gadomski 4086e3f
fix: re-organize map
gadomski fb24950
feat: hover collections properly
gadomski 4b03fee
fix: split value panel
gadomski 8bca2fe
feat: add children
gadomski aeae52b
feat: childrenworking like collections
gadomski 9f3b61f
fix: hovering collections when value is loaded
gadomski 71bec49
fix: reset hoveredCollection
gadomski bb6bd39
feat: set cursor
gadomski 928f185
fix: section
gadomski 4759618
feat: better viz
gadomski 6e36515
fix: format
gadomski d454cd8
fix: cast value.description
gadomski b89c271
fix: picked
gadomski e9111dd
feat: add sting to bottom left
gadomski 32d1eb3
feat: better search items
gadomski a0706b8
feat: use Section for Assets
gadomski 1566ff8
Merge branch 'main' into rewrite
gadomski 7b4b3fb
refactor: store slices (#252)
sandrahoang686 e50bd6d
fix: remove some unneded deps
gadomski 828570d
feat: button to fetch collections in panel
gadomski 701f4e3
fix: item cards
gadomski c8180a4
fix: don't clear search
gadomski 1d287e7
feat: file upload
gadomski aad1b26
feat: add upload button
gadomski 39e7981
fix: go through href set
gadomski a288f43
feat: re-adding stac-geoparquet
gadomski 22497a1
feat: re-add geoparquet
gadomski c37a4fc
feat: add search settings
gadomski ce6d0b6
feat: search settings
gadomski 5f11adc
fix: item search
gadomski 9a74e98
refactor: search
gadomski 9bcd824
feat: better search progress
gadomski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,6 @@ | ||
| # STAC Natural Query API endpoint | ||
| VITE_STAC_NATURAL_QUERY_API=https://api.stac-semantic-search.k8s.labs.ds.io | ||
|
|
||
| # Base URL for STAC Browser external links | ||
| # Default: https://radiantearth.github.io/stac-browser/#/external/ | ||
| VITE_STAC_BROWSER_URL="https://radiantearth.github.io/stac-browser/#/external/" |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -24,3 +24,4 @@ dist-ssr | |
| *.sw? | ||
| tests/**/__screenshots__/ | ||
| codebook.toml | ||
| .env | ||
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨ 🧹