Ticket #37 (new restructure)

Opened 1 year ago

Last modified 1 year ago

New notifications handling

Reported by: azza-bazoo Assigned to: azza-bazoo
Priority: major Milestone: 0.4
Component: ajax-interface Version:
Keywords: Cc:

Description

Need new JavaScript code (perhaps a new control class) that's called whenever the client is waiting on a response from the PHP, to trigger some sort of loading notification and also other interface events.

  • change of state, e.g. going from message list to message display
  • minor panel update, e.g. when editing identities in the settings window
  • some medium state in between these, e.g. for mailbox list refreshes

Change History

11/23/07 07:00:32 changed by daniel

Basics of the implementation in r215. Will need some tweaking to improve the asthetic of the loading transitions.

12/01/07 18:25:13 changed by daniel

r225 includes a hack to replace the spinner gif animation with the browser's own internal loading notification. This will need some more work to make it less hackish.