[Framework] Feed item view in the Feed framework #10

Merged
javier merged 12 commits from framework/feed/feed-details into main 2024-03-20 01:42:22 +00:00

12 Commits

Author SHA1 Message Date
d29dae5c79 Implemented the FeedItemViewController view controller in the Feed framework. 2024-03-20 02:34:25 +01:00
ca50f5ff3a Integrated the FakeLabel component into the FeedItemCell component in the Feed framework. 2024-03-20 02:33:41 +01:00
408e90d53f Implemented the FakeLabel component in the UI library. 2024-03-20 02:33:11 +01:00
2da8f417c4 Improved the overall layout of the FeedItemCell component in the Feed framework. 2024-03-20 01:34:54 +01:00
5b1ca622b7 Defined the "info" and "person" static constants for the Image+Icons, String+Icons, and UIImage+Icons extensions for the UI library. 2024-03-20 01:34:20 +01:00
32c0ef500d Integrated the StarRating component from the UI library into the FeedItemCell component in the Feed framework. 2024-03-20 00:49:40 +01:00
2313afb8c4 Implemented the StarRating component in the UI library. 2024-03-20 00:48:27 +01:00
dbf71cc50d Renamed the DetailsViewController view controller in the Feed framework as FeedItemViewController. 2024-03-19 19:22:34 +01:00
461adc1be4 Renamed the FeedViewController view controller in the Feed framework as FeedListViewController. 2024-03-19 19:15:55 +01:00
0512f2fa42 Implemented a basic navigation bar for the FeedViewController view controller in the Feed framework. 2024-03-19 19:12:25 +01:00
05b5b8dc50 Improved the overall implementation of the DetailsViewController view controller in the Feed framework. 2024-03-19 11:53:02 +01:00
07ca1605e2 Renamed the FeedItem component in the Feed framework as FeedItemCell. 2024-03-19 10:24:52 +01:00