Skip to content

Conversation

@kodinkat
Copy link
Contributor

- Introduced a new Home Screen Apps tile in the dashboard, allowing users to view their apps in a horizontally scrolling carousel.
- Registered the new tile in `disciple-tools-dashboard.php` with a priority for display.
- Added JavaScript functionality in `scripts.js` to handle app rendering and user interactions.
- Created accompanying CSS styles in `style.css` for the tile layout and responsiveness.
- Developed a template file `template.php` to structure the tile's HTML output.
- Removed unnecessary whitespace in the `register_tiles` method of `disciple-tools-dashboard.php`.
- Ensured consistent formatting for better code clarity.
- Implemented a debounce function for handling window resize events to improve performance.
- Added dynamic limiting for visible app cards based on the carousel's width.
- Introduced a "Show More" card that links to additional apps, with conditional rendering based on user activation.
- Updated CSS styles for improved layout, including hidden app cards for scrolling and responsive adjustments.
- Modified template to include the "Show More" URL for better user navigation.
@kodinkat
Copy link
Contributor Author

Screenshot 2025-12-19 at 11 55 08 Screenshot 2025-12-19 at 11 54 36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

D.T homescreen apps

1 participant