Skip to content

Commit

Permalink
implementation-syncfusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYPROGRAMMER committed Oct 5, 2024
1 parent dd38ae3 commit f6185c4
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 43 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,16 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*"
tag: v2.0.6.1
tag: v2.0.7
token: ${{ secrets.TOKEN }}
name: "stable-v2.0.6.1"
name: "stable-v2.0.7"
body: |
## What's New in v2.0.6.1
## What's New in v2.0.7
- **Patch** : LOGIN with Google fix
- **Fixed Performance and Responsiveness Issues and Improved UI.
- **New Feature**: Fast Login with Oauth2 independent of Firebase.
- **Bug Fixes**: Resolved major bugs pertaining to login & signup leaks & getting ready for syncfusion.
- **Performance Improvements**: Optimized the load response times.
- **UI Enhancements**: Updated the home UI and added more animations.
- **New Feature**: Implemented Syncfusion.
- **Bug Fixes**: Resolved major bugs pertaining to syncfusion.
- **Performance Improvements**: Optimized the UI load response time.
- **UI Enhancements**: Improved the home UI.
### Known Issues are Resolved.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Mindful-App](https://socialify.git.ci/ARYPROGRAMMER/Mindful-App/image?description=1&descriptionEditable=Mindful%20is%20a%20mental%20wellness%20app%20designed%20to%20support%20users%20in%20managing%20stress%20and%20anxiety&font=Source%20Code%20Pro&language=1&name=1&owner=1&pattern=Diagonal%20Stripes&stargazers=1&theme=Dark)

[![Build Status](https://github.com/travisjeffery/timecop/workflows/CI/badge.svg)](https://github.com/ARYPROGRAMMER/Mindful-App/actions)
![version](https://img.shields.io/badge/version-2.0.6-green)
![version](https://img.shields.io/badge/version-2.0.7-blue)

<p align="center">
<img src="https://img.shields.io/badge/firebase-ffca28?style=for-the-badge&logo=firebase&logoColor=black"/>
Expand All @@ -12,16 +12,15 @@

**APP STATUS** : ALL CORE FUNCTIONALITIES WORKING (Deployed NodeJs & Postgresql on Render)

## What's New in v2.0.6
## What's New in v2.0.7

- **Fixed Performance and Responsiveness Issues and Improved UI.
- **New Feature**: Fast Login with Oauth2 independent of Firebase.
- **Bug Fixes**: Resolved major bugs pertaining to login & signup leaks & getting ready for syncfusion.
- **Performance Improvements**: Optimized the load response times.
- **UI Enhancements**: Updated the home UI and added more animations.
### Known Issues are Resolved.
- **New Feature**: Implemented Syncfusion.
- **Bug Fixes**: Resolved major bugs pertaining to syncfusion.
- **Performance Improvements**: Optimized the UI load response time.
- **UI Enhancements**: Improved the home UI.

### Known Issues are Resolved.

[DEMO LINK OF WORKING](https://vimeo.com/1016496824?share=copy)

Expand Down
Loading

0 comments on commit f6185c4

Please sign in to comment.