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

3.0.1 [Feature request] Main window design suggestion: separate message types #2438

Closed
unclev opened this issue Sep 16, 2020 · 3 comments
Closed
Labels
enhancement enhancement of a already implemented feature/code

Comments

@unclev
Copy link

unclev commented Sep 16, 2020

Main issue: with all the messages in the main window on the same list - file changes often "get lost".

In addition to #2290 design suggestions, I suggest

  1. Separating messages by source and/or type:

    • files: creating, updating, deleting. Those activities affect the file sync process.
      (It would also be great having synchronization result on the list next to each content change record).

    • logging: info, warning, error messages.

    • sharing.

    • bookmarks.

    • other activities if reflected in the main window. (For now I see only one exception: file opening, and there should not be records like this).

    Possible UI implementation of such separation: in tabs.

  2. Separate main list messages by date similarly to the Activity page. (I suggest greyed caption item on the list).

@jancborchardt
Copy link
Member

Rather than separating this again (we had this in the past which ended up in always needing to hunt which tab the relevant info is in) we should properly do the list entries.

That mainly means grouping for example. Conflicts should be grouped in 1 entry and then taken care of in a dialog. Similar to ignored files for example.

@er-vin er-vin added design enhancement enhancement of a already implemented feature/code labels Sep 29, 2020
@joho1968
Copy link

joho1968 commented Dec 2, 2020

How about a clickable filter for the view? Allow filtering on message type and free text (simultaneously). If you're looking for conflicts, you select only that message type. If you're looking for the file "wherediditgo.txt", you can enter that in the free text field.

@FlexW
Copy link

FlexW commented Aug 10, 2021

I will close that in favour of #3644 Grouping will happen through time and related entries will be grouped. We don't want to do it with tabs right now because they will complicate the interface and will hide information.

@FlexW FlexW closed this as completed Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement of a already implemented feature/code
Projects
None yet
Development

No branches or pull requests

5 participants