feat: migrate GIF support to Klipy, add robust picker, and implement …#4
Open
abdullah-dev5 wants to merge 1 commit into
Open
feat: migrate GIF support to Klipy, add robust picker, and implement …#4abdullah-dev5 wants to merge 1 commit into
abdullah-dev5 wants to merge 1 commit into
Conversation
…advanced weather with geo/IP fallback (D9T1&T2) - Replaced Giphy integration with Klipy for GIF search and selection in notes. - Triggered by slash command (/klipy <keyword>) in note content. - Supports pagination (8 GIFs per page) with next/prev navigation. - Robust error handling for failed searches, invalid keywords, and API rate limits. - Custom toast notifications with adjustable duration for user feedback. - Updated note form to support GIF insertion: - Stores gif_url and gif_slug in form data. - Inserts GIF markdown at cursor position and cleans up /klipy command. - Improved user experience with graceful UI recovery and clear feedback. Weather feature: - Added weather widget to dashboard, showing current weather for the user’s location. - Uses browser geolocation API to fetch precise latitude/longitude for weather data. - If geolocation is denied or unavailable, falls back to IP-based location lookup. - Fetches weather data from a public weather API using the determined coordinates or IP. - Displays temperature, weather condition, and location name in a user-friendly format. - Handles all error cases gracefully, showing fallback messages if weather cannot be determined. - Ensures fast, non-blocking UI updates and a seamless experience regardless of user permissions.
| }) | ||
| declare labels: ManyToMany<typeof Label> | ||
|
|
||
| >>>>>>> 5be7f5d (feat: migrate GIF support to Klipy, add robust picker, and implement advanced weather with geo/IP fallback (D9T1&T2)) |
There was a problem hiding this comment.
lol, atleast you should remove merge conflict
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.
…advanced weather with geo/IP fallback (D9T1&T2)
Weather feature: