feat(api): generic API config, send workflow, and multi-platform integration#67
Merged
Merged
Conversation
- Implemented API sending capabilities for articles, Hacker News, universal content, and X. - Added new settings and UI elements for managing API integrations, including floating action buttons and integration profiles. - Updated documentation in AGENTS.md and README.md to reflect new API features and local server setup for previewing changes. - Improved CSS styles for API settings and integration cards for better user experience. - Refactored existing extraction logic to support API payload generation and error handling. This commit lays the groundwork for a more robust API interaction model, allowing users to send extracted content seamlessly across various platforms.
Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…nce FloatingButton functionality - Updated CHANGELOG.md to clarify API integration features and improve readability. - Modified FloatingButton.js to ensure the main button remains clickable while secondary actions are visible, enhancing user interaction. - Added a test case to verify the functionality of the FloatingButton component, ensuring it behaves as expected during hover actions.
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.
Adds configurable “send to API” flows: shared request building, profiles/templates/variables, options UI, background forwarding, and integration hooks across articles, HN, universal, X, YouTube, and the floating button—plus tests and website/docs updates.
Changes
extension/shared/api/): constants, profiles, template rendering, variable substitution, request builder, and barrel exports; storage keys and defaults extended for API settings.apiSendWorkflow,apiHandler,apiSecondaryActionswire extraction → optional secondary actions → POST via background; platform scripts updated to use the shared path.options.css/options.html.vitest.configadjusted.[Unreleased], AGENTS note;web/index.html,privacy.html,manifest.json, styles;scripts/serve-web.py;.gitignoretweak.Benefits