[Framework] Feed Item coordinator #17

Merged
javier merged 10 commits from framework/feed/coordinators into main 2024-03-21 22:56:39 +00:00

10 Commits

Author SHA1 Message Date
80b7603504 Implemented the "openItem(at: )" function for the FeedListViewModel view model in the Feed framework, and integrated it to the FeedListViewController view controller. 2024-03-21 23:54:46 +01:00
63739cb8cd Integrated the SheetRouter router inside the "open(_: )" function for the FeedListCoordinator coordinator in the Feed framework. 2024-03-21 23:52:53 +01:00
558bedb57e Implemented the SheetRouter router in the Coordination library. 2024-03-21 23:51:02 +01:00
0fb3fcfee0 Added the "close" static constant for String+Icons and UIImage+Icons extensions in the UI library. 2024-03-21 23:50:01 +01:00
391433210b Conformed the FeedListCoordinator coordinator in the Feed framework to the FeedListCoordination protocol. 2024-03-21 21:51:16 +01:00
5f2cc4638c Implemented the FeedItemCoordinator coordinator in the Feed framework. 2024-03-21 21:50:13 +01:00
aacc0fa0fe Added the "coordination" weak property to the FeedListViewModel view model in the Feed framework. 2024-03-21 21:49:16 +01:00
1618a8d841 Defined the FeedListCoordination protocol in the Feed framework. 2024-03-21 21:45:51 +01:00
af6d4db807 Added the "configuration" property constant to the FeedListCoordinator coordinator in the Feed framework to initialise the view model for the FeedListViewController view controller. 2024-03-21 21:09:08 +01:00
2cb6e95d17 Moved the FeedListConfiguration struct out of the FeedListViewController view controller in the Feed framework into its own file. 2024-03-21 21:04:58 +01:00