-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor NotificationsView date formatter locale and clean up unused …
…overlay code - Updated the date formatter in NotificationRow to use the current locale instead of a fixed "zh_CN" locale. - Removed the overlay code for clickable links in notifications, simplifying the view structure. - Ensured proper formatting and consistency in V2EXRouter by adding a newline at the end of the file.
- Loading branch information
Showing
2 changed files
with
2 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,4 +130,4 @@ extension V2EXRouter { | |
static func notifications(page: Int) -> V2EXRouter { | ||
.notifications(page: page) | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters