Bh dev#92
Open
akshatrana02 wants to merge 64 commits into
Open
Conversation
Od 1711 px d weather advisory
Replace hardcoded test coordinates with navigator.geolocation.getCurrentPosition and add comprehensive error handling and options. fetchLocation was changed from async to a callback-based function that stores latitude/longitude in localStorage and calls fetchNotifications on success. Also resolves leftover merge conflict markers and enables high-accuracy, timeout, and zero maximumAge options.
Integrate language support into the NotificationsPopover component by utilizing the useLanguage hook. Update notification messages to be translatable, including tooltips, titles, and feedback prompts. Additionally, add corresponding translations for notifications in multiple languages, ensuring a consistent user experience across different locales.
This reverts commit 3af2174.
…-API # Conflicts: # .github/workflows/build.yml # src/contexts/AuthContext.tsx # src/hooks/store/chat/index.ts # src/lib/api-service.ts # src/lib/telemetry.ts
Feat/od 1892 single api
fix: generate docker lockfile during build
public key changes
Introduce a utility function to unescape newline characters in notification content, ensuring proper formatting. Update bodyPreview and NotificationsPopover components to utilize this function for improved text handling and display.
Update chat and voice assistant name
Auto Detect language
Revert "Auto Detect language"
Comment out LocationPermissionDialog import, its state and rendering in ChatLayout and instead call fetchLocation(..., { trackBrowserDecision: true }) so the native browser prompt is used. This removes the custom location permission popup flow. Also add a generated tsconfig.tsbuildinfo file (build metadata).
…popup Disable custom location permission dialog
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
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.
No description provided.