Differences From Artifact [fbf23a2927]:
- File view/load.lua — part of check-in [f4c6e72a22] at 2021-01-07 07:35:14 on branch trunk — tentative beginnings of upload + media management system (user: lexi, size: 846) [annotate] [blame] [check-ins using]
To Artifact [9f4f065de0]:
- File view/load.lua — part of check-in [93aea04a05] at 2021-01-07 20:39:57 on branch trunk — media uploads work now, some types can be viewed (user: lexi, size: 877) [annotate] [blame] [check-ins using]
9 9 'tweet'; 10 10 'profile'; 11 11 'compose'; 12 12 'notice'; 13 13 14 14 'media-gallery'; 15 15 'media-upload'; 16 + 'media-image'; 17 + 'media-text'; 16 18 17 19 'login-username'; 18 20 'login-challenge'; 19 21 20 22 'conf'; 21 23 'conf-profile'; 22 24 'conf-sec';