azu
azu
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...
[A simpler API for authoring commits | GitHub Changelog](https://github.blog/changelog/2021-09-13-a-simpler-api-for-authoring-commits/) We can use `createCommitOnBranch` instead of Rest API.
I've implemented the rename function using write and delete batch update. https://github.com/jser/jser.github.io/blob/develop/actions/update-draft-pr/src/rename.ts But, I want to get the correct way that rename a to b at once.
We want to get a suitable client icon https://github.com/azu/missue/blob/master/client/octoface.png Additionally, we need to support non macOS-icons.