Reordering and renaming of the action types variables on web to help with code readability.
Linear issue: https://linear.app/comm/issue/ENG-1662/unify-action-types-variables-on-web
Details
Details
Checked that web and native can still be launched in dev mode.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
At a high level looks good, but why was updateNavInfoActionType in nav-types to begin with? Is there a difference between a nav type and action type? Or should we keep all "actionable" types together (anything with 'update', 'set', etc.), like in this diff?
Also adding a blocking reviewer so someone else can look at this. Feel free to change blocking status
Comment Actions
No good reason
Or should we keep all "actionable" types together (anything with 'update', 'set', etc.), like in this diff?
Think this is a good idea