Skip to main content

UI part. Creating the page

VIDEO RESULT after completing all actions on the "Collection" page.

image.png

Let's proceed with the implementation.

On this page, we will be using the following widgets:

  • function widget. (It should automatically appear on a new page.) 
  • grid layout widget:
      • row container widget:
          • 3 button widgets;
      • row container widget:
          • table widgets (By default, no table element is selected.);
  • modal widgets (The same as on the home page, a modal window for creating collections should be displayed.): 
      • text widget;
      • icon button widget;
      • button widget;
      • input widget;

Here is the layout of the page:

image.png

To create a collection, the modal widget should open.

image.png

image.png