Commit Graph

7 Commits

Author SHA1 Message Date
Ümit Tunç 266447e03d fix: improve API error handling, add fallback UI, and optimize Nginx connection settings 2026-04-07 15:59:30 +03:00
Ümit Tunç 8be72acf26 Enhance welcome page with new resource links and improved UI elements
- Added a new link to the Postman collection for easier access to API documentation.
- Introduced a link to the SwaggerHub collection, providing users with additional API resources.
- Updated existing links to open in a new tab for better user experience.
- Enhanced SVG icons and text descriptions for clarity and visual appeal.

These changes collectively improve the accessibility and usability of API resources on the welcome page of the Truncgil Finance application.
2025-01-22 08:48:35 +03:00
Ümit Tunç 09e981f94b Implement crypto currency rates feature and enhance API responses
- Added a new job to fetch crypto currency rates from an external source and store them in a JSON file.
- Updated the CurrencyController to include methods for retrieving current crypto currency rates and rates by name.
- Enhanced the API to return detailed metadata for crypto currency rates, including timestamps and update information.
- Updated the API routes to support new endpoints for crypto currency rates.
- Modified the merged rates JSON to include crypto currency data alongside existing currency and gold rates.
- Improved the welcome view to display additional crypto currency information, enhancing user experience.

These changes collectively expand the functionality of the Truncgil Finance application, providing users with comprehensive access to crypto currency data.
2025-01-21 19:27:03 +03:00
Ümit Tunç e2684ef05a Update currency and gold rates API responses, enhance views, and improve branding
- Updated API responses for currency and gold rates to include the latest data and improved metadata, ensuring accurate and informative responses.
- Added a new view for displaying currency rates, enhancing the user interface with dynamic data presentation.
- Updated the welcome view to integrate the new currency display and improved layout for better user experience.
- Changed the logo in the Scribe configuration to a new light SVG for better visual consistency.
- Enhanced styling in the welcome view and currency display for a modern look and feel.

These changes collectively improve the functionality, usability, and branding of the Truncgil Finance application.
2025-01-21 18:05:33 +03:00
Ümit Tunç c478be2f3f - Added a new favicon and manifest file for the Truncgil Finance application to enhance branding and user experience.
- Updated the Scribe configuration to use a new theme and included a logo for better visual identity.
- Enhanced the welcome view by linking to the new manifest and updating the background image source for improved accessibility.
- Refactored API documentation to include updated response formats and example values, ensuring clarity and usability.
- Improved the layout and structure of the Scribe documentation pages for a more responsive design.

These changes collectively enhance the branding, accessibility, and usability of the Truncgil Finance application.
2025-01-21 18:05:24 +03:00
Ümit Tunç d381fdfbe1 - Added a new SVG logo for Truncgil Finance to the project.
- Updated the title in the welcome view to reflect the new branding.
- Replaced the existing logo in the welcome view with the newly added SVG logo.
- Modified the background image alt text for better accessibility.
- Updated footer information to display the Truncgil Finance version instead of Laravel.
- Enhanced the welcome view layout by removing unnecessary elements and improving the overall structure.

These changes enhance the branding and user experience of the Truncgil Finance application.
2025-01-21 15:04:39 +03:00
Ümit Tunç f6ef9fafdc first commit 2025-01-17 21:38:08 +03:00