-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Major overhaul (RecipeView
update, sections support, recipes list view, ...)
#2115
base: master
Are you sure you want to change the base?
Commits on Feb 19, 2024
-
refactor: Migrate, cleanup, and document
helper.js
,logging.js
, a……nd `title-rename.js` to typescript Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6689c86 - Browse repository at this point
Copy the full SHA 6689c86View commit details -
refactor: Add multiple TS classes for representing recipe-related sch…
…ema.org objects Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88050c6 - Browse repository at this point
Copy the full SHA 88050c6View commit details -
test: Allow testing typescript with Jest
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b17cca2 - Browse repository at this point
Copy the full SHA b17cca2View commit details -
test: Add tests for TS schema.org model classes
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb6816c - Browse repository at this point
Copy the full SHA bb6816cView commit details -
test: Add cookbook aliases to Jest config
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0ec007 - Browse repository at this point
Copy the full SHA d0ec007View commit details -
feat: Add utility methods for mapping objects to integer, string, or …
…string/string[] Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c66380f - Browse repository at this point
Copy the full SHA c66380fView commit details -
test: Add tests for object-mapping utility methods
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26a427a - Browse repository at this point
Copy the full SHA 26a427aView commit details -
feat: Add
fromJSON
method mapping JSON to a NutritionInformation ob……ject. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d15f3b3 - Browse repository at this point
Copy the full SHA d15f3b3View commit details -
feat: Add
fromJSON
method mapping JSON to aQuantitativeValue
obj……ect. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f46fe6b - Browse repository at this point
Copy the full SHA f46fe6bView commit details -
feat: Add
fromJSON
method mapping JSON to aHowToSupply
and `HowT……oTool` object. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dbe1c0 - Browse repository at this point
Copy the full SHA 4dbe1c0View commit details -
feat: Add
fromJSON
method mapping JSON to aHowToSection
and `How……ToDirection` object. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d6095a - Browse repository at this point
Copy the full SHA 8d6095aView commit details -
feat: Add
fromJSON
method mapping JSON to aRecipe
and object.Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94300a6 - Browse repository at this point
Copy the full SHA 94300a6View commit details -
test(js): Add tests for
fromJSON
method ofNutritionInformation
a……nd `QuantitativeValue`. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5710085 - Browse repository at this point
Copy the full SHA 5710085View commit details -
test(js): Add tests for
fromJSON
method ofHowToSupply
and `HowTo……Tool`. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6723100 - Browse repository at this point
Copy the full SHA 6723100View commit details -
test(js): Add tests for
fromJSON
method ofHowToDirection
and `Ho……wToSection`. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21605b2 - Browse repository at this point
Copy the full SHA 21605b2View commit details -
test(js): Add tests for
fromJSON
method ofRecipe
.Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ff6ab5 - Browse repository at this point
Copy the full SHA 3ff6ab5View commit details -
test(js): Add tests for
fromJSON
method ofRecipe
: Test mapping s……imple strings for `tool`, `recipeInstructions`, and `supply` properties Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3706bc1 - Browse repository at this point
Copy the full SHA 3706bc1View commit details -
feat: Add support for mapping simple strings for
tool
, `recipeInstr……uctions`, and `supply` properties to `fromJSON` method of `Recipe`. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37bcaed - Browse repository at this point
Copy the full SHA 37bcaedView commit details -
fix: Migrate
api-interface.js
to Typescript, fix incorrect @nextclo……ud/axios usage. Fix wrong import order in `HowToTool` Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8861a1 - Browse repository at this point
Copy the full SHA a8861a1View commit details -
test: Add test class for
helpers
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d183a04 - Browse repository at this point
Copy the full SHA d183a04View commit details -
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f737a54 - Browse repository at this point
Copy the full SHA f737a54View commit details -
feat: Add option to split comma-separated string to array in `jsonMap…
…per` `mapStringOrStringArray()` Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62cdd1a - Browse repository at this point
Copy the full SHA 62cdd1aView commit details -
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f58df4b - Browse repository at this point
Copy the full SHA f58df4bView commit details -
feat: Multiple improvements in schema.org model classes
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e963ea - Browse repository at this point
Copy the full SHA 9e963eaView commit details -
test: Update for schema.org model classes
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd00646 - Browse repository at this point
Copy the full SHA fd00646View commit details -
fix: Multiple updates to
RecipeView
to consider usage of new model ……classes Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3c28b6 - Browse repository at this point
Copy the full SHA c3c28b6View commit details -
feat: Add mapper for API responses.
Move `api-interface` to subdirectory Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ebeba5 - Browse repository at this point
Copy the full SHA 6ebeba5View commit details -
test: Add tests for jsonMapper
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b47e45 - Browse repository at this point
Copy the full SHA 1b47e45View commit details -
feat: Add support for HowToStep and HowToTip in HowToSection class. A…
…dd test. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 785bee3 - Browse repository at this point
Copy the full SHA 785bee3View commit details -
test: Migrate applyRecipeFilters test to typescript
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e6b573 - Browse repository at this point
Copy the full SHA 4e6b573View commit details -
fix: Add missing exports to
Models/schema
and multiple style fixesSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ebf658 - Browse repository at this point
Copy the full SHA 6ebf658View commit details -
feat: Add
RecipeInstructionsTip
vue componentSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 859410e - Browse repository at this point
Copy the full SHA 859410eView commit details -
feat: Add
RecipeInstructionsDirection
vue componentSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a9a800 - Browse repository at this point
Copy the full SHA 8a9a800View commit details -
feat: Add
RecipeInstructionsStep
vue componentSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c172d38 - Browse repository at this point
Copy the full SHA c172d38View commit details -
feat: Add
RecipeInstructionsSection
vue componentSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86eaac4 - Browse repository at this point
Copy the full SHA 86eaac4View commit details -
feat: Add
RecipeInstructions
vue componentSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89247c2 - Browse repository at this point
Copy the full SHA 89247c2View commit details -
fix: Alignment, padding, and margin issues
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5530108 - Browse repository at this point
Copy the full SHA 5530108View commit details -
fix: schema.org JSON parsing and tests
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8a3e67 - Browse repository at this point
Copy the full SHA e8a3e67View commit details -
refactor: Add @type property and base class to schema.org models
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 986eb3a - Browse repository at this point
Copy the full SHA 986eb3aView commit details -
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55814de - Browse repository at this point
Copy the full SHA 55814deView commit details -
fix: Prevent direction click toggling parent step completion. Rework …
…hovering logic. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdb3720 - Browse repository at this point
Copy the full SHA fdb3720View commit details -
dependencies: Add vueuse package.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbf1ff3 - Browse repository at this point
Copy the full SHA fbf1ff3View commit details -
feat: Add normalization to recipe instructions steps, etc.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2208d3c - Browse repository at this point
Copy the full SHA 2208d3cView commit details -
feat: Add Markdown support to recipe instructions steps, etc.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09b7d6c - Browse repository at this point
Copy the full SHA 09b7d6cView commit details -
feat: Add initial states for normalized instructions
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 213cfaf - Browse repository at this point
Copy the full SHA 213cfafView commit details -
feat: Replace instructions in RecipeView with new components
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c334d57 - Browse repository at this point
Copy the full SHA c334d57View commit details -
fix: Allow null or undefined for HowToSection name in JSON parser and…
… fix keyword display in recipe view Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 174ef5b - Browse repository at this point
Copy the full SHA 174ef5bView commit details -
test: Update tests for schema.org models
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ad1d20 - Browse repository at this point
Copy the full SHA 9ad1d20View commit details -
fix: Update schema.org models
HowToSection
,QuantitativeValue
, an……d `HowToTool` Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb3e33c - Browse repository at this point
Copy the full SHA eb3e33cView commit details -
feat: Support
HowToTool
objects in `RecipeViewSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d6d9ca - Browse repository at this point
Copy the full SHA 5d6d9caView commit details -
feat: Update recipe-yield input and extract to a separate component
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a490508 - Browse repository at this point
Copy the full SHA a490508View commit details -
test: Add tests for adjustToInteger method
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9de47df - Browse repository at this point
Copy the full SHA 9de47dfView commit details -
fix: Several spacings and headline sizes in
RecipeView
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1110a85 - Browse repository at this point
Copy the full SHA 1110a85View commit details -
feat: Add and include main scss file
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88a3c0b - Browse repository at this point
Copy the full SHA 88a3c0bView commit details -
fix: Hide overflowing recipe title on mobile in RecipeView
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76e54a1 - Browse repository at this point
Copy the full SHA 76e54a1View commit details -
refactor: Remove recipe image collapsability. Change flex in image an…
…d details. Add global css utility classes. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 147e7dd - Browse repository at this point
Copy the full SHA 147e7ddView commit details -
refactor: Move several scoped css utility classes to global scope.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a925379 - Browse repository at this point
Copy the full SHA a925379View commit details -
feat: Add popup for viewing full main image in recipe view
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e57089 - Browse repository at this point
Copy the full SHA 6e57089View commit details -
fix: Update headline font weights and margin in recipe view
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9870ce6 - Browse repository at this point
Copy the full SHA 9870ce6View commit details -
feat: Update styles of timer and recipe yield in recipe view
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1245e06 - Browse repository at this point
Copy the full SHA 1245e06View commit details -
refactor: Extract ingredients list from RecipeView.vue to separate co…
…mponent Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80ce1b5 - Browse repository at this point
Copy the full SHA 80ce1b5View commit details -
refactor: Simplify RecipeIngredient subgroup rendering.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13b45d8 - Browse repository at this point
Copy the full SHA 13b45d8View commit details -
fix: Make ingredient font-style non-bold, consistent with rest. Compl…
…eted ingredients get muted color. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1b0403 - Browse repository at this point
Copy the full SHA e1b0403View commit details -
feat: Add support for showing HowToSupply items in main part of the r…
…ecipe in the `RecipeView` component. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12d84f7 - Browse repository at this point
Copy the full SHA 12d84f7View commit details -
style: Make eslint & co happy.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81a65fa - Browse repository at this point
Copy the full SHA 81a65faView commit details -
feat: Add
ISchemaOrgVisitor
and implementing class `SupplyCollector……` which allows extracting all `HowToSupply` items in a `HowToSection` Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af87ff4 - Browse repository at this point
Copy the full SHA af87ff4View commit details -
test: Add unit tests for
SupplyCollector
.Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3abd11a - Browse repository at this point
Copy the full SHA 3abd11aView commit details -
fix: Remove unnecessary import of compiler macros
defineEmits
and `……defineProps` in vue components Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64b6a1c - Browse repository at this point
Copy the full SHA 64b6a1cView commit details -
feat: Add
ToolsCollector
visitor for collectingHowToTool
s from s……chema.org recipe elements Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2db1688 - Browse repository at this point
Copy the full SHA 2db1688View commit details -
test: Add unit tests for
ToolsCollector
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ae961c - Browse repository at this point
Copy the full SHA 4ae961cView commit details -
feat: Add supply/ingredients area to a section in recipe view
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6ae1b2 - Browse repository at this point
Copy the full SHA f6ae1b2View commit details -
feat: Add tools' area to a section in recipe view
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b039c4a - Browse repository at this point
Copy the full SHA b039c4aView commit details -
fix: Don't show subitem number if HowToDirection is only element of H…
…owToStep Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a12d1ea - Browse repository at this point
Copy the full SHA a12d1eaView commit details -
style: Make eslint & co happy again.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d487126 - Browse repository at this point
Copy the full SHA d487126View commit details -
fix(recipe-view): Toggle parent step completed state with child state…
… updates. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7b8288 - Browse repository at this point
Copy the full SHA e7b8288View commit details -
feat(recipe-view): Extract nutrition information to separate component.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21a9a74 - Browse repository at this point
Copy the full SHA 21a9a74View commit details -
fix(recipe-view): Unify indents of tools, ingredients, and nutrition …
…information. Update section ingredients padding. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c93f8a9 - Browse repository at this point
Copy the full SHA c93f8a9View commit details -
fix(recipe-view): Fix completion toggling of instructions. Extract co…
…mpletion logic to composable. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a439a4f - Browse repository at this point
Copy the full SHA a439a4fView commit details -
refactor(recipe-view): Extract times to component.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 328ac47 - Browse repository at this point
Copy the full SHA 328ac47View commit details -
refactor(recipe-view): Extract dates to component.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf76a22 - Browse repository at this point
Copy the full SHA cf76a22View commit details -
refactor(recipe-view): Extract keywords to component.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdb1e8a - Browse repository at this point
Copy the full SHA cdb1e8aView commit details -
fix(recipe-view): Give instructions more space on larger screens with…
… dynamic padding and add sensible max width. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54de35b - Browse repository at this point
Copy the full SHA 54de35bView commit details
Commits on Mar 17, 2024
-
feat(recipe-view): Move metadata with ingredients below main image. M…
…ake main image span full width and contain title Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62d644b - Browse repository at this point
Copy the full SHA 62d644bView commit details -
feat(recipe-view): Add sidebar to recipe view
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5075a74 - Browse repository at this point
Copy the full SHA 5075a74View commit details -
feat(recipe-view): Add organizational items section with category to …
…sidebar Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d69c788 - Browse repository at this point
Copy the full SHA d69c788View commit details -
feat(recipe-view): Redesign nutritional values and move to sidebar
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1f8abf - Browse repository at this point
Copy the full SHA c1f8abfView commit details -
feat(recipe-view): Redesign dates component and move to metadata in s…
…idebar Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21f9373 - Browse repository at this point
Copy the full SHA 21f9373View commit details -
feat(recipe-view): Add keywords to sidebar and adjust category display
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5727b97 - Browse repository at this point
Copy the full SHA 5727b97View commit details -
feat(recipe-view): Navigate to category when clicked in sidebar
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf94531 - Browse repository at this point
Copy the full SHA bf94531View commit details -
feat(recipe-view): Hide sidebar button when sidebar is open
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c0f6d2 - Browse repository at this point
Copy the full SHA 5c0f6d2View commit details
Commits on Mar 18, 2024
-
refactor(recipe-view): Move sidebar-visibility state from store to `A…
…ppMain`. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c2a7af - Browse repository at this point
Copy the full SHA 1c2a7afView commit details -
feat(recipe-view): Move ingredient-calculation error to popover
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95e2802 - Browse repository at this point
Copy the full SHA 95e2802View commit details
Commits on Mar 19, 2024
-
feat(recipe-view): Move tools section next to ingredients in header. …
…Make instructions section full width Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4afb4a - Browse repository at this point
Copy the full SHA e4afb4aView commit details
Commits on Mar 21, 2024
-
feat(recipe-view): Use grid layout. Show single column in sections wi…
…thout ingredients or tools Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cf9976 - Browse repository at this point
Copy the full SHA 4cf9976View commit details
Commits on Mar 22, 2024
-
feat(recipe-view): Add multiple main-image display and slideshow
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc0ca74 - Browse repository at this point
Copy the full SHA dc0ca74View commit details
Commits on Apr 4, 2024
-
feat(lazy-picture): Add placeholder slot, require src, allow percenta…
…ge widths/heights, emit event when loading is complete, refactor scss Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4578c0e - Browse repository at this point
Copy the full SHA 4578c0eView commit details -
feat(loading-skeleton): Add skeleton loading placeholder component
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70e222b - Browse repository at this point
Copy the full SHA 70e222bView commit details -
fix(recipe-card): Use size with unit for LazyPicture
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af83d29 - Browse repository at this point
Copy the full SHA af83d29View commit details -
fix(recipe-images): Show loading skeleton for main image
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c1975f - Browse repository at this point
Copy the full SHA 2c1975fView commit details
Commits on Apr 5, 2024
-
docs(hooks): Fix typos in hooks README
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e72df7 - Browse repository at this point
Copy the full SHA 7e72df7View commit details -
feat(loading-skeleton): Add avatar, list-item, paragraph types. Multi…
…ple improvements Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 760a150 - Browse repository at this point
Copy the full SHA 760a150View commit details -
feat(skeleton-loading): Add skeleton-loader component for recipe view
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2b15e1 - Browse repository at this point
Copy the full SHA a2b15e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6faec10 - Browse repository at this point
Copy the full SHA 6faec10View commit details -
feat(loading-skeleton): recipe-loading skeleton to
RecipeView
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 284cd79 - Browse repository at this point
Copy the full SHA 284cd79View commit details -
feat(divider): Add divider component and Licenses following SPDX stan…
…dard Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5579668 - Browse repository at this point
Copy the full SHA 5579668View commit details -
feat(sheet): Add sheet component and rearrange SCSS styles files
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a6aff5 - Browse repository at this point
Copy the full SHA 4a6aff5View commit details -
refactor(instructions-section): Add Sheet as container, update title,…
… add divider to separate description Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9a40b5 - Browse repository at this point
Copy the full SHA c9a40b5View commit details -
refactor(recipe-view): Update details sections label style
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb2a6d0 - Browse repository at this point
Copy the full SHA bb2a6d0View commit details -
fix(recipe-details): Fix translation
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c44c428 - Browse repository at this point
Copy the full SHA c44c428View commit details -
fix: Fix elevation.scss and styles
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56e99a0 - Browse repository at this point
Copy the full SHA 56e99a0View commit details -
feat(recipe-sidebar): Add loading skeleton for recipe sidebar
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 562f181 - Browse repository at this point
Copy the full SHA 562f181View commit details
Commits on Apr 6, 2024
-
refactor(recipe-list): Rename list to grid
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee4db80 - Browse repository at this point
Copy the full SHA ee4db80View commit details
Commits on Apr 9, 2024
-
feat(recipe-repository): Add
Recipe
repositorySigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d06a4d7 - Browse repository at this point
Copy the full SHA d06a4d7View commit details -
feat: Add recipe category to mapper from API DTO
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4222cb - Browse repository at this point
Copy the full SHA a4222cbView commit details -
fix: Allow arrays for keywords and category in recipe-filter composable
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b2d5ec - Browse repository at this point
Copy the full SHA 9b2d5ecView commit details -
fix(recipe-view): Unify label colors
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eed4570 - Browse repository at this point
Copy the full SHA eed4570View commit details -
refactor: Rename RecipeList/RecipeGrid to RecipesGrid
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b35bc2 - Browse repository at this point
Copy the full SHA 2b35bc2View commit details -
feat: Inject recipe repository and store in AppMain
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7d1fb2 - Browse repository at this point
Copy the full SHA e7d1fb2View commit details
Commits on Apr 20, 2024
-
fix(app-navi): Only highlight "All recipes when on root path"
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53c9ce1 - Browse repository at this point
Copy the full SHA 53c9ce1View commit details -
fix(recipe-details): Ensure categories is an array for rendering
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b28f5f - Browse repository at this point
Copy the full SHA 0b28f5fView commit details
Commits on Apr 22, 2024
-
fix(lazy-picture): Reload new image when image source is updated.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64fb92e - Browse repository at this point
Copy the full SHA 64fb92eView commit details -
fix(divider): Set correct type for DividerType prop (which is typescr…
…ipt enum). Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed4bba1 - Browse repository at this point
Copy the full SHA ed4bba1View commit details
Commits on Apr 25, 2024
-
feat(css): Add several utility classes.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 901baf2 - Browse repository at this point
Copy the full SHA 901baf2View commit details -
feat(Recipe): Allow array for category in
Recipe
modelSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0db5734 - Browse repository at this point
Copy the full SHA 0db5734View commit details -
refactor(logic operators): Migrate to typescript. Add operator type e…
…num. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9d0545 - Browse repository at this point
Copy the full SHA c9d0545View commit details -
feat(recipe filters): Add
equals
function for comparing filters. Ad……d `FilterType` enum. Fix some issues. Migrate to typescript. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24d7bda - Browse repository at this point
Copy the full SHA 24d7bdaView commit details -
test: Add tests for logic operators and recipe filters
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12de190 - Browse repository at this point
Copy the full SHA 12de190View commit details -
feat(recipe card): Use current path and add queries to routing target…
…. Update style. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 270d8ec - Browse repository at this point
Copy the full SHA 270d8ecView commit details -
feat(utils): Add new navigation utility in frontend.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ef4e65 - Browse repository at this point
Copy the full SHA 8ef4e65View commit details -
feat(utils): Add new route utility in frontend which allows decoding …
…URI parameters Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1805e1 - Browse repository at this point
Copy the full SHA f1805e1View commit details -
feat(utils): Add new utility for removing duplicates from array in fr…
…ontend. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2e14b0 - Browse repository at this point
Copy the full SHA f2e14b0View commit details -
test(utils): Add test for utility for removing duplicates from array …
…in frontend. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c8d637 - Browse repository at this point
Copy the full SHA 6c8d637View commit details -
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4c72b1 - Browse repository at this point
Copy the full SHA b4c72b1View commit details -
feat(utils): Add utility for creating a list of
RecipeFilter
s from ……a search query. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8175ae8 - Browse repository at this point
Copy the full SHA 8175ae8View commit details -
test(utils): Add test for utility for creating a list of `RecipeFilte…
…r`s from a search query. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72ab864 - Browse repository at this point
Copy the full SHA 72ab864View commit details -
feat(filtering): Add
SearchMode
enumSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95f582e - Browse repository at this point
Copy the full SHA 95f582eView commit details -
refactor(filtering): Add typescript annotations to
applyRecipeFilters
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3855ee - Browse repository at this point
Copy the full SHA a3855eeView commit details -
feat(utils): Add more options to string normalization method.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c0f867 - Browse repository at this point
Copy the full SHA 3c0f867View commit details -
feat(routing): Add new
RouteName
enum for specifying the name of ro……utes in a typesafe way. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a50a597 - Browse repository at this point
Copy the full SHA a50a597View commit details -
feat(comparison): Add utility for comparing two lists of
RecipeFilter
sSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6ca9fb - Browse repository at this point
Copy the full SHA c6ca9fbView commit details -
feat(comparison): Add utility for comparing two arrays
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81b4431 - Browse repository at this point
Copy the full SHA 81b4431View commit details -
feat(api mapping): Add function for mapping category response to `Rec…
…ipeMapper` and account for different styles of responses regarding the recipe identifier. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2f4d7c - Browse repository at this point
Copy the full SHA b2f4d7cView commit details -
feat(json): Auto-convert integer to string in
mapString
function.Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 007264a - Browse repository at this point
Copy the full SHA 007264aView commit details -
feat(routing): Add new routes, partially switch to
RouteName
enum.Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2898948 - Browse repository at this point
Copy the full SHA 2898948View commit details -
feat(RecipeRepository): Add logging, fix recipe mapping, make eslint …
…happier. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82bba01 - Browse repository at this point
Copy the full SHA 82bba01View commit details -
feat(list): Add enum for style of recipes list (grid vs list)
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a11a27 - Browse repository at this point
Copy the full SHA 7a11a27View commit details -
feat(recipe view): Add content informing the user when loading failed…
… and remove popup. Watch props for reloading recipe data instead of using routing navigation guards. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee5d9d6 - Browse repository at this point
Copy the full SHA ee5d9d6View commit details -
feat(store): Add recipe-filter manipulation actions and a variable fo…
…r storing the recipe-list style. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c964db4 - Browse repository at this point
Copy the full SHA c964db4View commit details -
refactor(AppControls): Use RouteName enum
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33a0c97 - Browse repository at this point
Copy the full SHA 33a0c97View commit details -
feat(List/Filtering): Completely rework recipe filtering. Introduce n…
…ew list in addition to grid for selecting recipes. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 455043a - Browse repository at this point
Copy the full SHA 455043aView commit details -
fix(Recipe Repository): Fix response of recipe-update call
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f41be5 - Browse repository at this point
Copy the full SHA 2f41be5View commit details -
feat(Recipes List): Add loading skeleton
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4e3660 - Browse repository at this point
Copy the full SHA b4e3660View commit details
Commits on Apr 27, 2024
-
fix(Recipe View): Improve left alignment of title and sections.
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2a0c0b - Browse repository at this point
Copy the full SHA f2a0c0bView commit details -
fix(App controls): Remove "viewing recipe" and "editing recipe" from …
…title bar Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 358cb42 - Browse repository at this point
Copy the full SHA 358cb42View commit details
Commits on Apr 29, 2024
-
refactor(Recipe view): Left-align tools and section content with titles
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e25034b - Browse repository at this point
Copy the full SHA e25034bView commit details -
feat(Recipe view): Show empty tools and supplies section in instructi…
…ons section with info text and edit link Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b38b498 - Browse repository at this point
Copy the full SHA b38b498View commit details -
feat(Recipe view): Use h4 for section titles
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b8a4ee - Browse repository at this point
Copy the full SHA 8b8a4eeView commit details -
feat(Recipe view): Only show icon in edit button for small screen sizes
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d841f2a - Browse repository at this point
Copy the full SHA d841f2aView commit details
Commits on Apr 30, 2024
-
feat(Recipe view): Show visible recipe section as subtitle in app con…
…trols Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c108dd9 - Browse repository at this point
Copy the full SHA c108dd9View commit details
Commits on May 1, 2024
-
feat(Recipe view): Add empty space at the bottom to allow further scr…
…olling Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff0b5c3 - Browse repository at this point
Copy the full SHA ff0b5c3View commit details -
fix(Recipe view): Remove top padding of wrapper for larger screens
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14e46b0 - Browse repository at this point
Copy the full SHA 14e46b0View commit details -
fix(Recipe view): Fix description-text style of loading error
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84d60b5 - Browse repository at this point
Copy the full SHA 84d60b5View commit details
Commits on May 2, 2024
-
fix(store): Default to recipe grid
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ae6119 - Browse repository at this point
Copy the full SHA 4ae6119View commit details -
fix(AppControls): Link to current path +
/edit
from edit buttonSigned-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ecc1ea - Browse repository at this point
Copy the full SHA 8ecc1eaView commit details -
fix(Routes): Add routes for X+
/edit
. Cleanup code duplication in ro……uter . Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 276edf7 - Browse repository at this point
Copy the full SHA 276edf7View commit details -
feat(Search results): Add recipe base path for remaining search routes
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e407eab - Browse repository at this point
Copy the full SHA e407eabView commit details -
fix(Recipe view): Improve padding
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a3bf3d - Browse repository at this point
Copy the full SHA 4a3bf3dView commit details -
fix(js helpers): Fix
adjustToInteger
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32120ad - Browse repository at this point
Copy the full SHA 32120adView commit details -
test(frontend): Fix multiple frontend tests
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0b5072 - Browse repository at this point
Copy the full SHA f0b5072View commit details -
fix(Recipe list item): Use API directly for renaming recipes from list
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddecc10 - Browse repository at this point
Copy the full SHA ddecc10View commit details -
style: Make eslint, stylelint, prettier happy
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1754ee - Browse repository at this point
Copy the full SHA f1754eeView commit details
Commits on May 3, 2024
-
fix: Remove
AppIndex
component & useSearchResults
instead. Add m……issing route names. Fix 'All recipes' view. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5ce6f5 - Browse repository at this point
Copy the full SHA f5ce6f5View commit details -
feat(RecipesList): Update recipe name immediately after rename succes…
…s without requiring page reload. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2018d37 - Browse repository at this point
Copy the full SHA 2018d37View commit details -
fix(AppMain): Allow viewing recipes for Index and GeneralSearch routes
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22dd11b - Browse repository at this point
Copy the full SHA 22dd11bView commit details -
fix(routing): Keep query params for /recipe routes
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2a76e8 - Browse repository at this point
Copy the full SHA b2a76e8View commit details -
fix(RecipeEdit): Expect integer id consistent with RecipeView
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 250dcf9 - Browse repository at this point
Copy the full SHA 250dcf9View commit details -
fix(RecipeView): Add text for empty list of instructions in section
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18bd58f - Browse repository at this point
Copy the full SHA 18bd58fView commit details -
fix(routing): Fix navigating to recipe editor from recipes list
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bd75b2 - Browse repository at this point
Copy the full SHA 5bd75b2View commit details -
fix(recipe view): Limit number of decimals to two for recalculated am…
…ounts of `HowToSupply`s Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69839c4 - Browse repository at this point
Copy the full SHA 69839c4View commit details -
refactor(utils): Move
adjustToInteger
andclamp
tomathUtils
an……d add tests Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 065f357 - Browse repository at this point
Copy the full SHA 065f357View commit details -
fix(editor): Fix navigating to next input field on enter in input gro…
…up. Closes #2114 Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5712bc9 - Browse repository at this point
Copy the full SHA 5712bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7aee1 - Browse repository at this point
Copy the full SHA af7aee1View commit details -
feat(recipe view): Move URL to sidebar details tab
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4065d94 - Browse repository at this point
Copy the full SHA 4065d94View commit details
Commits on May 4, 2024
-
fix(recipe list): Fix scrolling scrolling
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc855f1 - Browse repository at this point
Copy the full SHA cc855f1View commit details -
feat(recipe lists): Add bottom margin for improved scrolling to grid …
…and list Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c27422 - Browse repository at this point
Copy the full SHA 6c27422View commit details
Commits on May 5, 2024
-
fix(recipe lists): On mobile, show recipe view when recipe is selecte…
…d from list. Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9a91c4 - Browse repository at this point
Copy the full SHA d9a91c4View commit details
Commits on Jul 11, 2024
-
fix(logging utils): Confirm parameter is not null
Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 321c8bd - Browse repository at this point
Copy the full SHA 321c8bdView commit details -
feat(recipe filters): Add alphabetical sorting of keywords and catego…
…ries to recipe filters Signed-off-by: Sebastian Fey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bce545 - Browse repository at this point
Copy the full SHA 4bce545View commit details