Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

検索履歴の追加 #2202

Merged
merged 19 commits into from
May 28, 2021
Merged

検索履歴の追加 #2202

merged 19 commits into from
May 28, 2021

Conversation

ras0q
Copy link
Member

@ras0q ras0q commented May 19, 2021

履歴が表示されるところまでは作りましたが、履歴が更新されません。

@codecov
Copy link

codecov bot commented May 19, 2021

Codecov Report

Merging #2202 (3752de3) into master (0a4ad2d) will increase coverage by 0.06%.
The diff coverage is 26.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2202      +/-   ##
==========================================
+ Coverage   41.01%   41.08%   +0.06%     
==========================================
  Files         148      148              
  Lines        3757     3763       +6     
  Branches      587      599      +12     
==========================================
+ Hits         1541     1546       +5     
- Misses       2214     2215       +1     
  Partials        2        2              
Impacted Files Coverage Δ
src/store/app/mutations.ts 15.38% <8.33%> (-84.62%) ⬇️
src/store/app/index.ts 100.00% <100.00%> (ø)
src/store/app/state.ts 100.00% <100.00%> (ø)
src/lib/apis.ts 51.42% <0.00%> (-24.77%) ⬇️
src/store/ui/modal/state.ts 100.00% <0.00%> (ø)
src/lib/webrtc/traQRTCClient.ts 5.49% <0.00%> (+0.05%) ⬆️
src/store/domain/messagesView/actions.ts 10.94% <0.00%> (+1.02%) ⬆️
src/router/index.ts 65.38% <0.00%> (+1.38%) ⬆️
src/store/ui/modal/actions.ts 18.00% <0.00%> (+4.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a4ad2d...3752de3. Read the comment docs.

@sapphi-red sapphi-red self-requested a review May 22, 2021 08:32
@sapphi-red sapphi-red linked an issue May 22, 2021 that may be closed by this pull request
ras0q added 4 commits May 23, 2021 01:40
- include settleHistorySuggestions into settleQuery
- change varName
- change getHistorySuggestions to historySuggestions
- fix grammar
- todo 削除したときは`store.currentInput`に追加されないでほしい
:class="$style.icon"
:size="24"
:inner-size="12"
@click.stop="removeHistorySuggestion(label)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここで消すのではなくて、親にremoveイベント送って親で消してほしいです 🙏
これは選択のほうもそういう実装になってるので一貫性を保ちたいからです

@ras0q
Copy link
Member Author

ras0q commented May 27, 2021

修正しました
一部変数名も変更しましたがおかしかったら教えて頂けるとありがたいです:pray:

@sapphi-red sapphi-red self-requested a review May 27, 2021 11:39
Copy link
Contributor

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

デグレってます
ほかはよさそうです 👍

@sapphi-red sapphi-red changed the title WIP 検索履歴の追加 検索履歴の追加 May 27, 2021
@sapphi-red sapphi-red marked this pull request as ready for review May 27, 2021 16:17
@ras0q
Copy link
Member Author

ras0q commented May 27, 2021

直しました:pray:

Copy link
Contributor

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:yosa: 🎉

@sapphi-red sapphi-red merged commit aea65c0 into traPtitech:master May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

検索履歴を保存したい
2 participants