move clear query method to lib hooks.
Details
clear query functionality should work as it did before on web. This clear query wasn't implemented on native.
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Paths
| Differential D4058 Authored by • benschac on May 16 2022, 8:36 AM.
Tags None Referenced Files
Details Summary move clear query method to lib hooks. Test Plan clear query functionality should work as it did before on web. This clear query wasn't implemented on native.
Diff Detail
Event TimelineHerald added subscribers: • abosh, • adrian, ashoat. · View Herald TranscriptMay 16 2022, 8:36 AM2022-05-16 08:36:18 (UTC-7) Harbormaster completed remote builds in B9168: Diff 12747.May 16 2022, 8:41 AM2022-05-16 08:41:11 (UTC-7) Harbormaster completed remote builds in B9183: Diff 12774.May 16 2022, 2:34 PM2022-05-16 14:34:53 (UTC-7)
Harbormaster failed remote builds in B9227: Diff 12820!May 17 2022, 8:01 AM2022-05-17 08:01:24 (UTC-7) Harbormaster completed remote builds in B9232: Diff 12825.May 17 2022, 8:35 AM2022-05-17 08:35:45 (UTC-7) Harbormaster completed remote builds in B9227: Diff 12820.May 17 2022, 8:49 AM2022-05-17 08:49:39 (UTC-7) This revision is now accepted and ready to land.May 18 2022, 3:35 AM2022-05-18 03:35:03 (UTC-7) Harbormaster completed remote builds in B9452: Diff 13090.May 24 2022, 10:36 AM2022-05-24 10:36:09 (UTC-7) Harbormaster completed remote builds in B9513: Diff 13176.May 27 2022, 11:42 AM2022-05-27 11:42:15 (UTC-7) This revision was landed with ongoing or failed builds.May 27 2022, 11:56 AM2022-05-27 11:56:05 (UTC-7) Closed by commit rCOMM50a152a78c58: [web, lib] [refactor] [ENG-536] move clear query to lib/hooks (authored by • benschac). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B9514: Diff 13177.May 27 2022, 11:59 AM2022-05-27 11:59:59 (UTC-7)
Revision Contents
Diff 12774 lib/hooks/search-sidebars.js
web/modals/chat/sidebar-list-modal.react.js
|
I think the wording here may be a bit confusing. In my experience, 'cancel' typically means close the alert, and there's another option like 'confirm' or something that will mean you're ok with discarding changes.
Here it seems like 'cancel' means we're ok with discarding changes. Not sure if it's just me though (cc @ted)