Skip to content

Commit a7fba31

Browse files
author
Wallydz
committed
Various Improvement / Bug Fix
-Stable Map - Login/Signup Modal bug - Service improvement
1 parent 4bf7380 commit a7fba31

File tree

1,308 files changed

+921
-344
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,308 files changed

+921
-344
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# VPNht/desktop
22

3-
![VPN.ht Desktop](https://github.com/vpnht/desktop/workflows/VPN.ht%20Desktop/badge.svg)
3+
[![VPN.ht Desktop](https://github.com/vpnht/desktop/workflows/VPN.ht%20Desktop/badge.svg)](https://github.com/vpnht/desktop/actions)
44

5-
![VPN.ht Desktop 1.0.1 on macOS Catalina](images/darwin.jpg)
5+
[![VPN.ht Desktop 1.0.1 on macOS Catalina](images/darwin.jpg)](https://github.com/vpnht/desktop/releases)
66

77
This repo is managed as a monorepo that is composed of many packages.
88
Each package has its own `README` and documentation describing usage.
99

10+
This client is in development and not ready for production use.
11+
1012
### Package Index
1113

1214
| package | | |

images/darwin.jpg

64.7 KB
Loading

packages/client/app/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
</style>
2828
<link rel="stylesheet" href="static/pretty-checkbox.min.css" />
2929
<link rel="stylesheet" href="static/highlight.css" />
30+
<link rel="stylesheet" href="static/leaflet.css" />
31+
<link rel="stylesheet" href="static/fonts.css" />
3032
<link rel="stylesheet" href="renderer/style.css" />
3133
</head>
3234

packages/client/app/index.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,14 @@ const openMainWin = async () => {
323323
autoHideMenuBar: true,
324324
titleBarStyle: "hiddenInset",
325325
fullscreen: false,
326-
width: 960,
327-
height: 480,
328326
show: false,
329327
sandbox: true,
328+
width: 960,
330329
minWidth: process.platform === "darwin" ? 810 : 860,
331-
minHeight: 410,
330+
maxWidth: 960,
331+
height: 500,
332+
minHeight: 500,
333+
maxHeight: 500,
332334
backgroundColor: "#00A6A3",
333335
webPreferences: {
334336
nodeIntegration: true
1.23 KB
Loading

packages/client/app/static/layers.png

696 Bytes
Loading

0 commit comments

Comments
 (0)