hatebupwa
hatebupwa copied to clipboard
Hatena Bookmark search app.
Enter: do filter function It aim to re-filter after update list manually. ## Tasks - [ ] Add `onEnter` to https://github.com/azu/hatebupwa/blob/6a67ac5b224bf9fb17f64b8658c7d1ff06e20128/src/component/HatebuSearchList/HatebuSearchList.tsx#L122
Currentlly, the app has not define limitation when no filter input. We should add display limitation like `1000`. It will make more fast to show default list.
 This scrollbar affect view port width. It is a jank. ## Task - [ ] Always show scrollbar or hide scrollbar
#1 is related. [nativefier](https://github.com/jiahaog/nativefier) does not focus on content. So, we can not focus textarea at first. We need to create custom electron app.
We should not request to /hatebu when the device is offline. ## Todo - [ ] Add network statsu to `AppSession` - [ ] Reqeust UseCase use the network status...
Add `FocusFilterTextFieldUseCase`, but it is not working correctly. Probably, the web content can not get focus from chrome content. I want to launch the app and focus text field. But...