mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[PR #168] [MERGED] [Feature] Confirmation dialog on overriding configuration values on import #429
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/brentvollebregt/auto-py-to-exe/pull/168
Author: @kaydotdev
Created: 4/30/2021
Status: ✅ Merged
Merged: 5/5/2021
Merged by: @brentvollebregt
Base:
develop← Head:configuration-import-dialog📝 Commits (10+)
36759f9Merge branch 'develop'6d17313Merge branch 'develop'5a6424cMerge branch 'develop'a0b5dcaMerge branch 'develop'4ad151dMerge branch 'develop'95f6c64Merge branch 'develop'a1966faMerge branch 'develop'f7c2ff6Merge branch 'develop'5fdde8eMerge branch 'develop'c0d4b2bMerge branch 'develop'📊 Changes
10 files changed (+269 additions, -16 deletions)
View changed files
📝
auto_py_to_exe/dialogs.py(+48 -13)📝
auto_py_to_exe/web/css/general.css(+4 -2)📝
auto_py_to_exe/web/css/main.css(+1 -1)➕
auto_py_to_exe/web/css/modal.css(+64 -0)📝
auto_py_to_exe/web/index.html(+3 -0)📝
auto_py_to_exe/web/js/configuration.js(+4 -0)📝
auto_py_to_exe/web/js/i18n.js(+18 -0)📝
auto_py_to_exe/web/js/importExport.js(+13 -0)➕
auto_py_to_exe/web/js/modal.js(+105 -0)📝
auto_py_to_exe/web/js/utils.js(+9 -0)📄 Description
import_configuration()method:Steps to reproduce:
Screenshot of confirmation modal:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.