Skip to main content

Posts

Showing posts from February, 2010

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.