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

Version 3 release for roommates

Version 3 of kidanki has been released for roommates. I can finally enter the expenses I share with my roommates using my mobile! Some screenshots: Home screen of kidanki on a laptop Home screen of kidanki on a mobile Home screen of kidanki on a tablet

Release β.0.3: bin for expenses sheet

After many unwanted deletion of expenses sheet, bin for expenses sheets has finally been implemented. It is now impossible for users to delete directly an expenses sheet: the sheet is marked as deleted and automatically destroyed 30 days after its last edition, unless the user recovers it before. The action of deleting is now more coherent with other actions as it is undoable.