OpenArchive / Save-app-ios

Secure Mobile Media Preservation
https://open-archive.org/
GNU General Public License v3.0
10 stars 3 forks source link

Implement new webdav setup #236

Closed hiromipaw closed 8 months ago

hiromipaw commented 11 months ago

The new webdav setup is divided in 3 steps:

Private Server - Log In

Private Server - Log In-1

Private Server - Success

Typography for title and description:

font-family: Montserrat;
font-size: 14px;
font-style: italic;
font-weight: 700;
line-height: 16px;
letter-spacing: 0.01em;
text-align: left;

font-family: Montserrat;
font-size: 14px;
font-weight: 500;
line-height: 16px;
letter-spacing: 0.01em;
text-align: left;

Form typography:

/* Server Info */

width: 331px;
height: 16px;

font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 16px;
/* identical to box height, or 114% */
letter-spacing: 0.01em;

/* White */
color: #FFFFFF;

/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

/* ↪ Label */

width: 291px;
height: 24px;

font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 18px;
/* or 138% */
display: flex;
align-items: center;

/* White */
color: #FFFFFF;

Figma: https://www.figma.com/file/MngzLdtPsEmvEsUPKsbmE8/Save-App-2.0

Image: Group 431

tladesignz commented 9 months ago

@purvi-ranawat: This will be contained in version 3.0.0, build 84.

purvi-ranawat commented 8 months ago

@tladesignz : Once we login to Private server, the message "You have sucessfully connected to Private server" should be displayed. Instead the word "Private Server" is missing.

Below is the screenshot :

Image

tladesignz commented 8 months ago

Ahaha! Got creative with the space naming. Ok, I improved the method to pretty-print a space name.

Fix contained in version 3.0.1, build 88.

purvi-ranawat commented 8 months ago

@tladesignz This is working fine now. Tested on iPhone XR, iOS 17.2. version 3.0.1, build 89