[14:40:48] dbrant: for T166652, i don't see any mocks like the description is talking about, but I do see this: https://wikimedia.invisionapp.com/share/NQBXQZYMD#/screens/238241083 [14:40:48] T166652: Advise users when they are reading an article from an offline compilation - https://phabricator.wikimedia.org/T166652 [14:41:21] or should i just update the footer and do a toast with the notification described? [14:42:00] (is this actually ready for dev?) [14:43:45] I think for now the notification will do. I know that the invision mock is what Rita had in mind originally, but I'm scared of what that actual component is, and how it will behave wrt other views in the activity. [14:45:24] ok, cool. i'm going to review and merge your new UI updates and then i'll do that [15:47:56] dbrant: how would you suggest getting the date of a zim file's contents? [15:48:39] can it be done from the file itself, or will we have to expose that as metadata in our service? [15:48:54] i don't see anything promising at http://www.openzim.org/wiki/ZIM_file_format [15:52:17] mdholloway: yeah, I think it will have to come from the metadata from our service. For now, though, how about adding a date() method to the Compilation class that returns the last-modified date of the file itself? It's not much, but will do for now. [15:54:05] dbrant: ok! it so happens i wrote the code to get the local lastModified date and convert to string already. thanks!