You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start a long import or export (for example, by importing a directory with many thousands of files)
Open settings (tools > options)
Close settings
Observe that the "Importing" or "exporting" screen is no longer visible
Expected behaviour
Either:
There should be a way to dismiss the "Importing"/"Exporting" screens without going to settings (e.g. an "×" button) to indicate that this is intended behavior, or
Edit: This would also likely require adding logic to indicate that an export/import is running in the background even if the screen is dismissed. Such a UI change would likely need to be discussed on the forum.
The "Importing" or "Exporting" screen should remain visible while an import or export is in progress.
Logs
No response
The text was updated successfully, but these errors were encountered:
personalizedrefrigerator
changed the title
"Exporting" and "importing" screens are hidden by opening and closing settings
Closing and opening settings dismisses "exporting" and "importing" screens
Feb 8, 2024
…creens and opening settings.
This issue implies that during the process of Importing and Exporting, opening and closing the settings screen closes the previous display that appears during those actions.
That happens because the importing screen is a Modal, which means it appears over the main screen, making the setting screen go to the main screen when the back button is pressed and not the previously appearing modal. For that, I choose the following solution:
- a close button is added to show that the import and export processes are processes that happen on the back, and the users can continue using the app. This is an expected behavior that is intuitive and saves time for the user, increasing user experience.
I fixed this issue by adding a button that goes with the style of the app:
- adding a button with a clicked-based function to close the modal on showModalMessage.tsx;
- styling on main.scss based on the previous implementation.
Signed-off-by: Henrique Silva <[email protected]>
Operating system
Linux
Joplin version
2.14.12
Desktop version info
Joplin 2.14.12 (dev, linux)
Client ID: 50a95f7d97414363a84473b388d1916d
Sync Version: 3
Profile Version: 45
Keychain Supported: No
Revision: 01ec640
CodeMirror 6 snippets: 0.0.4
Simple Backup: 1.3.5
Current behaviour
tools
>options
)Expected behaviour
Either:
Logs
No response
The text was updated successfully, but these errors were encountered: