about summary refs log tree commit diff
path: root/src/state/queries/messages/actor-declaration.ts
Commit message (Collapse)AuthorAgeFilesLines
* Replace getAgent() with reading agent (#4243)dan2024-05-281-4/+4
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* Set chat declaration upon signup (#4084)Eric Bailey2024-05-171-2/+0
|
* [🐴] NUX (#4062)Samuel Newman2024-05-171-1/+21
| | | | | | | | | | | | | | | | | | | | | | | * remove type assertion * DMs NUX * delete button for testing * tweak styles and copy * rm log * style tweaks * reduce amount of words * Fix not showing on first load * Spacing tweaks --------- Co-authored-by: Eric Bailey <git@esb.lol>
* [🐴] Settings screen (#3830)Samuel Newman2024-05-141-0/+64
* create settings screen + api * update api package * use putrecord API with validate false * create new RadioGroup component