-
Notifications
You must be signed in to change notification settings - Fork 186
STAC Browser v5 (VueJS 3, Bootstrap 5, Vite) #746
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
Open
m-mohr
wants to merge
222
commits into
radiantearth:main
Choose a base branch
from
moregeo-it:main
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.
Conversation
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
…e using global i18n.
…eprecated event bus usage.
* Use CSS grid for Catalogs * Use CSS grid for Items * Apply grid to item grids as well. (Fix problem 1, 2) * Force column flex layout (Fix problem 3 * Increase card min-width (fix problem 4) * Center preview that are shorter / narrower than available space (fix problem 6) * Left-align card content * Experiment: Align title, desc, meta on subgrid * Centralize CSS and some code for Cards, small improvements to styling, clean-up * Workaround for line-clamp --------- Co-authored-by: Matthias Mohr <[email protected]>
* fix: resolve issue of the fields translations on the sortOptions. * fix: disable array watch to resolve issue with reload on search page. * fix: resolve the collapsable event handler. * revert changes on fields. * chore(locales): simplify ar datepicker; default weekdays to narrow. * Replace non-existent deCH import with de. * create a derived locale so the English datepicker defaults to Monday-as-first-day. * fix(locales/id): add custom short weekday tokens and default to custom width. * fix(locales): datepicker locale fixes and custom weekday tokens. * fix: resolve the week-start issue on date picker. * fix: resolve the week-start issue on date picker. * fix: remove unused code. * fix: remove unused code. * chore: remove comments * fix: optimise code * Final review for the datepicker locales * 3 letter abbrev for indonesian * Slightly decrease size/boldness of headers in calendar * Add missing comma to config * Fix issues with overly long Accept-Language headers --------- Co-authored-by: Matthias Mohr <[email protected]>
* update: initial setup for vite migration * Further changes for vite migration (require imports and config) * update: commonJs imports on the locales to ES * dep: uninstall node-polyfill-webpack-plugin * add: nodepolyfill to handle process error on browser * fix: correct CONFIG import path in MapMixin.js * feat: add bundle visualization with rollup-plugin-visualizer. * fix: resolve dynamic imports with glob. * Fix imports * Remove auto-open option from visualizer config * fix: dynamically handle report auto open. * chore: add vite-plugin-html dependency * feat: move index.html to public directory with EJS template variables * feat: integrate vite-plugin-html for dynamic HTML template processing * chore: remove index.html from root (moved to public/) * Fix warnings, optimize bundles, etc. --------- Co-authored-by: Matthias Mohr <[email protected]>
Closed
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.
Note
STAC Browser v5 development is happening in the moregeo-it organization/repository:
https://github.com/moregeo-it/stac-browser
This will be the case until we make v5 the default in the radiantearth repository. This repository (radiantearth) is used for v4 development for now.
Closes #292, #711