Lịch sử phiên bản Open Comments - 1 phiên bản
Open Comments bởi Open-Comments
Lịch sử phiên bản Open Comments - 1 phiên bản
Hãy cẩn thận với các phiên bản cũ! Các phiên bản này được hiển thị cho mục đích thử nghiệm và tham khảo.Bạn luôn luôn phải sử dụng phiên bản mới nhất của một tiện ích.
Phiên bản mới nhất
Phiên bản 1.3.5
Đã phát hành 30 Thg 01 2026 - 6,92 MBHoạt động với firefox 140.0 và lớn hơnUI / Navigation
Split Activity into two internal tabs: Notifications and My Comments (single view switch, no double-loading).
Only the selected Activity tab loads data; the other stays idle until clicked.
Activity tab state persisted in-memory via profileTab (notifs / activity).
Notifications UX
Fixed ugly notification rows that showed: Someone: <date> + <username> replied....
New rendering logic:
Displays actor • date on one meta line (ex: root • 31/01/2026).
Displays a cleaned message body (ex: replied to your comment) without duplicating actor.
If actor_name is missing or equals “Someone”, tries to extract actor from message.
Falls back to Notification when actor cannot be determined.
Loading / Pagination
Notifications still support Load more:
Uses limit=20 and before=<lastId> pagination.
Button visibility controlled by API hasMore.
Activity (“My Comments”) still supports Load more with offset paging.
Unread sync / Badge sync
Unread badge inside popup stays consistent:
Updates the popup badge (nav-notif-badge) immediately.
Sends OC_UNREAD_UPDATED to background to keep extension badge in sync.
Uses optimistic “mark as read” then server sync; optional forced refresh via OC_NOTIF_REFRESH.
Added helpers
Added formatting/parsing helpers:
formatNotifDate()
parseActorFromMessage()
pickActorName()
cleanNotifBody()Mã nguồn được phát hành dưới dạng Mọi Quyền Được Bảo Lưu