* fix(ui): update placeholder images and styles
<!--
Thank you for your contribution!
Unless your change is trivial, please create an issue to discuss the change before creating a PR.
-->
### Describe your changes:
Fixes <issue-number>
<!--
Short blurb explaining:
- What changes did you make?
- Why did you make them?
- How did you test your changes?
-->
I worked on ... because ...
<!-- For frontend related change, please add screenshots and/or videos of your changes preview! -->
#
### Type of change:
<!-- You should choose 1 option and delete options that aren't relevant -->
- [ ] Bug fix
- [ ] Improvement
- [ ] New feature
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation
#
### Checklist:
<!-- add an x in [] if done, don't mark items that you didn't do !-->
- [x] I have read the [**CONTRIBUTING**](https://docs.open-metadata.org/developers/contribute) document.
- [ ] My PR title is `Fixes <issue-number>: <short explanation>`
- [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.
<!-- Based on the type(s) of your change, uncomment the required checklist 👇 -->
<!-- Bug fix
- [ ] I have added a test that covers the exact scenario we are fixing. For complex issues, comment the issue number in the test for future reference.
-->
<!-- Improvement
- [ ] I have added tests around the new logic.
- [ ] For connector/ingestion changes: I updated the documentation.
-->
<!-- New feature
- [ ] The issue properly describes why the new feature is needed, what's the goal, and how we are building it. Any discussion
or decision-making process is reflected in the issue.
- [ ] I have updated the documentation.
- [ ] I have added tests around the new logic.
-->
<!-- Breaking change
- [ ] I have added the tag `Backward-Incompatible-Change`.
-->
* update placeholders styles
* add placeholder for explore tree
* fix sonar issue
* update explore tree placeholder
* update explore tree placeholder
* add test
* fix: collapse-expand icon for table details page
* fix unit test
* fix action btn css issue
* update owner label extra avatar size
* minor css fix for layout
* minor css fix
* update show more owners avatar size as per feedback
* added option for extended menu item in platform insight serive
* remove the manage button on platform side and updated the extraDrodpwn on service level to add there
* fix: made databricks httpPath required and added a migration file for the same
* fix: added sql migration in postDataMigration file and fix databricks tests
* fix: added httpPath in test_source_connection.py and test_source_parsing.py files
* fix: added httpPath in test_databricks_lineage.py
* fix: table name in postgres migration
* fix table design mismatch issues
* change the table tag and description action buttons
* fix the table aligment in case of floating app on right side
* change the draggable icon
* icon change in NextPrevious component
* fix unit test
* fix localization issue
* fix(ui): persona and customize page issues
* improve customize page for entities
* fix icons for domain and glossary customization
* organize widgets function with class base approach
* fix type error
* update expand collapse button on tab
* update expand collapse icon for tabs
* updated owners feed to use OwnerLabel
* replace UserAvatarGroup with OwnerLabel
* update extra avatar size for explore card
* minor update in comment
* Refactor: Remove AlertsActivityFeedPage and update related components
- Deleted AlertsActivityFeedPage component since it was old and not being used.
- Removed unused import and route for AlertsActivityFeedPage in SettingsRouter.
- Fix the layout for the following pages:
1. Add and edit alert page
2. Alert details page
3. Role details page
4. Policy details page
5. Add user and admin page
6. Add and edit Rule page
7. Custom property settings page.
* Fix the type error in the CI
* Fix the vertical alignment of ingestion table rows
* Fix the unit tests
* Fix SettingsRouter test
* Worked on adding the day 1 trigger button on service details page
* Fix the service main tab styling
* Enhance DataAssetsHeader and ServiceInsightsTab components to support day one application triggering. Added new props for disabling the run agents button and handling post-trigger actions. Updated localization files with new messages for day one application status. Refactored ServiceDetailsPage to integrate workflow state management and trigger fetching.
* Fix the border on application config tab
* Change the logic to show the trigger day one button to only display in case of failure
Fix the add service page card spacing
* Fix the unit test
* update label styles for dashboard page charts
* update glossaryterm and application status
* update pipeline status and recent runs styles
* fix unit test
* fix tests
* fix sonarqube issues
* used css variables
* make icons scalable
* checking bulk edit entity playwright fix
* updated code to run only bulkEditEntity
* file was not running due to wrong filename
* remove the filecheck to test only bulkedit
* Refactor ServiceBaseClass: Implement exponential backoff for API requests and enhance error handling in pipeline status retrieval
* Enhance ServiceBaseClass: Introduce MAX_CONSECUTIVE_ERRORS constant and refactor API request handling with makeRetryRequest utility for improved error management
* update column config to store user preference in localStorage
* fix somar issues
* update component to have cross user support
* update test case
* revert test update
* add prop in Table
* updated as per feedbacks
* revert changes
* fix jest failure
* update as per feedbacks
* updated as per comments
* updated condition
* updated as per feedbacks
* update as per feedbacks
* fix test cases
* revert minor change
* fix sonar issues
* revert to fix error
* debug dbt test
* failed status
* Refactor: Update ServiceIngestion tests and logging mechanism
- Removed the testMatch for ServiceIngestion.spec.ts in playwright.config.ts.
- Updated ServiceIngestion.spec.ts to include additional ingestion classes and improved the handling of failed pipeline logs by fetching logs via API instead of using the clipboard.
- Enhanced logging for failed pipelines to provide clearer output in the console.
* minor change
* move the export png logic to utils to work independently
* added support for manage button in dataInsightHeader
* fix unit test issue
* added common class for the export selector
* optimize the code and remove unwanted thing