[dreamwidth/dreamwidth] e3a1ce: Small tweaks to drafts on the new entries page
Branch: refs/heads/code-tour Home: https://github.com/dreamwidth/dreamwidth Commit: e3a1ceb16da8ea3d6735be6b627542914c59ff1c https://github.com/dreamwidth/dreamwidth/commit/e3a1ceb16da8ea3d6735be6b627542914c59ff1c Author: Cocoa momijizukamori@gmail.com Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths: M cgi-bin/DW/Controller/Entry.pm M views/entry/form.tt
Log Message:
Small tweaks to drafts on the new entries page
- fix incorrect class for subject text input
- display correct text on restore dialog when subject is empty
properly clear out draft userprops on post.
Commit: c78545b51b43f0eab54c2ecafb49735910d05121 https://github.com/dreamwidth/dreamwidth/commit/c78545b51b43f0eab54c2ecafb49735910d05121 Author: momijizukamori momijizukamori+bugzilla@gmail.com Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths: M cgi-bin/DW/Controller/Inbox.pm M htdocs/js/dw/dw-core.js M htdocs/js/jquery.inbox.js M views/components/pagination.tt
Log Message:
Properly update inbox count and inbox pagination when items are read/deleted (#3145)
Add the global inbox count update function back to new pages
Re-render inbox pagination on update
Fix pagination URLs for async updates