-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from MarcusMiguel/feature/interface-update
Updated interface
- Loading branch information
Showing
30 changed files
with
646 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/- classifieds | ||
/+ c=classifieds | ||
|_ ads=(map ship (list advertisement:classifieds)) | ||
++ grab | ||
|% | ||
++ noun (map ship (list advertisement:classifieds)) | ||
-- | ||
++ grow | ||
|% | ||
++ noun ads | ||
++ json (ads:to-json:c ads) | ||
-- | ||
++ grad %noun | ||
-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
++ grow | ||
|% | ||
++ noun chats | ||
++ json (to-json:chats:c chats) | ||
++ json (chats:to-json:c chats) | ||
-- | ||
++ grad %noun | ||
-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/- *classifieds | ||
/+ c=classifieds | ||
|_ favs=(list favorite) | ||
++ grab | ||
|% | ||
++ noun (list favorite) | ||
-- | ||
++ grow | ||
|% | ||
++ noun favs | ||
++ json (favorites:to-json:c favs) | ||
-- | ||
++ grad %noun | ||
-- |
Oops, something went wrong.