Skip to content

Commit f6185c4

Browse files
committed
implementation-syncfusion
1 parent dd38ae3 commit f6185c4

File tree

5 files changed

+521
-43
lines changed

5 files changed

+521
-43
lines changed

.github/workflows/main.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,16 @@ jobs:
3939
uses: ncipollo/release-action@v1
4040
with:
4141
artifacts: "build/app/outputs/apk/release/*"
42-
tag: v2.0.6.1
42+
tag: v2.0.7
4343
token: ${{ secrets.TOKEN }}
44-
name: "stable-v2.0.6.1"
44+
name: "stable-v2.0.7"
4545
body: |
46-
## What's New in v2.0.6.1
46+
## What's New in v2.0.7
4747
48-
- **Patch** : LOGIN with Google fix
4948
- **Fixed Performance and Responsiveness Issues and Improved UI.
50-
- **New Feature**: Fast Login with Oauth2 independent of Firebase.
51-
- **Bug Fixes**: Resolved major bugs pertaining to login & signup leaks & getting ready for syncfusion.
52-
- **Performance Improvements**: Optimized the load response times.
53-
- **UI Enhancements**: Updated the home UI and added more animations.
54-
49+
- **New Feature**: Implemented Syncfusion.
50+
- **Bug Fixes**: Resolved major bugs pertaining to syncfusion.
51+
- **Performance Improvements**: Optimized the UI load response time.
52+
- **UI Enhancements**: Improved the home UI.
53+
5554
### Known Issues are Resolved.

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![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)
22

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

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

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

15-
## What's New in v2.0.6
15+
## What's New in v2.0.7
1616

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

23+
### Known Issues are Resolved.
2524

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

0 commit comments

Comments
 (0)