vaadin / vaadin/framework

Loading style name for components supporting with lazy loading.

Open
#9,729 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
1.8k
Forks
717
Avg merge
2d 6h
Merged PRs (30d)
3

Description

Sometimes lazy loading of data to the components like Grid may take time. It's better to add v-{componentName}-loading style during data loading round-trip to back-end.

If the operation takes time, the developer can define some visual loading effect there.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source files or tests are named. Start by locating the Grid and other components that support lazy loading, then trace their data-loading round trips and existing loading-state behavior; done should define and verify a consistent v-{componentName}-loading style hook for the supported components.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
frontend, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.