Skip to content
Snippets Groups Projects

#3503140: The Svelte code should not have custom logic for the Gin theme

Merged #3503140: The Svelte code should not have custom logic for the Gin theme
1 unresolved thread
1 unresolved thread

Closes #3503140

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
40 40 };
41 41 const { alt, title } = typeToImg[type];
42 42 let { path } = typeToImg[type];
43 if (
44 'gin' in drupalSettings &&
45 drupalSettings.gin.darkmode === '1' &&
46 type === 'installed'
47 ) {
43 // Change the path when gin dark theme is enabled.
44 if (document.querySelector('.gin--dark-mode') && type === 'installed') {
  • Adam G-H
  • utkarsh_33 added 5 commits

    added 5 commits

    Compare with previous version

  • Adam G-H added 8 commits

    added 8 commits

    • daad1be9...44ab29c9 - 7 commits from branch project:2.0.x
    • cd1e3e23 - Merge branch '2.0.x' into 3503140-Remove-custom-gin-logic-from-svelte

    Compare with previous version

  • Adam G-H added 3 commits

    added 3 commits

    • cd1e3e23...04b4ae6b - 2 commits from branch project:2.0.x
    • 2a268e09 - Merge branch '2.0.x' into 3503140-Remove-custom-gin-logic-from-svelte

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading