-
Notifications
You must be signed in to change notification settings - Fork 184
Vuejs3 migration #681
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
m-mohr
wants to merge
208
commits into
main
Choose a base branch
from
vuejs3-migration
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.
Draft
Vuejs3 migration #681
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.
306e90a to
fc93d9a
Compare
…er into fix/warnings
Resolve theming issue on Date Picker component.
* 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. * Update src/StacBrowser.vue --------- Co-authored-by: Matthias Mohr <[email protected]>
* 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]>
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.
Closes #292