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

Move template settings to vue component #4125

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

elzody
Copy link
Contributor

@elzody elzody commented Oct 14, 2024

  • Target version: main

Summary

This resolves the issue on main where we are still using a legacy file upload plugin, causing an error and failing tests. I took the chance to migrate the global template settings to a Vue component, a start which I hope will lead to a cleanup of the admin settings in general, since everything is shoved into one large AdminSettings.vue component, and it's messy and difficult to reason about.

TODO

  • add cypress tests

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Documentation (manuals or wiki) has been updated or is not required

@elzody elzody self-assigned this Oct 14, 2024
@elzody elzody force-pushed the fix/templates-admin-settings branch 2 times, most recently from 904c3c4 to 9391b63 Compare October 15, 2024 00:43
@elzody elzody added enhancement New feature or request technical debt php Pull requests that update Php code javascript Pull requests that update Javascript code tests labels Oct 15, 2024
@elzody elzody force-pushed the fix/templates-admin-settings branch 2 times, most recently from 36bb8be to 9bb70f5 Compare October 22, 2024 22:15
@elzody elzody marked this pull request as ready for review October 23, 2024 02:28
@elzody elzody changed the title WIP: move template settings to vue component Move template settings to vue component Oct 23, 2024
Copy link
Member

@juliusknorr juliusknorr left a comment

Choose a reason for hiding this comment

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

Tested and works

@juliusknorr juliusknorr merged commit 031aaf5 into main Nov 5, 2024
71 checks passed
@juliusknorr juliusknorr deleted the fix/templates-admin-settings branch November 5, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code php Pull requests that update Php code technical debt tests
Projects
Status: ☑️ Done
Development

Successfully merging this pull request may close these issues.

2 participants