Skip to main content

Release α.3.0: new look

This time, it is the user interface turn to be refactored:
  • debts are now presented at the same time as the expenses. Debts view is the answer to "who owes whom?" so it makes sense to show it directly when the user logs-in.
  • The last ongoing list of expenses is directly presented when logging-in.
  • The UI's skin is totally renewed.


New login screen

New welcome screen

Geek section

This version required a big amount of work as I now use GWT2.0.

The biggest task was to embedd all my ccs code in GWT resource modules. This allows to really reduce the amount of downloaded css

I also use the new code splitting feature of GWT so that heavy components that are seldomly used are not loaded.

Popular posts from this blog

Release β.0.2: bug fixes and improvements

B: debts panel didn't span on all the available space B: when creating new expenses sheet, datebox not always synchronized with period checkbox B: anonymous expenses sheet sometimes issued a "conflict error" with no good reasons (this bug decreased also the performance) I: now possible to select expenses after the first page of expenses I: warning is displayable about the price per person (valid only if equal distribution)