Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
ca4d1fa1a5
Update README.md to introduce the patient follow-up reminder system, detailing features, installation steps, and technical stack. Removed outdated Laravel information and added new content relevant to the application.
ecb79253f0
Refactor patient reminders view to use a new stats filter bar layout. Updated styling for improved responsiveness and user experience. Removed old statistics card and filter tabs, replacing them with a more compact design. Added export button functionality within the new layout.
232b777f6c
Enhance patient index view with responsive design and improved styling. Added new CSS for patient table, mobile card layout, and optimized elements for better user experience. Updated HTML structure for patient information display and action buttons.
177708cdbe
Refine floating result button and sidebar styles: adjust positioning, enhance button appearance with animations and gradients, and update JavaScript to hide the button when results are displayed. Update versioning in HTML for CSS and JS files.
2b9c763f95
Enhance location features in the map application: update README for automatic location detection, adjust CSS for mobile geolocation controls, and improve JavaScript for IP and precise geolocation handling.
a85fabc2d8
Implement mobile UI enhancements including a sidebar, mobile search functionality, and a floating results button. Add port checking and killing logic in main.go. Update HTML and CSS for mobile responsiveness and new UI elements.
d082c97823
Enhance main.go by embedding static files and templates, improve logging during service startup, and update README with detailed API Key instructions and deployment steps.
6940d5c3ca
Refactor main.go to embed static files and templates, update logging for service start, and enhance README with API Key instructions and deployment steps.
6f9bb5f43b
Enhance week report generation by adding image appendix feature. Implemented a new method to build an images section at the end of the report, which includes task images and descriptions. Cleaned up unused placeholders and improved formatting for better readability.
3955dd6049
Refactor PDF generation in week report view. Removed temporary container for PDF content and implemented direct printing in a new window. Enhanced styling for printed output and improved user feedback during the PDF generation process.
cdec96e852
Update script sources and enhance Markdown parsing in week report view. Changed script links to use unpkg, and added fallback Markdown parsing logic to ensure compatibility when 'marked' is unavailable.
25210ff20b
Implement ZenTao integration for task import and enhance week report generation. Added ZenTao database connection settings, UI for importing tasks, and updated report generation logic for improved clarity and execution time. Adjusted PDF generation styles and added error handling for task loading.