Skip to content
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

V2 🥳 #6

Merged
merged 402 commits into from
Oct 4, 2023
Merged

V2 🥳 #6

merged 402 commits into from
Oct 4, 2023

Conversation

onmax
Copy link
Member

@onmax onmax commented Oct 4, 2023

No description provided.

Albermonte and others added 30 commits August 30, 2023 16:32
We use the legacy API (vue-i18n's current default), and not the composition api.
However, the legacy API was disabled in the build configuration in vite.config.ts
which is now fixed.
The changes done in f5939ac8j in provider-assets.ts don't achieve the desired
effect of the actual translation happening in ProviderBanner, because in
production builds, translation keys are replaced with simple numbers, while the
strings that were returned remained as is, and are therefore not valid
translation keys anymore when passed to i18n-t in ProviderBanner.

Now, the translation already happens in prover-assets.ts and is then passed to
ProviderBanner's i18n-t, where the translation will be an unknown translation
key, which will simply be preserved.
As otherwise the provider tooltip is cut off on Desktop
Default to IP if user denied geolocation services
Added circle spinner while loading data
The text interpolation of provider banners is now solved more elegantly by
defining the translation keys in provider-assets.ts, but the actual translation
happening in ProviderBanner by passing the translation keys to ProviderBanner.
Changed recycle scroll to dynamic to auto adjust to element height
In the mobile sheet when clicking on the gmaps icon it opened the card, now it clicks on the button
@netlify
Copy link

netlify bot commented Oct 4, 2023

Deploy Preview for nimiq-map ready!

Name Link
🔨 Latest commit 1b48ad4
🔍 Latest deploy log https://app.netlify.com/sites/nimiq-map/deploys/651cd7658b4d7d000813b8f2
😎 Deploy Preview https://deploy-preview-6--nimiq-map.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@onmax onmax merged commit ec26628 into main Oct 4, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants