mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #2250] [MERGED] New admin interface using vuejs 2 and vuetify #2486
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2486
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/2250
Author: @tonioo
Created: 5/30/2021
Status: ✅ Merged
Merged: 6/27/2021
Merged by: @tonioo
Base:
master← Head:refacto/vuejs_interface📝 Commits (10+)
815ac10WIP.18a0f56Load admin settings.3aa5a0bAdded requirement.6235373Added build dir.09c2ce7Updated test config.9bebc8bFew fixes.05ea4adFixed CORS issue with dev server.23f93e9Added store and additional actions.27c06f1Improved form and list views for domain.dd43d67Added actions menu.📊 Changes
188 files changed (+19436 additions, -405 deletions)
View changed files
📝
.github/workflows/modoboa.yml(+11 -3)📝
.gitignore(+10 -1)📝
MANIFEST.in(+1 -0)➕
frontend/.browserslistrc(+3 -0)➕
frontend/.editorconfig(+5 -0)➕
frontend/.eslintrc.js(+28 -0)➕
frontend/.gitignore(+23 -0)➕
frontend/Makefile(+57 -0)➕
frontend/README.md(+29 -0)➕
frontend/babel.config.js(+5 -0)➕
frontend/locale/en/LC_MESSAGES/app.po(+55 -0)➕
frontend/locale/fr/LC_MESSAGES/app.po(+70 -0)➕
frontend/package.json(+51 -0)➕
frontend/public/config.json(+3 -0)➕
frontend/public/favicon.ico(+0 -0)➕
frontend/public/index.html(+19 -0)➕
frontend/src/App.vue(+75 -0)➕
frontend/src/api/account.js(+13 -0)➕
frontend/src/api/accounts.js(+27 -0)➕
frontend/src/api/aliases.js(+24 -0)...and 80 more files
📄 Description
A new version of the API is also available.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.