-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Update odesli extension #23159
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
Update odesli extension #23159
Conversation
- feat: update changelog for history and favourites support - feat: add history management for Odesli links - chore: update dependencies and add eslint config - Initial commit
|
Thank you for your contribution! 🎉 🔔 @anned20 you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. You can expect an initial review within five business days. |
Greptile OverviewGreptile SummaryThis PR adds history and favorites functionality to the Odesli extension along with Windows platform support. The implementation is well-structured with proper separation of concerns (storage layer, UI component, and main conversion logic). Key changes:
Issues found:
Confidence Score: 4/5
Important Files ChangedFile Analysis
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8 files reviewed, 2 comments
| { | ||
| "name": "history", | ||
| "title": "View History", | ||
| "description": "View and manage your Odesli link conversion history and favorites.", | ||
| "mode": "view" | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: new View History command added as a view mode - check that the extension includes a metadata folder with screenshots per the extension guidelines
pernielsentikaer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
This pull request introduces major new features and improvements to the Odesli Raycast extension, including history and favorites management, Windows platform support, and several codebase updates. The primary changes add the ability to track converted links, manage favorites, and provide a new UI for viewing and interacting with history. Additionally, the extension now supports Windows, and dependencies and configuration files have been updated for better compatibility and maintainability.
Fixes:
New Features:
historycommand and UI (src/history.tsx) for viewing, searching, and managing converted links and favorites. Users can copy links, favorite/unfavorite, delete items, and clear all history.LocalStorage, with helper methods for adding, toggling favorites, deleting, and clearing history (src/storage.ts).Platform Support:
package.json), allowing the extension to run on both macOS and Windows.Core Logic Improvements:
src/index.ts).package.json,eslint.config.mjs,tsconfig.json).Maintenance and Cleanup:
.eslintrc.jsonfile for consistency.Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder