[dreamwidth/dreamwidth] 682f43: Convert Homepage to Foundation/TT (#3237)
Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: 682f4310caaf65da04ac416c7229d0a201534b7a https://github.com/dreamwidth/dreamwidth/commit/682f4310caaf65da04ac416c7229d0a201534b7a Author: momijizukamori momijizukamori+bugzilla@gmail.com Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths: M bin/upgrading/deadphrases.dat M bin/upgrading/en.dat M cgi-bin/DW/Panel.pm M cgi-bin/DW/Widget/AccountStatistics.pm M cgi-bin/DW/Widget/CommunityManagement.pm M cgi-bin/DW/Widget/LatestInbox.pm M cgi-bin/DW/Widget/LatestNews.pm M cgi-bin/DW/Widget/QuickUpdate.pm M cgi-bin/DW/Widget/ReadingList.pm M cgi-bin/DW/Widget/SiteSearch.pm M cgi-bin/DW/Widget/UserTagCloud.pm M cgi-bin/LJ/Web.pm M cgi-bin/LJ/Widget.pm M cgi-bin/LJ/Widget/CurrentTheme.pm M cgi-bin/LJ/Widget/FriendBirthdays.pm A ext/dw-nonfree/cgi-bin/DW/Controller/Index.pm R ext/dw-nonfree/htdocs/index.bml R ext/dw-nonfree/htdocs/index.bml.text.local R ext/dw-nonfree/htdocs/js/homepage_loggedin.js M ext/dw-nonfree/htdocs/js/tropo/homepage.js M ext/dw-nonfree/htdocs/stc/tropo/homepage.css A ext/dw-nonfree/views/index.tt A ext/dw-nonfree/views/index.tt.text.local M htdocs/js/quickupdate.js M htdocs/scss/foundation/components/_type.scss M htdocs/stc/widgets/currenttheme.css M htdocs/stc/widgets/friendbirthdays.css M htdocs/stc/widgets/latestinbox.css R htdocs/stc/widgets/quickupdate.css A views/widget/accountstatistics.tt A views/widget/communitymanagement.tt A views/widget/currenttheme.tt A views/widget/friendbirthdays.tt A views/widget/latestinbox.tt A views/widget/latestnews.tt A views/widget/quickupdate.tt A views/widget/readinglist.tt A views/widget/sitesearch.tt A views/widget/usertagcloud.tt
Log Message:
Convert Homepage to Foundation/TT (#3237)
- Converts all widgets used on the homepage to TT
- Adds a series of .smaller heading element defs so that we can visually reduce headers in a standard way without semantically reducing them
- Takes advantage of the ability to use multiple background layers on a single div to massively clean up the code for the logged out home page.