Code review comment for lp:~pkunal-parmar/ubuntu-calendar-app/TimeLineView

Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

> 138 + property bool expanded: false
> 139 + property bool expanding: false
> 140 + property bool compressing: false
>
> As a side note, the above code (and all associated animations) could be
> largely simplified by using QML states (see http://qt-
> project.org/doc/qt-5.0/qtquick/qtquick-statesanimations-states.html).
> This can be addressed in a separate branch though.

I will address this, when I will work on creating common base for DiaryView and TimeLineView

« Back to merge proposal