Erik Basargin
Erik Basargin
Hi 👋 I noticed if calculated `contentHeight` in `ActionController`, we didn't use `collectionView.contentInset.bottom`. I think it's not correct. For example, you can see `DynamicsActionController` that it uses `collectionView.contentInset.bottom` for calculate...
## Describe the solution you'd like For each page should work one search manager. For now, the NavigationView for iPad has double column mode. This makes problems to change states...
# Description # How has this been tested? # Checklist - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review...
## Describe the solution you'd like To avoid any delays with showing a content of some post - Implement new type of parsing the content of each post - We...
## Describe the solution you'd like - [ ] Implement the search field for any devices the navbar
## Describe the solution you'd like - [ ] Add list of global notifications (only for the iPad version) - [ ] Implement a deleting ability for each banner -...
## Describe the solution you'd like - [ ] Move PostItemView and all related subviews to the Components module ## Additional context Has to be done after #48
## Describe the solution you'd like - [ ] Need add an info block to a question item and its details ## Additional context - [Example of question with additional...
## Describe the solution you'd like An example of how we could add the [Highlightr](https://github.com/raspu/Highlightr) ```swift import Highlightr ``` Add to Markdown.CodeBlockView the next code: ```swift var body: some View...
## Describe the solution you'd like - [x] Implement page & store (FilterView #35 /FilterStore) in the HomeFlow module - [x] FilterStore should live in PageStore and connect with the...