issue: https://linear.app/comm/issue/ENG-4681/create-action-objects-for-all-actions
first two actions will be updated in next diff
Paths
| Differential D9370 Authored by inka on Oct 5 2023, 8:50 AM.
Details Summary issue: https://linear.app/comm/issue/ENG-4681/create-action-objects-for-all-actions first two actions will be updated in next diff Test Plan Tested that the actions work as expected
Diff Detail
Event TimelineHerald added subscribers: will, tomek, ashoat. · View Herald TranscriptOct 5 2023, 8:50 AM2023-10-05 08:50:31 (UTC-7) inka edited the summary of this revision. (Show Details)Oct 5 2023, 9:02 AM2023-10-05 09:02:24 (UTC-7) inka added a parent revision: D9369: [lib][web][native] Refactor actions in message-report-actions.js. Harbormaster completed remote builds in B23005: Diff 31685.Oct 5 2023, 9:09 AM2023-10-05 09:09:21 (UTC-7)
This revision is now accepted and ready to land.Oct 11 2023, 1:32 AM2023-10-11 01:32:35 (UTC-7) Harbormaster completed remote builds in B23678: Diff 32632.Nov 2 2023, 10:45 AM2023-11-02 10:45:45 (UTC-7) Closed by commit rCOMM635d1a0d6032: [lib][web][native] Refactor actions in thread-actions.js pt.1 (authored by inka). · Explain WhyNov 6 2023, 5:45 AM2023-11-06 05:45:03 (UTC-8) This revision was automatically updated to reflect the committed changes. Comment Actions This diff introduced a bunch of imports that don't include the .js file suffix. We aren't able to enforce that suffix via ESLint right now, but we should still try to always include the .js file suffix Comment Actions
Sorry about this. I noticed that VSCode sometimes even removes the .js that were previously present. I'm trying to add them even if that doesn't cause any errors
Revision Contents
Diff 32761 lib/actions/message-actions.js
lib/actions/thread-actions.js
lib/reducers/message-reducer.js
lib/shared/thread-utils.js
|