Will Hanlen
9b5c222843
accel ui rewrite
2024-06-12 18:41:09 +02:00
Liam Fitzgerald
2376192da7
neo: fix synchronisation
2024-06-12 11:19:18 -04:00
SuperCoolYun
1449c7b52b
single input for dm or groupchat cases
2024-06-11 22:01:54 -04:00
hanfel-dovned
78577c8675
update groupchat pokes to take a list of invitees
2024-06-11 13:48:17 -07:00
SuperCoolYun
a9724601e9
updating messages view
2024-06-11 16:08:51 -04:00
Will Hanlen
20a74501bf
add home/docs
2024-06-11 20:49:05 +02:00
SuperCoolYun
67e68b36be
working on new-dm bug
2024-06-11 14:05:40 -04:00
~hanfel-dovned
4eeb85c12f
Merge pull request #46 from urbit/yun/tasks
...
Tasks -> revert-role-conversions
2024-06-11 11:04:40 -07:00
~hanfel-dovned
287ca5b8f4
Merge branch 'wh/revert-role-conversions' into yun/tasks
2024-06-11 11:03:54 -07:00
Will Hanlen
7800db7afd
fix stud link in raw view
2024-06-11 18:37:01 +02:00
Will Hanlen
bddf3d267c
render pretty printed state in raw view
2024-06-11 18:28:29 +02:00
SuperCoolYun
e93ef1bd95
txt-htmx message div
2024-06-11 12:08:30 -04:00
SuperCoolYun
d9e7e96003
latest messenger UI
2024-06-11 12:05:04 -04:00
bonbud-macryg
38792a070e
wip: messenger backend
2024-06-11 15:07:59 +01:00
Will Hanlen
1864882941
'new tab' -> 'new window'
2024-06-11 16:04:34 +02:00
Will Hanlen
019d54051b
fix sky positional saving
2024-06-11 16:04:07 +02:00
Will Hanlen
6bdaa34795
use pail from q.saga.idea
2024-06-11 11:59:50 +02:00
Will Hanlen
5dd726f963
suppress noise ++mean
2024-06-11 11:54:00 +02:00
bonbud-macryg
ebe3ee265b
Amend for kids-done
2024-06-11 10:52:05 +01:00
SuperCoolYun
ef7d2b39d9
alert bug fixed
2024-06-10 23:07:36 -04:00
SuperCoolYun
d217f1f8aa
messenger UI
2024-06-10 19:14:58 -04:00
Will Hanlen
1cd93f5fec
fix diary
2024-06-10 22:20:12 +02:00
Will Hanlen
c2d8b411ea
render root with children
2024-06-10 22:20:00 +02:00
Will Hanlen
71d0db2030
Merge pull request #49 from urbit/kids-remove-root
...
Remove / from kids.bowl
2024-06-11 01:55:56 +09:00
bonbud-macryg
b3376cb10f
wip: messenger overview
2024-06-10 17:11:35 +01:00
bonbud-macryg
56f1c665fd
Add missing bracket
2024-06-10 14:14:35 +01:00
bonbud-macryg
cb4f0e93d1
Rename messenger.js to messenger.md
2024-06-10 14:14:09 +01:00
bonbud-macryg
f2cebb1ec6
Implement feedback on docs
2024-06-10 14:11:54 +01:00
hanfel-dovned
eb7fbda674
fix merge conflict and update task protocol with kids-done state
2024-06-07 15:15:19 -07:00
hanfel-dovned
d7c29a54f9
use skip instead of wutcol
2024-06-07 13:26:47 -07:00
hanfel-dovned
a2c3944f45
make home determine its immediate children based on relative path
2024-06-07 13:05:19 -07:00
hanfel-dovned
8fe48dba7f
remove / from kids.bowl in hawk-eyre-handler
2024-06-07 12:23:12 -07:00
hanfel-dovned
ee51bdc982
Merge branch 'hd/z-care-hawk' of github.com:urbit/shrub into kids-remove-root
2024-06-07 12:13:24 -07:00
bonbud-macryg
f98748d174
Draft tasks tutorial
2024-06-07 20:03:22 +01:00
bonbud-macryg
eb93355593
Edit node-task-diff
2024-06-07 20:01:06 +01:00
bonbud-macryg
15f8bd977a
Edit task-diff-htmx
2024-06-07 19:58:36 +01:00
bonbud-macryg
ca2037cb27
Edit task-htmx comments
2024-06-07 19:55:56 +01:00
~hanfel-dovned
a18eac2a24
Merge pull request #45 from urbit/bm/diary
...
Diary -> revert-role-conversions
2024-06-07 10:35:14 -07:00
bonbud-macryg
11f9595aa0
/diary -> Diary
2024-06-07 18:29:35 +01:00
bonbud-macryg
1c552acd9e
Document lore
2024-06-07 18:28:34 +01:00
SuperCoolYun
fd79872b48
ui update
2024-06-07 12:57:52 -04:00
Will Hanlen
dc0c46abc6
sky: interpret POST requests as pokes
...
on hearing a POST, the hawk will:
- find a poke-stud in the requesting url
- build a converstion from node to that poke-stud
- convert the body of the request (content-type=html) to the
poke
- attempt to find a conversion from poke-stud to htmx
- if none is found, a default refresher is returned
- "apply" the poke and return some html
2024-06-07 12:52:16 -04:00
Will Hanlen
10638e9a3b
finish merge from wh/sky-post-pokes
2024-06-07 12:52:16 -04:00
Will Hanlen
fb02af1e68
cleanup
2024-06-07 12:52:16 -04:00
Will Hanlen
79794cc20b
sky: interpret POST requests as pokes
...
on hearing a POST, the hawk will:
- find a poke-stud in the requesting url
- build a converstion from node to that poke-stud
- convert the body of the request (content-type=html) to the
poke
- attempt to find a conversion from poke-stud to htmx
- if none is found, a default refresher is returned
- "apply" the poke and return some html
2024-06-07 12:52:16 -04:00
Will Hanlen
10279f7f66
finish merge from wh/sky-post-pokes
2024-06-07 12:52:16 -04:00
Will Hanlen
c7bbfe4310
cleanup
2024-06-07 12:52:04 -04:00
Will Hanlen
8c14d35181
sky: interpret POST requests as pokes
...
on hearing a POST, the hawk will:
- find a poke-stud in the requesting url
- build a converstion from node to that poke-stud
- convert the body of the request (content-type=html) to the
poke
- attempt to find a conversion from poke-stud to htmx
- if none is found, a default refresher is returned
- "apply" the poke and return some html
2024-06-07 12:52:04 -04:00
hanfel-dovned
5a744b6f7b
fix mar/md and mar/txt
2024-06-07 12:51:53 -04:00
bonbud-macryg
1f9e5b3368
Remove XX about explaining %pro
2024-06-07 12:51:53 -04:00