Problem/Motivation

The Svelte code is littered with the word "queue", which refers to the list of projects the user has chosen to install/activate. "Queue" is a very confusing word to use for this and should be changed to something else. Maybe batch or installList or something would be better.

CommentFileSizeAuthor
#11 Screenshot from 2025-02-05 12-21-56.png265.5 KButtam
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

phenaproxima created an issue. See original summary.

utkarsh_33 made their first commit to this issue’s fork.

utkarsh_33’s picture

Status: Active » Needs review
omkar-pd’s picture

Status: Needs review » Reviewed & tested by the community

Changes look good.

narendrar’s picture

The single instance which I found (not in svelte code) is

  /**
   * Tests that adding projects to queue is plugin specific.
   */
  public function testPluginSpecificQueue(): void {

I think, this can also be addressed in this issue.

phenaproxima’s picture

Status: Reviewed & tested by the community » Needs work

I agree with @narendrar, here's just remove that now to clear up confusion for future-us.

utkarsh_33’s picture

Status: Needs work » Needs review
uttam’s picture

Assigned: Unassigned » uttam
narendrar’s picture

Assigned: uttam » Unassigned
Status: Needs review » Reviewed & tested by the community

Changes looks good to me.

uttam’s picture

StatusFileSize
new265.5 KB

I installed the development version 2.0.x-dev and attempted to apply this merge request. However, upon installing the project_browser module, I encountered a WSOD error.

After investigating, I found a related issue that is currently postponed: Issue #3501254.

I also reviewed the source code for the changes made in the MR, and it looks good to me.

chrisfromredfin made their first commit to this issue’s fork.

chrisfromredfin’s picture

Status: Reviewed & tested by the community » Postponed

<borat>very nice</borat>

chrisfromredfin’s picture

Status: Postponed » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.