console
console copied to clipboard
The Console that makes Appwrite tick from the browser 🖥
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Vulnerabilities that will...
Fixed an issue where attempting to delete all deployments (including those still building/processing) would result in 404 errors and orphaned functions. Changes: - Added validation to block deletion when all...
## What does this PR do? ### Problem **Organization Pages:** - Clicking hamburger menu showed only blur overlay without sidebar content - Navigation was completely broken on mobile/tablet devices **Project...
Adds TikTok as a selectable OAuth provider in the console's authentication settings. ## Changes - **Provider registry** (`src/lib/stores/oauth-providers.ts`): Added TikTok entry with icon, documentation link, and Main component - **Tests**...
Update @appwrite/console (front end) to support TikTok OAuth integration: - - Add TikTok as a selectable authentication provider in UI - Provide input fields for TikTok credentials in console's project...
Moved the Docs link from the footer to the header for easier access while working in the console. This improves navigation flow by keeping frequently used links visible at all...
Fixes #2224 The usage pages for Functions and Sites were showing labels that said "Total functions" and "Total sites", but the actual metric being displayed was the total number of...
Task: https://linear.app/appwrite/issue/SER-476/add-charts-for-sitesfunctions-usage ## Summary by CodeRabbit * **New Features** * Bandwidth visualization with bar charts added to usage pages * GB-hours consumption tracking added alongside execution metrics * Empty-state UI...
Task: https://linear.app/appwrite/issue/SER-53/send-email-on-failed-deployment ## Summary by CodeRabbit * **New Features** * Introduced a new "Alerts" section in account settings * Users can now manage email notifications for deployment failures using a...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...