Skip to content
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

Draft
wants to merge 188 commits into
base: master
Choose a base branch
from

Commits on Feb 19, 2024

  1. refactor: Migrate, cleanup, and document helper.js, logging.js, a…

    …nd `title-rename.js` to typescript
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6689c86 View commit details
    Browse the repository at this point in the history
  2. refactor: Add multiple TS classes for representing recipe-related sch…

    …ema.org objects
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    88050c6 View commit details
    Browse the repository at this point in the history
  3. test: Allow testing typescript with Jest

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b17cca2 View commit details
    Browse the repository at this point in the history
  4. test: Add tests for TS schema.org model classes

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bb6816c View commit details
    Browse the repository at this point in the history
  5. test: Add cookbook aliases to Jest config

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d0ec007 View commit details
    Browse the repository at this point in the history
  6. feat: Add utility methods for mapping objects to integer, string, or …

    …string/string[]
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c66380f View commit details
    Browse the repository at this point in the history
  7. test: Add tests for object-mapping utility methods

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    26a427a View commit details
    Browse the repository at this point in the history
  8. feat: Add fromJSON method mapping JSON to a NutritionInformation ob…

    …ject.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d15f3b3 View commit details
    Browse the repository at this point in the history
  9. feat: Add fromJSON method mapping JSON to a QuantitativeValue obj…

    …ect.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f46fe6b View commit details
    Browse the repository at this point in the history
  10. feat: Add fromJSON method mapping JSON to a HowToSupply and `HowT…

    …oTool` object.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4dbe1c0 View commit details
    Browse the repository at this point in the history
  11. feat: Add fromJSON method mapping JSON to a HowToSection and `How…

    …ToDirection` object.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8d6095a View commit details
    Browse the repository at this point in the history
  12. feat: Add fromJSON method mapping JSON to a Recipe and object.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    94300a6 View commit details
    Browse the repository at this point in the history
  13. test(js): Add tests for fromJSON method of NutritionInformation a…

    …nd `QuantitativeValue`.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5710085 View commit details
    Browse the repository at this point in the history
  14. test(js): Add tests for fromJSON method of HowToSupply and `HowTo…

    …Tool`.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6723100 View commit details
    Browse the repository at this point in the history
  15. test(js): Add tests for fromJSON method of HowToDirection and `Ho…

    …wToSection`.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    21605b2 View commit details
    Browse the repository at this point in the history
  16. test(js): Add tests for fromJSON method of Recipe.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3ff6ab5 View commit details
    Browse the repository at this point in the history
  17. test(js): Add tests for fromJSON method of Recipe: Test mapping s…

    …imple strings for `tool`, `recipeInstructions`, and `supply` properties
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3706bc1 View commit details
    Browse the repository at this point in the history
  18. 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]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    37bcaed View commit details
    Browse the repository at this point in the history
  19. 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]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a8861a1 View commit details
    Browse the repository at this point in the history
  20. test: Add test class for helpers

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d183a04 View commit details
    Browse the repository at this point in the history
  21. feat: Add HowToTip class

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f737a54 View commit details
    Browse the repository at this point in the history
  22. feat: Add option to split comma-separated string to array in `jsonMap…

    …per` `mapStringOrStringArray()`
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    62cdd1a View commit details
    Browse the repository at this point in the history
  23. feat: Use Recipe in store

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f58df4b View commit details
    Browse the repository at this point in the history
  24. feat: Multiple improvements in schema.org model classes

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9e963ea View commit details
    Browse the repository at this point in the history
  25. test: Update for schema.org model classes

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fd00646 View commit details
    Browse the repository at this point in the history
  26. fix: Multiple updates to RecipeView to consider usage of new model …

    …classes
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c3c28b6 View commit details
    Browse the repository at this point in the history
  27. feat: Add mapper for API responses.

    Move `api-interface` to subdirectory
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6ebeba5 View commit details
    Browse the repository at this point in the history
  28. test: Add tests for jsonMapper

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1b47e45 View commit details
    Browse the repository at this point in the history
  29. feat: Add support for HowToStep and HowToTip in HowToSection class. A…

    …dd test.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    785bee3 View commit details
    Browse the repository at this point in the history
  30. test: Migrate applyRecipeFilters test to typescript

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4e6b573 View commit details
    Browse the repository at this point in the history
  31. fix: Add missing exports to Models/schema and multiple style fixes

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6ebf658 View commit details
    Browse the repository at this point in the history
  32. feat: Add RecipeInstructionsTip vue component

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    859410e View commit details
    Browse the repository at this point in the history
  33. feat: Add RecipeInstructionsDirection vue component

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8a9a800 View commit details
    Browse the repository at this point in the history
  34. feat: Add RecipeInstructionsStep vue component

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c172d38 View commit details
    Browse the repository at this point in the history
  35. feat: Add RecipeInstructionsSection vue component

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    86eaac4 View commit details
    Browse the repository at this point in the history
  36. feat: Add RecipeInstructions vue component

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    89247c2 View commit details
    Browse the repository at this point in the history
  37. fix: Alignment, padding, and margin issues

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5530108 View commit details
    Browse the repository at this point in the history
  38. fix: schema.org JSON parsing and tests

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e8a3e67 View commit details
    Browse the repository at this point in the history
  39. refactor: Add @type property and base class to schema.org models

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    986eb3a View commit details
    Browse the repository at this point in the history
  40. fix: Numbering of step items

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    55814de View commit details
    Browse the repository at this point in the history
  41. fix: Prevent direction click toggling parent step completion. Rework …

    …hovering logic.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fdb3720 View commit details
    Browse the repository at this point in the history
  42. dependencies: Add vueuse package.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fbf1ff3 View commit details
    Browse the repository at this point in the history
  43. feat: Add normalization to recipe instructions steps, etc.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2208d3c View commit details
    Browse the repository at this point in the history
  44. feat: Add Markdown support to recipe instructions steps, etc.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    09b7d6c View commit details
    Browse the repository at this point in the history
  45. feat: Add initial states for normalized instructions

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    213cfaf View commit details
    Browse the repository at this point in the history
  46. feat: Replace instructions in RecipeView with new components

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c334d57 View commit details
    Browse the repository at this point in the history
  47. 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]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    174ef5b View commit details
    Browse the repository at this point in the history
  48. test: Update tests for schema.org models

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9ad1d20 View commit details
    Browse the repository at this point in the history
  49. fix: Update schema.org models HowToSection, QuantitativeValue, an…

    …d `HowToTool`
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    eb3e33c View commit details
    Browse the repository at this point in the history
  50. feat: Support HowToTool objects in `RecipeView

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5d6d9ca View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a490508 View commit details
    Browse the repository at this point in the history
  52. test: Add tests for adjustToInteger method

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9de47df View commit details
    Browse the repository at this point in the history
  53. fix: Several spacings and headline sizes in RecipeView

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1110a85 View commit details
    Browse the repository at this point in the history
  54. feat: Add and include main scss file

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    88a3c0b View commit details
    Browse the repository at this point in the history
  55. fix: Hide overflowing recipe title on mobile in RecipeView

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    76e54a1 View commit details
    Browse the repository at this point in the history
  56. refactor: Remove recipe image collapsability. Change flex in image an…

    …d details. Add global css utility classes.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    147e7dd View commit details
    Browse the repository at this point in the history
  57. refactor: Move several scoped css utility classes to global scope.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a925379 View commit details
    Browse the repository at this point in the history
  58. feat: Add popup for viewing full main image in recipe view

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6e57089 View commit details
    Browse the repository at this point in the history
  59. fix: Update headline font weights and margin in recipe view

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9870ce6 View commit details
    Browse the repository at this point in the history
  60. feat: Update styles of timer and recipe yield in recipe view

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1245e06 View commit details
    Browse the repository at this point in the history
  61. refactor: Extract ingredients list from RecipeView.vue to separate co…

    …mponent
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    80ce1b5 View commit details
    Browse the repository at this point in the history
  62. refactor: Simplify RecipeIngredient subgroup rendering.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    13b45d8 View commit details
    Browse the repository at this point in the history
  63. fix: Make ingredient font-style non-bold, consistent with rest. Compl…

    …eted ingredients get muted color.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e1b0403 View commit details
    Browse the repository at this point in the history
  64. 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]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    12d84f7 View commit details
    Browse the repository at this point in the history
  65. style: Make eslint & co happy.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    81a65fa View commit details
    Browse the repository at this point in the history
  66. feat: Add ISchemaOrgVisitor and implementing class `SupplyCollector…

    …` which allows extracting all `HowToSupply` items in a `HowToSection`
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    af87ff4 View commit details
    Browse the repository at this point in the history
  67. test: Add unit tests for SupplyCollector.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3abd11a View commit details
    Browse the repository at this point in the history
  68. fix: Remove unnecessary import of compiler macros defineEmits and `…

    …defineProps` in vue components
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    64b6a1c View commit details
    Browse the repository at this point in the history
  69. feat: Add ToolsCollector visitor for collecting HowToTools from s…

    …chema.org recipe elements
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2db1688 View commit details
    Browse the repository at this point in the history
  70. test: Add unit tests for ToolsCollector

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4ae961c View commit details
    Browse the repository at this point in the history
  71. feat: Add supply/ingredients area to a section in recipe view

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f6ae1b2 View commit details
    Browse the repository at this point in the history
  72. feat: Add tools' area to a section in recipe view

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b039c4a View commit details
    Browse the repository at this point in the history
  73. fix: Don't show subitem number if HowToDirection is only element of H…

    …owToStep
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a12d1ea View commit details
    Browse the repository at this point in the history
  74. style: Make eslint & co happy again.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d487126 View commit details
    Browse the repository at this point in the history
  75. fix(recipe-view): Toggle parent step completed state with child state…

    … updates.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e7b8288 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    21a9a74 View commit details
    Browse the repository at this point in the history
  77. fix(recipe-view): Unify indents of tools, ingredients, and nutrition …

    …information. Update section ingredients padding.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c93f8a9 View commit details
    Browse the repository at this point in the history
  78. fix(recipe-view): Fix completion toggling of instructions. Extract co…

    …mpletion logic to composable.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a439a4f View commit details
    Browse the repository at this point in the history
  79. refactor(recipe-view): Extract times to component.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    328ac47 View commit details
    Browse the repository at this point in the history
  80. refactor(recipe-view): Extract dates to component.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cf76a22 View commit details
    Browse the repository at this point in the history
  81. refactor(recipe-view): Extract keywords to component.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cdb1e8a View commit details
    Browse the repository at this point in the history
  82. 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]>
    seyfeb committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    54de35b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. 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]>
    seyfeb committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    62d644b View commit details
    Browse the repository at this point in the history
  2. feat(recipe-view): Add sidebar to recipe view

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5075a74 View commit details
    Browse the repository at this point in the history
  3. feat(recipe-view): Add organizational items section with category to …

    …sidebar
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d69c788 View commit details
    Browse the repository at this point in the history
  4. feat(recipe-view): Redesign nutritional values and move to sidebar

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c1f8abf View commit details
    Browse the repository at this point in the history
  5. feat(recipe-view): Redesign dates component and move to metadata in s…

    …idebar
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    21f9373 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5727b97 View commit details
    Browse the repository at this point in the history
  7. feat(recipe-view): Navigate to category when clicked in sidebar

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    bf94531 View commit details
    Browse the repository at this point in the history
  8. feat(recipe-view): Hide sidebar button when sidebar is open

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5c0f6d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. refactor(recipe-view): Move sidebar-visibility state from store to `A…

    …ppMain`.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1c2a7af View commit details
    Browse the repository at this point in the history
  2. feat(recipe-view): Move ingredient-calculation error to popover

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    95e2802 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. feat(recipe-view): Move tools section next to ingredients in header. …

    …Make instructions section full width
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e4afb4a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. feat(recipe-view): Use grid layout. Show single column in sections wi…

    …thout ingredients or tools
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4cf9976 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. feat(recipe-view): Add multiple main-image display and slideshow

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dc0ca74 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. 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]>
    seyfeb committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4578c0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70e222b View commit details
    Browse the repository at this point in the history
  3. fix(recipe-card): Use size with unit for LazyPicture

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    af83d29 View commit details
    Browse the repository at this point in the history
  4. fix(recipe-images): Show loading skeleton for main image

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2c1975f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. docs(hooks): Fix typos in hooks README

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7e72df7 View commit details
    Browse the repository at this point in the history
  2. feat(loading-skeleton): Add avatar, list-item, paragraph types. Multi…

    …ple improvements
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    760a150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2b15e1 View commit details
    Browse the repository at this point in the history
  4. Fix code style

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6faec10 View commit details
    Browse the repository at this point in the history
  5. feat(loading-skeleton): recipe-loading skeleton to RecipeView

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    284cd79 View commit details
    Browse the repository at this point in the history
  6. feat(divider): Add divider component and Licenses following SPDX stan…

    …dard
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5579668 View commit details
    Browse the repository at this point in the history
  7. feat(sheet): Add sheet component and rearrange SCSS styles files

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4a6aff5 View commit details
    Browse the repository at this point in the history
  8. refactor(instructions-section): Add Sheet as container, update title,…

    … add divider to separate description
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c9a40b5 View commit details
    Browse the repository at this point in the history
  9. refactor(recipe-view): Update details sections label style

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bb2a6d0 View commit details
    Browse the repository at this point in the history
  10. fix(recipe-details): Fix translation

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c44c428 View commit details
    Browse the repository at this point in the history
  11. fix: Fix elevation.scss and styles

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    56e99a0 View commit details
    Browse the repository at this point in the history
  12. feat(recipe-sidebar): Add loading skeleton for recipe sidebar

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    562f181 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. refactor(recipe-list): Rename list to grid

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    ee4db80 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. feat(recipe-repository): Add Recipe repository

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d06a4d7 View commit details
    Browse the repository at this point in the history
  2. feat: Add recipe category to mapper from API DTO

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a4222cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b2d5ec View commit details
    Browse the repository at this point in the history
  4. fix(recipe-view): Unify label colors

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    eed4570 View commit details
    Browse the repository at this point in the history
  5. refactor: Rename RecipeList/RecipeGrid to RecipesGrid

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2b35bc2 View commit details
    Browse the repository at this point in the history
  6. feat: Inject recipe repository and store in AppMain

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e7d1fb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. fix(app-navi): Only highlight "All recipes when on root path"

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    53c9ce1 View commit details
    Browse the repository at this point in the history
  2. fix(recipe-details): Ensure categories is an array for rendering

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0b28f5f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix(lazy-picture): Reload new image when image source is updated.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    64fb92e View commit details
    Browse the repository at this point in the history
  2. fix(divider): Set correct type for DividerType prop (which is typescr…

    …ipt enum).
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ed4bba1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. feat(css): Add several utility classes.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    901baf2 View commit details
    Browse the repository at this point in the history
  2. feat(Recipe): Allow array for category in Recipe model

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0db5734 View commit details
    Browse the repository at this point in the history
  3. refactor(logic operators): Migrate to typescript. Add operator type e…

    …num.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c9d0545 View commit details
    Browse the repository at this point in the history
  4. 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]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    24d7bda View commit details
    Browse the repository at this point in the history
  5. test: Add tests for logic operators and recipe filters

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    12de190 View commit details
    Browse the repository at this point in the history
  6. feat(recipe card): Use current path and add queries to routing target…

    …. Update style.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    270d8ec View commit details
    Browse the repository at this point in the history
  7. feat(utils): Add new navigation utility in frontend.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8ef4e65 View commit details
    Browse the repository at this point in the history
  8. feat(utils): Add new route utility in frontend which allows decoding …

    …URI parameters
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f1805e1 View commit details
    Browse the repository at this point in the history
  9. feat(utils): Add new utility for removing duplicates from array in fr…

    …ontend.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f2e14b0 View commit details
    Browse the repository at this point in the history
  10. test(utils): Add test for utility for removing duplicates from array …

    …in frontend.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6c8d637 View commit details
    Browse the repository at this point in the history
  11. fix(main): make eslint happy

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b4c72b1 View commit details
    Browse the repository at this point in the history
  12. feat(utils): Add utility for creating a list of RecipeFilters from …

    …a search query.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8175ae8 View commit details
    Browse the repository at this point in the history
  13. 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]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    72ab864 View commit details
    Browse the repository at this point in the history
  14. feat(filtering): Add SearchMode enum

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    95f582e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a3855ee View commit details
    Browse the repository at this point in the history
  16. feat(utils): Add more options to string normalization method.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3c0f867 View commit details
    Browse the repository at this point in the history
  17. feat(routing): Add new RouteName enum for specifying the name of ro…

    …utes in a typesafe way.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a50a597 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c6ca9fb View commit details
    Browse the repository at this point in the history
  19. feat(comparison): Add utility for comparing two arrays

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    81b4431 View commit details
    Browse the repository at this point in the history
  20. 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]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b2f4d7c View commit details
    Browse the repository at this point in the history
  21. feat(json): Auto-convert integer to string in mapString function.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    007264a View commit details
    Browse the repository at this point in the history
  22. feat(routing): Add new routes, partially switch to RouteName enum.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2898948 View commit details
    Browse the repository at this point in the history
  23. feat(RecipeRepository): Add logging, fix recipe mapping, make eslint …

    …happier.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    82bba01 View commit details
    Browse the repository at this point in the history
  24. feat(list): Add enum for style of recipes list (grid vs list)

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7a11a27 View commit details
    Browse the repository at this point in the history
  25. 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]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ee5d9d6 View commit details
    Browse the repository at this point in the history
  26. feat(store): Add recipe-filter manipulation actions and a variable fo…

    …r storing the recipe-list style.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c964db4 View commit details
    Browse the repository at this point in the history
  27. refactor(AppControls): Use RouteName enum

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    33a0c97 View commit details
    Browse the repository at this point in the history
  28. 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]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    455043a View commit details
    Browse the repository at this point in the history
  29. fix(Recipe Repository): Fix response of recipe-update call

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2f41be5 View commit details
    Browse the repository at this point in the history
  30. feat(Recipes List): Add loading skeleton

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b4e3660 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. fix(Recipe View): Improve left alignment of title and sections.

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f2a0c0b View commit details
    Browse the repository at this point in the history
  2. fix(App controls): Remove "viewing recipe" and "editing recipe" from …

    …title bar
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    358cb42 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    e25034b View commit details
    Browse the repository at this point in the history
  2. 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]>
    seyfeb committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b38b498 View commit details
    Browse the repository at this point in the history
  3. feat(Recipe view): Use h4 for section titles

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8b8a4ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d841f2a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. feat(Recipe view): Show visible recipe section as subtitle in app con…

    …trols
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c108dd9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. feat(Recipe view): Add empty space at the bottom to allow further scr…

    …olling
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ff0b5c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14e46b0 View commit details
    Browse the repository at this point in the history
  3. fix(Recipe view): Fix description-text style of loading error

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 1, 2024
    Configuration menu
    Copy the full SHA
    84d60b5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. fix(store): Default to recipe grid

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4ae6119 View commit details
    Browse the repository at this point in the history
  2. fix(AppControls): Link to current path + /edit from edit button

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8ecc1ea View commit details
    Browse the repository at this point in the history
  3. fix(Routes): Add routes for X+/edit. Cleanup code duplication in ro…

    …uter .
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    276edf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e407eab View commit details
    Browse the repository at this point in the history
  5. fix(Recipe view): Improve padding

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4a3bf3d View commit details
    Browse the repository at this point in the history
  6. fix(js helpers): Fix adjustToInteger

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    32120ad View commit details
    Browse the repository at this point in the history
  7. test(frontend): Fix multiple frontend tests

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f0b5072 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddecc10 View commit details
    Browse the repository at this point in the history
  9. style: Make eslint, stylelint, prettier happy

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f1754ee View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fix: Remove AppIndex component & use SearchResults instead. Add m…

    …issing route names. Fix 'All recipes' view.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f5ce6f5 View commit details
    Browse the repository at this point in the history
  2. feat(RecipesList): Update recipe name immediately after rename succes…

    …s without requiring page reload.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2018d37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22dd11b View commit details
    Browse the repository at this point in the history
  4. fix(routing): Keep query params for /recipe routes

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b2a76e8 View commit details
    Browse the repository at this point in the history
  5. fix(RecipeEdit): Expect integer id consistent with RecipeView

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    250dcf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18bd58f View commit details
    Browse the repository at this point in the history
  7. fix(routing): Fix navigating to recipe editor from recipes list

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5bd75b2 View commit details
    Browse the repository at this point in the history
  8. fix(recipe view): Limit number of decimals to two for recalculated am…

    …ounts of `HowToSupply`s
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    69839c4 View commit details
    Browse the repository at this point in the history
  9. refactor(utils): Move adjustToInteger and clamp to mathUtils an…

    …d add tests
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    065f357 View commit details
    Browse the repository at this point in the history
  10. fix(editor): Fix navigating to next input field on enter in input gro…

    …up. Closes #2114
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5712bc9 View commit details
    Browse the repository at this point in the history
  11. style: Fix style

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    af7aee1 View commit details
    Browse the repository at this point in the history
  12. feat(recipe view): Move URL to sidebar details tab

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4065d94 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. fix(recipe list): Fix scrolling scrolling

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 4, 2024
    Configuration menu
    Copy the full SHA
    cc855f1 View commit details
    Browse the repository at this point in the history
  2. feat(recipe lists): Add bottom margin for improved scrolling to grid …

    …and list
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 4, 2024
    Configuration menu
    Copy the full SHA
    6c27422 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. fix(recipe lists): On mobile, show recipe view when recipe is selecte…

    …d from list.
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d9a91c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix(logging utils): Confirm parameter is not null

    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    321c8bd View commit details
    Browse the repository at this point in the history
  2. feat(recipe filters): Add alphabetical sorting of keywords and catego…

    …ries to recipe filters
    
    Signed-off-by: Sebastian Fey <[email protected]>
    seyfeb committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4bce545 View commit details
    Browse the repository at this point in the history