Flangapp - SAAS Online App Builder From Websites

Flangapp - SAAS Online App Builder From Websites v1.5

No permission to download

bijay

Well-known member
Trusted Uploader
Sep 23, 2019
199
188
50
27
India
nametest.app
Here is the fix for Couldn't get a hash for the updated version Error. The backend always tries to connect with main github branch. So if your branch name is not main then you can create another repo with main branch and update the repoid like below screenshot
1670109185533.png

1670109277819.png
 
  • Like
Reactions: webcloud

Taekiwz

Active member
Trusted Uploader
Aug 27, 2019
105
170
43
Yes, I just posted above.

Go to the folder /js in the root of the application. Open all the JavaScript files in there. Do a search for 44.0.0 and replace each instant with 45.0.0
Make this edit in both the chunk~.js and app~.js files.

Worked, thank you!
 
  • Like
Reactions: djav1985

djav1985

Member
Babiato Fan
Sep 24, 2020
47
21
8
39
Port Charlotte, FL
vontainment.com
Also if you see a (cors/auth error for react-native-progress)
open /js/app- ~.js

Find:
"react-native-progress": { version: "^5.0.0" },
Change to:
"react-native-progress": { version: "5.0.0" },

If I figure out any more fixes i'll post them. if anyone else has made code improvements please share.
 
  • Like
Reactions: ntropy and Taekiwz

rex922

New member
Nov 15, 2022
12
0
1
Help

5kxoumy.png
 

djav1985

Member
Babiato Fan
Sep 24, 2020
47
21
8
39
Port Charlotte, FL
vontainment.com
logout and go back to the login page, if using chrome right click and goto inspect. You can see all the css that way and what file and line everything is on to edit it. there are 2 files app-~.css and chunk-~.css you can either directly edit or append to chunk-~.css.

The way this app is built you will need to use .SELECTOR > .SELECTOR and .SELECTOR .SELECTOR:nth-child(#) type of selectors to target things and not change others.

If you don't know what > is or :nth-child(#) i would suggest reading a bit more on CSS

You can also use this chrome extension to edit and output css to append to chunk-~.css to make changes.
 
  • Love
Reactions: chareen3

chareen3

Active member
Trusted Uploader
Sep 4, 2018
107
213
43
logout and go back to the login page, if using chrome right click and goto inspect. You can see all the css that way and what file and line everything is on to edit it. there are 2 files app-~.css and chunk-~.css you can either directly edit or append to chunk-~.css.

The way this app is built you will need to use .SELECTOR > .SELECTOR and .SELECTOR .SELECTOR:nth-child(#) type of selectors to target things and not change others.

If you don't know what > is or :nth-child(#) i would suggest reading a bit more on CSS

You can also use this chrome extension to edit and output css to append to chunk-~.css to make changes.
Thanks you very much <3
 

djav1985

Member
Babiato Fan
Sep 24, 2020
47
21
8
39
Port Charlotte, FL
vontainment.com
Here's a bit of my css for the login:

This sets your login page background. Cause I used a dark color with a background I had to use the next included css to set the logged in users background:
body,
.v-application--wrap {
background-color: #4b5161;
background-image: url("/img/debut-light.png");
background-repeat: repeat;
}

This set the background color for the logged in user in the main content area. I did this cause I didn't want the login page and main content to have same background:

.layout > .v-main > .v-main__wrap {
height: 100vh;
background-color: #ffffff;
}
.layout > .v-main > .v-main__wrap > .container {
background-color: #ffffff;
}


This is the login box, I added padding, border and color:
.v-application--wrap > .v-main > .v-main__wrap {
background-color: #ffffff;
padding: 20px;
margin-top: 60px;
border-radius: 10px;
border: 2px solid #66cc33;
}
 
  • Love
  • Like
Reactions: Judge and chareen3

chareen3

Active member
Trusted Uploader
Sep 4, 2018
107
213
43
Here's a bit of my css for the login:

This sets your login page background. Cause I used a dark color with a background I had to use the next included css to set the logged in users background:
body,
.v-application--wrap {
background-color: #4b5161;
background-image: url("/img/debut-light.png");
background-repeat: repeat;
}

This set the background color for the logged in user in the main content area. I did this cause I didn't want the login page and main content to have same background:

.layout > .v-main > .v-main__wrap {
height: 100vh;
background-color: #ffffff;
}
.layout > .v-main > .v-main__wrap > .container {
background-color: #ffffff;
}


This is the login box, I added padding, border and color:
.v-application--wrap > .v-main > .v-main__wrap {
background-color: #ffffff;
padding: 20px;
margin-top: 60px;
border-radius: 10px;
border: 2px solid #66cc33;
}
I am using WordPress, I need to create a custom Login, Signup page direct login to the app builder, I hope you understand
 

mohamedabbas977

New member
Jul 15, 2022
35
23
3
Here's a bit of my css for the login:

This sets your login page background. Cause I used a dark color with a background I had to use the next included css to set the logged in users background:
body,
.v-application--wrap {
background-color: #4b5161;
background-image: url("/img/debut-light.png");
background-repeat: repeat;
}

This set the background color for the logged in user in the main content area. I did this cause I didn't want the login page and main content to have same background:

.layout > .v-main > .v-main__wrap {
height: 100vh;
background-color: #ffffff;
}
.layout > .v-main > .v-main__wrap > .container {
background-color: #ffffff;
}


This is the login box, I added padding, border and color:
.v-application--wrap > .v-main > .v-main__wrap {
background-color: #ffffff;
padding: 20px;
margin-top: 60px;
border-radius: 10px;
border: 2px solid #66cc33;
}
you are amazing
Can you send the path to these files
 

Forum statistics

Threads
69,229
Messages
908,458
Members
237,097
Latest member
ahhshd

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu