-
Notifications
You must be signed in to change notification settings - Fork 20
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
Replace GridList library for rendering grid #451
Comments
klues
added a commit
that referenced
this issue
Nov 8, 2024
klues
added a commit
that referenced
this issue
Nov 20, 2024
…om outside, added method to ensure defaults on GridData, #451
klues
added a commit
that referenced
this issue
Nov 20, 2024
… able to use them without instantiating GridData (performance), #451
klues
added a commit
that referenced
this issue
Nov 20, 2024
klues
added a commit
that referenced
this issue
Nov 20, 2024
klues
added a commit
that referenced
this issue
Nov 20, 2024
klues
added a commit
that referenced
this issue
Nov 20, 2024
klues
added a commit
that referenced
this issue
Nov 20, 2024
…bal grid) instead of merging them by itself, #451
klues
added a commit
that referenced
this issue
Nov 20, 2024
klues
added a commit
that referenced
this issue
Nov 20, 2024
… includes the merge of gridData and globalGridData, #451
klues
added a commit
that referenced
this issue
Nov 21, 2024
…r init of component or navigation via event), fixed live refresh on external update, #451
klues
added a commit
that referenced
this issue
Nov 21, 2024
… stateService.resetWordForms() does update everything, #451
klues
added a commit
that referenced
this issue
Nov 21, 2024
klues
added a commit
that referenced
this issue
Nov 21, 2024
klues
added a commit
that referenced
this issue
Nov 21, 2024
…id specific things in grid-display.vue; fixed aria-labels and input methods, #451
klues
added a commit
that referenced
this issue
Nov 21, 2024
klues
added a commit
that referenced
this issue
Nov 21, 2024
klues
added a commit
that referenced
this issue
Nov 27, 2024
klues
added a commit
that referenced
this issue
Nov 27, 2024
klues
added a commit
that referenced
this issue
Nov 27, 2024
…vent to collectElementService afterwards, which causes problems
klues
added a commit
that referenced
this issue
Nov 27, 2024
klues
added a commit
that referenced
this issue
Nov 27, 2024
klues
added a commit
that referenced
this issue
Nov 27, 2024
klues
added a commit
that referenced
this issue
Nov 27, 2024
klues
added a commit
that referenced
this issue
Nov 27, 2024
klues
added a commit
that referenced
this issue
Nov 27, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
…c to app-grid-element in order to make clear which elements are app specific and which are only for layout (grid-layout and grid-element)
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
…, correctly use current bounds of grid, specified properties or actual elements
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
klues
added a commit
that referenced
this issue
Nov 28, 2024
… automatically changed to fit existing grid elements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently a library GridList is used to render the grids. Since it's no longer maintained and already archived, it should be replaced.
Along this some other issues can be implemented: #1, #179, #168, #299
The text was updated successfully, but these errors were encountered: