You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: loosen flag detection to include all non-zero
* refactor: use snake case
* fix: use camelcase variable name
* chore: remove console.log
* Update src/graphql/helpers.ts
Co-authored-by: Copilot <[email protected]>
* docs: add flag codes decription
---------
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,18 @@ yarn start
65
65
66
66
To load a space settings in the database you can go on this endpoint <http://localhost:3000/api/spaces/yam.eth/poke> (change yam.eth with the space you want to activate).
67
67
68
+
## Flag codes
69
+
70
+
The hub uses flag codes (`flagCode`) to mark proposals and spaces for various reasons:
0 commit comments