-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replace props accepting
UnixTimestamp
with TPost
and `TPostTime…
…Key` to get timestamp within the component instead of its usages * now will only show one of the timestamps that are relative to the previous, next or parent post before the default one that is relative to now @ `badges/<BadgePostTime>` + `getSiblingPostedAt()` to share similar values for props `(previous|next)TimeOverride` of `<BadgePostTime>` * replace prop `replyAuthoruid` with `reply` for `<BadgePostTime>.parentPost` @ `<SubReplyGroup>` * replace prop `threadAuthoruid` with `thread` for `<BadgePostTime>.parentPost` @ `<ReplyItem>` & `<SubReplyGroup>` @ renderers/list @ components/Post + bundled icons for `<BadgePostTime>` @ fontAwesome.ts + `undefinedOr()` + exported `postType(Text)` and its types - unused exported `postTypeToID` @ index.ts @ shared @ fe
- Loading branch information
Showing
6 changed files
with
105 additions
and
64 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
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
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
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
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
export { | ||
faChevronUp, | ||
faChevronDown, | ||
faAnglesUp, | ||
faCalendarAlt, | ||
faChartPie, | ||
faClock, | ||
|
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