Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rerun search if new archive is opened | ConfuSomu | 2024-01-05 |
| | |||
* | Remove useless code | ConfuSomu | 2024-01-04 |
| | |||
* | Move activity list to a tab widget | ConfuSomu | 2024-01-03 |
| | | | | | | | | This allows us to have more tabs in the future with additional information, such as information about the Actor or even other activity views. This commit was quite a lot of work and refactoring! | ||
* | Fix extraneous margin around status info widget | ConfuSomu | 2023-11-18 |
| | |||
* | Move status info widget to its own widget | ConfuSomu | 2023-11-12 |
It is responsable of processing list items which are given to it, via signals, and then displaying them on the interface. Making this widget separate and modular will allow creating more advanced status views that aren't only HTML-based and that are more intuitive to use. |