Dev Dalia

Results 12 issues of Dev Dalia

## What does this PR do? Fixes #3214 ## How should this be tested? - Check all the dropdown menu app-wide ## Checklist ### Required - [x] Filled out the...

enhancement
good first issue
hacktoberfest
🕹️ oss.gg
🕹️ 300 points

### Issue Summary When clicking on the sub-menu of the question's editor, the question editor unexpectedly opens and closes immediately. This behavior occurs when trying to interact with the sub-menu,...

bug

# Description Closes #1657 # Implementation # Tests # Todos # Additional context

- Added a 500 ms debounce using lodash. https://github.com/user-attachments/assets/82dff69f-8d34-45c1-9150-0e6f81e7556f > Closes #12917

### Is your proposal related to a problem? When searching for users to add to a group in the Workspace Settings > Groups page, each keystroke currently triggers an API...

feature request
platform
community contribution

### Features and Changes - The delete member API was already present, but it was not visible in the docs due to the wrong tag in openapi spec. - Have...

### Features and Changes Prevent a datasource from being deleted if there are still Fact Metrics or Fact Tables pointing at it, so we don’t accidentally orphan downstream data. Added...

### Features and Changes - This update introduces the ability to temporarily disable organization members. Disabled users retain their membership but are prevented from signing in or accessing the app...

### Features and Changes - Introduces useProjectDefinitions hook to centralize project-scoped filtering of definitions (metrics, fact metrics, fact tables, data sources). - Closes #3600 ### Dependencies None ### Testing -...

### Features and Changes Dimensions, which were previously scoped globally across an organization, can now be scoped to specific projects. - Closes #3852 ```mermaid graph TD A[Start: Create or Edit...