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

WIP: move template settings to vue component #4125

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

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 from 6b787f4 to 904c3c4 Compare October 15, 2024 00:28
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
@elzody elzody force-pushed the fix/templates-admin-settings branch from 904c3c4 to 9391b63 Compare October 15, 2024 00:43
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
@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
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
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: 🏗️ In progress
Development

Successfully merging this pull request may close these issues.

1 participant