30 | | * Tab – “Event Log” (Completed) |
31 | | * A tab is needed to show the log file. Should be called Event Log. (Completed) |
32 | | * Log file display needs to include timestamp (Completed) |
33 | | * Only needs client messages – not manager messages (Completed) |
34 | | * Button needed for ‘copy all messages’ (to paste into email/forums for help) (Completed) |
| 30 | * Tab – “Event Log” '''(Completed)''' |
| 31 | * A tab is needed to show the log file. Should be called Event Log. '''(Completed)''' |
| 32 | * Log file display needs to include timestamp '''(Completed)''' |
| 33 | * Only needs client messages – not manager messages '''(Completed)''' |
| 34 | * Button needed for ‘copy all messages’ (to paste into email/forums for help) '''(Completed)''' |
| 35 | * Monitor: Use get_messages(seq_no) to retrieve new messages from the client. Currently the Background task discards the known message list and redownloads the last 250 events on every refresh. |
| 36 | * UI: Append new messages to the local message array and only send an update event if a new message was added or an old message deleted. |