Skip to content

Commit d47d1b6

Browse files
committed
production build first commit -packaging
1 parent 56282b3 commit d47d1b6

Some content is hidden

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

49 files changed

+424
-20677
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ node_modules/
1010

1111
# production
1212
/build
13+
build/
14+
15+
#packaging
16+
dist/
17+
/dist
1318

1419
# misc
1520
.DS_Store
@@ -25,3 +30,5 @@ yarn-error.log*
2530

2631
#vscode
2732
.vscode/
33+
34+

.vscode/settings.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"cmake.configureOnOpen": false
2+
"cmake.configureOnOpen": false,
3+
"appService.defaultWebAppToDeploy": "undefined/subscriptions/b3e32de3-a9a3-4951-a3f9-f520f4b769be/resourceGroups/appsvc_linux_centralus/providers/Microsoft.Web/sites/clipboard-sync",
4+
"appService.deploySubpath": "server"
35
}

README.md

-70
This file was deleted.

To-do list web app.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[x] if the receieve copied message from remote devices is same as the local copied message then don't copy it to clipboard
2+
[X] Create a var to locally store user data and instead of fetching user data fetch local data and log him
3+
[x] closing window doesn't close the app
4+
[x] create system tray icon for app to run in background
5+
[x] closing window minimizes to system tray icon
6+
[x] have option to right click system tray icon to close the app
7+
[x] add stop service fn to handle when the service is stopped
8+
[x] show devices connected on same account just windows or android
9+
[x] remove connected devices when disconnected
10+
[x] add logout route remove the electron store values
11+
[x] fix electron store values not changing
12+
[] fix login in with google
13+
[] fix login in with github
-479 KB
Binary file not shown.

0 commit comments

Comments
 (0)