HolismHolding / Issues

1 stars 0 forks source link

Reduce dialog repetitions in a list #241

Open Nefcanto opened 3 weeks ago

Nefcanto commented 3 weeks ago

Right now, for each entity, we repeat dialogs in entity actions.

  1. Edit dialog
  2. Delete dialog
  3. View record dialog
  4. Categories dialog
  5. Tags dialog
  6. Price dialog
  7. ...

This means that for complex lists, we get lags for 20 items and serious lags for more than 20 items.

Somehow if we create those dialogs once, then we would be able to support lists of more than 100 items.