Grigas

Results 76 issues of Grigas

In some cases there's a need to suspend tree state before a component unmounts and restore it afterwards when a component mounts. The presentation-driven trees currently don't support this. It...

enhancement
presentation

Need a way to gather telemetry information, especially: - what requests are being made and how long they take - what rules/attributes are being used Our current `@alpha` diagnostics' API...

enhancement
presentation

Add documentation for showing: - how properties sorting in table and property grid works - how to control it

presentation

**Repro:** 1. open presentation-test-app 2. open the default sample imodel, use Items ruleset 3. in the tree view filter, enter "e" 4. step through filter matches until two adjacent "e"...

bug
presentation

Statement fails to prepare if the query is created using `InstanceLabelOverride` with a point property.

bug
good first issue
presentation

Based on https://github.com/iTwin/itwinjs-core/discussions/3511#discussioncomment-2558620. Provide more details regarding path arguments in [`PresentationManagerProps`](https://github.com/iTwin/itwinjs-core/blob/253f684164ce636232c675df9f889f1488698b64/presentation/backend/src/presentation-backend/PresentationManager.ts#L165): - when relative, how are they resolved? - when looking for rulesets, what file extensions are handled?

presentation

The static assets' requirement introduces several problems: - consumers need to make sure they're delivered to the right place - consumers need to make sure presentation backend is initialized correctly...

enhancement
presentation

Our current approach to hierarchies filtering doesn't scale - need to rework it to make sure filtering the hierarchy doesn't require building it all from the top. We should also...

enhancement
presentation

Consumer wants to create nodes' hierarchy that represents the class hierarchy. However, the class hierarchy is not known at design stage - users can create their own classes, so they...

enhancement
presentation

Need to add ability to auto-expand these nodes when they have only 1 child or always. **Prerequisite:** #3793

enhancement
presentation