Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solidusio/solidus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d551e1b1ed660b1312e1b87baf940b68db7842a0
Choose a base ref
...
head repository: solidusio/solidus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 29e3134bd14dafd134a3d500d83669b86557ac5b
Choose a head ref
  • 11 commits
  • 25 files changed
  • 2 contributors

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    ea37ad3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5545 from solidusio/elia/database-config

    Cleanup the database configuration
    elia authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0e5b3e4 View commit details
    Browse the repository at this point in the history
  3. Add new ui/resource_item component

    Co-Authored-By: Elia Schito <[email protected]>
    rainerdema and elia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    670814c View commit details
    Browse the repository at this point in the history
  4. Add new ui/switch_field component

    This commit introduces a new `ui/switch_field` component, which
    utilizes the `ui/switch` component:
    It includes a hidden input to facilitate the passing of the switch
    parameter
    in forms.
    
    Additionally, a toggle field generator has been added to the main field
    component.
    
    Co-Authored-By: Elia Schito <[email protected]>
    rainerdema and elia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5ac3ac6 View commit details
    Browse the repository at this point in the history
  5. Enable logging for view components

    This initializer configures logging for View Components.
    In the development and test environments, it subscribes
    to the 'render.view_component' event, and logs the
    rendered component's name and duration in milliseconds.
    
    https://viewcomponent.org/guide/instrumentation.html#viewing-instrumentation-sums-in-the-browser-developer-tools
    
    Co-Authored-By: Elia Schito <[email protected]>
    rainerdema and elia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6383bcc View commit details
    Browse the repository at this point in the history
  6. Introduce stock movements column in stock items index

    Co-Authored-By: Elia Schito <[email protected]>
    rainerdema and elia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5b15958 View commit details
    Browse the repository at this point in the history
  7. Add missing translation in stock items index image column

    Co-Authored-By: Elia Schito <[email protected]>
    rainerdema and elia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    db985f2 View commit details
    Browse the repository at this point in the history
  8. Introude new edit and update action for stock item records

    Co-Authored-By: Elia Schito <[email protected]>
    rainerdema and elia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3f588ef View commit details
    Browse the repository at this point in the history
  9. Introduce new stock_items/edit component

    Co-Authored-By: Elia Schito <[email protected]>
    rainerdema and elia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dc8cfdf View commit details
    Browse the repository at this point in the history
  10. Implement redirect to previous page after stock item saving

    Co-Authored-By: Elia Schito <[email protected]>
    rainerdema and elia committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d2e55ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    29e3134 View commit details
    Browse the repository at this point in the history
Loading