The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: rename lexicons

+9 -9
+1 -1
lexicons/moe/hayden/cookware/defs.json lexicons/blue/recipes/feed/defs.json
··· 1 1 { 2 2 "lexicon": 1, 3 - "id": "moe.hayden.cookware.defs", 3 + "id": "blue.recipes.feed.defs", 4 4 "defs": { 5 5 "ingredient": { 6 6 "type": "object",
+3 -3
lexicons/moe/hayden/cookware/getRecipe.json lexicons/blue/recipes/feed/getRecipe.json
··· 1 1 { 2 2 "lexicon": 1, 3 - "id": "moe.hayden.cookware.getRecipe", 3 + "id": "blue.recipes.feed.getRecipe", 4 4 "defs": { 5 5 "main": { 6 6 "type": "query", ··· 46 46 "type": "array", 47 47 "items": { 48 48 "type": "ref", 49 - "ref": "moe.hayden.cookware.defs#ingredient" 49 + "ref": "blue.recipes.feed.defs#ingredient" 50 50 } 51 51 }, 52 52 "steps": { 53 53 "type": "array", 54 54 "items": { 55 55 "type": "ref", 56 - "ref": "moe.hayden.cookware.defs#step" 56 + "ref": "blue.recipes.feed.defs#step" 57 57 } 58 58 } 59 59 }
+1 -1
lexicons/moe/hayden/cookware/getRecipes.json lexicons/blue/recipes/feed/getRecipes.json
··· 1 1 { 2 2 "lexicon": 1, 3 - "id": "moe.hayden.cookware.getRecipes", 3 + "id": "blue.recipes.feed.getRecipes", 4 4 "defs": { 5 5 "main": { 6 6 "type": "query",
+4 -4
lexicons/moe/hayden/cookware/recipe.json lexicons/blue/recipes/feed/recipes.json
··· 1 1 { 2 2 "lexicon": 1, 3 - "id": "moe.hayden.cookware.recipe", 3 + "id": "blue.recipes.feed.recipe", 4 4 "defs": { 5 5 "main": { 6 6 "type": "record", ··· 24 24 }, 25 25 "estimate": { 26 26 "type": "ref", 27 - "ref": "moe.hayden.cookware.defs#elapsedTime" 27 + "ref": "blue.recipes.feed.defs#elapsedTime" 28 28 }, 29 29 "ingredients": { 30 30 "type": "array", 31 31 "items": { 32 32 "type": "ref", 33 - "ref": "moe.hayden.cookware.defs#ingredient" 33 + "ref": "blue.recipes.feed.defs#ingredient" 34 34 } 35 35 }, 36 36 "steps": { 37 37 "type": "array", 38 38 "items": { 39 39 "type": "ref", 40 - "ref": "moe.hayden.cookware.defs#step" 40 + "ref": "blue.recipes.feed.defs#step" 41 41 } 42 42 } 43 43 }