Skip to content
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

Add launchpad (Closes #133) #134

Merged
merged 25 commits into from
Jul 4, 2024
Merged

Add launchpad (Closes #133) #134

merged 25 commits into from
Jul 4, 2024

Conversation

nicomollet
Copy link
Contributor

@nicomollet nicomollet commented May 17, 2024

Closes #133
RLL adapted to Launchpad structure

  • Options save correctly
  • RLL in effect with selected options, on images and iframes

@nicomollet nicomollet self-assigned this May 17, 2024
@nicomollet
Copy link
Contributor Author

@CrochetFeve0251 Can you tell why the framework looks loaded twice?
I see the admin menu page twice

image

@CrochetFeve0251
Copy link
Contributor

@CrochetFeve0251 Can you tell why the framework looks loaded twice? I see the admin menu page twice

image

@nicomollet the issue with the above code is that you included a subscriber twice.

@nicomollet
Copy link
Contributor Author

Sure I will look into it @CrochetFeve0251

@nicomollet nicomollet marked this pull request as ready for review July 1, 2024 14:31
@nicomollet nicomollet requested a review from a team July 1, 2024 14:32
@@ -58,22 +41,19 @@ class AdminPage
*
* @var string
*/
private $template_path;
private string $template_path;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicomollet I think this typing wasn't available in php 7.3

src/Subscriber/AdminPageSubscriber.php Outdated Show resolved Hide resolved
src/EventManagement/SubscriberInterface.php Outdated Show resolved Hide resolved
src/Subscriber/AdminPageSubscriber.php Outdated Show resolved Hide resolved
@nicomollet
Copy link
Contributor Author

nicomollet commented Jul 3, 2024

✅ Tested with PHP:

  • 7.3
  • 7.4
  • 8.0
  • 8.1
  • 8.2

@CrochetFeve0251 CrochetFeve0251 merged commit a88a4ea into develop Jul 4, 2024
1 check passed
@CrochetFeve0251 CrochetFeve0251 deleted the feature/add-launchpad branch July 4, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Launchpad integration to the plugin
2 participants