Skip to content

feat: plugin review - #2826

Merged
deadlyjack merged 2 commits into
mainfrom
feat/plugin-review
Aug 29, 2026
Merged

feat: plugin review#2826
deadlyjack merged 2 commits into
mainfrom
feat/plugin-review

Conversation

@deadlyjack

Copy link
Copy Markdown
Member

Allow logged in user to review plugins from the app.

Allow logged in user to review plugins from the app.
@github-actions github-actions Bot added enhancement New feature or request translations Anything related to Translations Whether a Issue or PR labels Aug 29, 2026
@greptile-apps

greptile-apps Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

The PR adds in-app plugin review management for authenticated users.

  • Adds review creation, editing, deletion, validation, and local metric updates.
  • Adds localized review UI, locale-aware dates, RTL support, and overlay-aware confirmations.
  • Adds unit coverage for review utilities and confirmation-dialog layering.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains; the previously reported production routing issue is fixed because the current configuration derives API_BASE from https://acode.app.

Important Files Changed

Filename Overview
src/pages/plugin/plugin.view.js Implements the authenticated plugin-review dialog, API operations, rendering, validation flow, and metric synchronization.
src/pages/plugin/reviewUtils.js Adds isolated helpers for review dates, validation, partitioning, avatars, ratings, and metric updates.
src/dialogs/confirm.js Extends confirmation dialogs with explicit text direction and optional above-overlay rendering.
src/lib/lang.js Adds locale canonicalization and direction detection for localized review presentation.
tests/unit/pluginReview.test.js Covers locale handling, date formatting, review validation, partitioning, and metric calculations.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart LR
    A[Plugin details] --> B[Open reviews]
    B --> C[Load community reviews]
    B --> D[Check signed-in user]
    D -->|Signed out| E[Sign in]
    D -->|Signed in| F[Create or edit review]
    F --> G[Save review]
    F --> H[Delete review]
    G --> I[Refresh review list and metrics]
    H --> I
Loading

Reviews (2): Last reviewed commit: "fix: api url" | Re-trigger Greptile

Comment thread src/lib/config.js Outdated
@deadlyjack deadlyjack changed the title feat: plugin commit feat: plugin review Aug 29, 2026
@deadlyjack

Copy link
Copy Markdown
Member Author

@greptileai review

@deadlyjack
deadlyjack added this pull request to the merge queue Aug 29, 2026
Merged via the queue into main with commit ae67e3b Aug 29, 2026
11 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in The Code Board - Acode Aug 29, 2026
@deadlyjack
deadlyjack deleted the feat/plugin-review branch August 29, 2026 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request translations Anything related to Translations Whether a Issue or PR

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant