This website requires JavaScript.
Explore
Help
Sign In
ilyakooo0
/
urbit
Watch
1
Star
0
Fork
0
You've already forked urbit
mirror of
https://github.com/ilyakooo0/urbit.git
synced
2024-12-18 20:31:40 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
202de122ab
urbit
/
pkg
/
arvo
/
mar
/
chat
/
view-action.hoon
9 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
chat: improve namespacing of chat-* types Improved the namespacing by dropping the app prefix on types, e.g. chat-hook-action -> action. Compensated for shadowing by importing the /sur files behind a face. End result is that a chat-hook-action becomes an action:hook. Splits chat-json into lib/chat-{hook,store,view}. Uses ^? on changes files in /lib and /sur to discourage deeply nested importing.
2020-04-25 06:51:28 +03:00
/+ *chat-view
|_ act=action
app: Added chat store, hook, marks, and view.
2019-10-01 02:25:25 +03:00
++ grab
|%
chat: improve namespacing of chat-* types Improved the namespacing by dropping the app prefix on types, e.g. chat-hook-action -> action. Compensated for shadowing by importing the /sur files behind a face. End result is that a chat-hook-action becomes an action:hook. Splits chat-json into lib/chat-{hook,store,view}. Uses ^? on changes files in /lib and /sur to discourage deeply nested importing.
2020-04-25 06:51:28 +03:00
++ noun action
chat: address review comments
2020-04-29 11:36:12 +03:00
++ json action:dejs
app: Added chat store, hook, marks, and view.
2019-10-01 02:25:25 +03:00
--
--
Reference in New Issue
Copy Permalink