focus-ios
focus-ios copied to clipboard
URL bar refactor
Problems with the current implementation:
The URL bar is a core part of the application, many parts interact with it. Over the time the codebase grew and we don’t have a single coherent way to interact with it. It has and implements many delegates.
Some properties which should be private are exposed as public.
Possible solution
Reimplement the URL Bar component, extract it to a separate module.
- [x] #3606
- [x] #3608
- [x] #3609
- [ ] #3610
- [x] #3611
- [x] #3613
- [x] #3623
- [x] #3628
- [x] #1964
┆Issue is synchronized with this Jira Task