Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Create basic UI components #4

Open
18 of 38 tasks
shahryarjb opened this issue Nov 27, 2022 · 2 comments
Open
18 of 38 tasks

Create basic UI components #4

shahryarjb opened this issue Nov 27, 2022 · 2 comments
Assignees
Labels
Kind:New Feature New feature or request
Milestone

Comments

@shahryarjb
Copy link
Member

shahryarjb commented Nov 27, 2022

To make a dynamic template and later a drag and drop editor, we need to implement a series of basic components. It should be server side rendered and be ordered by Sortable JS.


If you want to create a JS{} and copy this for HTML side, use this in your LiveView handle_call:

JS.push("delete", value: %{id: id, type: "dom"})
    |> hide_modal("delete_confirm")
    |> Map.get(:ops)
    |> Jason.encode!()

@MonaAghili

@shahryarjb shahryarjb added the Kind:New Feature New feature or request label Nov 27, 2022
@shahryarjb shahryarjb added this to the 0.0.1 milestone Nov 27, 2022
@shahryarjb shahryarjb self-assigned this Nov 27, 2022
@shahryarjb shahryarjb pinned this issue Dec 27, 2022
shahryarjb added a commit that referenced this issue Jan 6, 2023
shahryarjb added a commit that referenced this issue Jan 6, 2023
shahryarjb added a commit that referenced this issue Jan 27, 2023
shahryarjb added a commit that referenced this issue May 17, 2023
shahryarjb added a commit that referenced this issue May 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Kind:New Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant