-
Couldn't load subscription status.
- Fork 2
1.3.0 #7
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
1.3.0 #7
Conversation
WalkthroughThe updates remove all logic and UI related to the Figma API key, streamline onboarding instructions and flows, and centralize the WakaTime heartbeat queue in an external store. The extension now opens an onboarding page upon installation and computes document hashes locally. Various code and documentation cleanups were performed. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Extension
participant OnboardingPage
User->>Extension: Install extension
Extension->>OnboardingPage: Open onboarding URL in new tab
sequenceDiagram
participant FigmaScript
participant LocalHash
participant WakaTime
FigmaScript->>LocalHash: Export current page as JSON, compute SHA-256
FigmaScript->>WakaTime: Send heartbeat if docHash changes
WakaTime->>wakaQueue (Store): Add heartbeat to shared queue
WakaTime->>WakaTime: Periodically flush queue
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
src/entrypoints/background.tsOops! Something went wrong! :( ESLint: 8.57.1 Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@eslint/js' imported from /eslint.config.js src/entrypoints/figma-script.tsOops! Something went wrong! :( ESLint: 8.57.1 Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@eslint/js' imported from /eslint.config.js src/entrypoints/popup/App.svelteOops! Something went wrong! :( ESLint: 8.57.1 Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@eslint/js' imported from /eslint.config.js
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (10)
💤 Files with no reviewable changes (1)
🧰 Additional context used🧬 Code Graph Analysis (3)src/entrypoints/figma-script.ts (1)
src/entrypoints/background.ts (1)
src/lib/wakatime.ts (2)
🪛 LanguageToolREADME.md[uncategorized] ~27-~27: Possible missing preposition found. (AI_HYDRA_LEO_MISSING_TO) 🔇 Additional comments (21)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by cubic
Removed the need for Figma API keys, added a persistent queue for heartbeats, and introduced an onboarding page for new users.
New Features
Refactors
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Documentation
Chores