mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-06-01 07:10:09 -07:00
rename to Deskreen
This commit is contained in:
parent
d77021b92b
commit
5e918e7675
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
github: [deskrin, pavlobu]
|
github: [deskreen, pavlobu]
|
||||||
patreon: pavlobu
|
patreon: pavlobu
|
||||||
open_collective: todo-add-open-collective-page!
|
open_collective: todo-add-open-collective-page!
|
||||||
|
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@ -11,7 +11,7 @@
|
|||||||
"preLaunchTask": "Start Webpack Dev"
|
"preLaunchTask": "Start Webpack Dev"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Deskrin: Renderer",
|
"name": "Deskreen: Renderer",
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"port": 9223,
|
"port": 9223,
|
||||||
@ -21,8 +21,8 @@
|
|||||||
],
|
],
|
||||||
"compounds": [
|
"compounds": [
|
||||||
{
|
{
|
||||||
"name": "Deskrin: All",
|
"name": "Deskreen: All",
|
||||||
"configurations": ["Deskrin: Main", "Deskrin: Renderer"]
|
"configurations": ["Deskreen: Main", "Deskreen: Renderer"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2020-present Deskrin
|
Copyright (c) 2020-present Deskreen
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
10
README.md
10
README.md
@ -1,7 +1,7 @@
|
|||||||
[](https://codecov.io/gh/pavlobu/deskrin)
|
[](https://codecov.io/gh/pavlobu/deskreen)
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Howto:
|
## Howto:
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ sonar.login=d0c254aaff5ebd89dd5c6f0663238ab6ad5fddea
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT © [Deskrin](https://github.com/pavlobu/deskrin)
|
MIT © [Deskreen](https://github.com/pavlobu/deskreen)
|
||||||
|
|
||||||
## Copyright
|
## Copyright
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Hello Deskrin!</title>
|
<title>Hello Deskreen!</title>
|
||||||
<script>
|
<script>
|
||||||
(() => {
|
(() => {
|
||||||
if (
|
if (
|
||||||
|
@ -56,17 +56,17 @@ export default class MenuBuilder {
|
|||||||
|
|
||||||
buildDarwinTemplate(): MenuItemConstructorOptions[] {
|
buildDarwinTemplate(): MenuItemConstructorOptions[] {
|
||||||
const subMenuAbout: DarwinMenuItemConstructorOptions = {
|
const subMenuAbout: DarwinMenuItemConstructorOptions = {
|
||||||
label: 'Deskrin',
|
label: 'Deskreen',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: 'About Deskrin',
|
label: 'About Deskreen',
|
||||||
selector: 'orderFrontStandardAboutPanel:',
|
selector: 'orderFrontStandardAboutPanel:',
|
||||||
},
|
},
|
||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
{ label: 'Services', submenu: [] },
|
{ label: 'Services', submenu: [] },
|
||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
{
|
{
|
||||||
label: 'Hide Deskrin',
|
label: 'Hide Deskreen',
|
||||||
accelerator: 'Command+H',
|
accelerator: 'Command+H',
|
||||||
selector: 'hide:',
|
selector: 'hide:',
|
||||||
},
|
},
|
||||||
|
2
app/package-lock.json
generated
2
app/package-lock.json
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "deskrin",
|
"name": "deskreen",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"lockfileVersion": 1
|
"lockfileVersion": 1
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "deskrin",
|
"name": "deskreen",
|
||||||
"productName": "deskrin",
|
"productName": "deskreen",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "TODO: write description about this project",
|
"description": "TODO: write description about this project",
|
||||||
"main": "./main.prod.js",
|
"main": "./main.prod.js",
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "deskrin",
|
"name": "deskreen",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
|
20
package.json
20
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "deskrin",
|
"name": "deskreen",
|
||||||
"productName": "Deskrin",
|
"productName": "Deskreen",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "TODO: write description of this app",
|
"description": "TODO: write description of this app",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -53,8 +53,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"productName": "Deskrin",
|
"productName": "Deskreen",
|
||||||
"appId": "com.pavlobu.Deskrin",
|
"appId": "com.pavlobu.Deskreen",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/",
|
"dist/",
|
||||||
"node_modules/",
|
"node_modules/",
|
||||||
@ -98,29 +98,29 @@
|
|||||||
"publish": {
|
"publish": {
|
||||||
"provider": "github",
|
"provider": "github",
|
||||||
"owner": "pavlobu",
|
"owner": "pavlobu",
|
||||||
"repo": "deskrin",
|
"repo": "deskreen",
|
||||||
"private": false
|
"private": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/pavlobu/deskrin.git"
|
"url": "git+https://github.com/pavlobu/deskreen.git"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Pavlo (Paul) Buidenkov",
|
"name": "Pavlo (Paul) Buidenkov",
|
||||||
"email": "pavlobu@gmail.com",
|
"email": "pavlobu@gmail.com",
|
||||||
"url": "https://github.com/pavlobu/deskrin"
|
"url": "https://github.com/pavlobu"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Pavlo (Paul) Buidenkov",
|
"name": "Pavlo (Paul) Buidenkov",
|
||||||
"email": "pavlobu@gmail.com",
|
"email": "pavlobu@gmail.com",
|
||||||
"url": "https://github.com/pavlobu/deskrin"
|
"url": "https://github.com/pavlobu"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/pavlobu/deskrin"
|
"url": "https://github.com/pavlobu/deskreen/issues"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"electron",
|
"electron",
|
||||||
@ -133,7 +133,7 @@
|
|||||||
"hot",
|
"hot",
|
||||||
"reload"
|
"reload"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/pavlobu/deskrin#readme",
|
"homepage": "https://github.com/pavlobu/deskreen#readme",
|
||||||
"jest": {
|
"jest": {
|
||||||
"testURL": "http://localhost/",
|
"testURL": "http://localhost/",
|
||||||
"moduleNameMapper": {
|
"moduleNameMapper": {
|
||||||
|
@ -20,11 +20,11 @@ const assertNoConsoleErrors = async (t) => {
|
|||||||
fixture`Home Page`.page('../../app/app.html').afterEach(assertNoConsoleErrors);
|
fixture`Home Page`.page('../../app/app.html').afterEach(assertNoConsoleErrors);
|
||||||
|
|
||||||
test('e2e', async (t) => {
|
test('e2e', async (t) => {
|
||||||
await t.expect(getPageTitle()).eql('Hello Deskrin!');
|
await t.expect(getPageTitle()).eql('Hello Deskreen!');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should open window and contain expected page title', async (t) => {
|
test('should open window and contain expected page title', async (t) => {
|
||||||
await t.expect(getPageTitle()).eql('Hello Deskrin!');
|
await t.expect(getPageTitle()).eql('Hello Deskreen!');
|
||||||
});
|
});
|
||||||
|
|
||||||
test(
|
test(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user