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

[Admin] Add stock_items/edit modal component #5543

Merged
merged 9 commits into from
Dec 12, 2023
Merged

Commits on Dec 11, 2023

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. Configuration menu
    Copy the full SHA
    29e3134 View commit details
    Browse the repository at this point in the history