Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/packages #348

Merged
merged 2 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index fd83201677304175cd888e0f9935ca8059e4e52c..e0337b0df6e3fb8d4135b40962d1e6ad
"description": "Gets the Focus Assist status in Windows 10 CU or later.",
"main": "lib/index.js",
"scripts": {
+ "install": "",
+ "install": "node-gyp rebuild",
"test": "node sample/index.js"
},
"repository": {
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@
"shortid": "^2.2.8",
"slack": "^11.0.2",
"source-map-support": "^0.5.21",
"sqlite3": "^5.1.6",
"stream-electron-ipc": "^14.1.0",
"stream-json-rpc": "^0.9.1",
"suncalc": "^1.9.0",
Expand All @@ -224,7 +223,6 @@
"use-timeout": "^1.1.0",
"utility-types": "^3.7.0",
"uuid": "^3.3.3",
"windows-focus-assist": "patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch",
"ws": "^5.2.2"
},
"devEngines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { bindActionCreators, compose } from 'redux';
import { markAsRead, notificationClick, toggleVisibility } from '../duck';
import { getFullNotificationsOrderedGrouped } from '../selectors';
import NotificationGroup from './NotificationGroup';
import illuSVG from '../components/resources/illustration--no-notif.svg';

interface StateProps {
groupedNotifications: Immutable.List<Immutable.Map<string, any>>,
Expand All @@ -20,10 +19,12 @@ interface DispatchProps {

export type Props = StateProps & DispatchProps;

const illuSVG = require('../components/resources/illustration--no-notif.svg');

const NoNotificationMessage = () => (
<div className="l-empty">
<div className="l-empty__content">
<img src={illuSVG} width="117" height="138" alt="no notifications" />
<img src={ illuSVG } width="117" height="138" alt="no notifications" />
<strong>You have no notification</strong>
<p>Congratulations, you did a great job catching up with all the news.</p>
</div>
Expand Down
171 changes: 7 additions & 164 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9207,17 +9207,6 @@ __metadata:
languageName: node
linkType: hard

"bl@npm:^4.0.3":
version: 4.1.0
resolution: "bl@npm:4.1.0"
dependencies:
buffer: "npm:^5.5.0"
inherits: "npm:^2.0.4"
readable-stream: "npm:^3.4.0"
checksum: 10c0/02847e1d2cb089c9dc6958add42e3cdeaf07d13f575973963335ac0fdece563a50ac770ac4c8fa06492d2dd276f6cc3b7f08c7cd9c7a7ad0f8d388b2a28def5f
languageName: node
linkType: hard

"bluebird-lst@npm:^1.0.9":
version: 1.0.9
resolution: "bluebird-lst@npm:1.0.9"
Expand Down Expand Up @@ -9601,7 +9590,7 @@ __metadata:
languageName: node
linkType: hard

"buffer@npm:^5.1.0, buffer@npm:^5.5.0":
"buffer@npm:^5.1.0":
version: 5.7.1
resolution: "buffer@npm:5.7.1"
dependencies:
Expand Down Expand Up @@ -14810,13 +14799,6 @@ __metadata:
languageName: node
linkType: hard

"expand-template@npm:^2.0.3":
version: 2.0.3
resolution: "expand-template@npm:2.0.3"
checksum: 10c0/1c9e7afe9acadf9d373301d27f6a47b34e89b3391b1ef38b7471d381812537ef2457e620ae7f819d2642ce9c43b189b3583813ec395e2938319abe356a9b2f51
languageName: node
linkType: hard

"expand-tilde@npm:^2.0.0, expand-tilde@npm:^2.0.2":
version: 2.0.2
resolution: "expand-tilde@npm:2.0.2"
Expand Down Expand Up @@ -15690,13 +15672,6 @@ __metadata:
languageName: node
linkType: hard

"fs-constants@npm:^1.0.0":
version: 1.0.0
resolution: "fs-constants@npm:1.0.0"
checksum: 10c0/a0cde99085f0872f4d244e83e03a46aa387b74f5a5af750896c6b05e9077fac00e9932fdf5aef84f2f16634cd473c63037d7a512576da7d5c2b9163d1909f3a8
languageName: node
linkType: hard

"fs-extra@npm:^10.0.0, fs-extra@npm:^10.1.0":
version: 10.1.0
resolution: "fs-extra@npm:10.1.0"
Expand Down Expand Up @@ -16089,13 +16064,6 @@ __metadata:
languageName: node
linkType: hard

"github-from-package@npm:0.0.0":
version: 0.0.0
resolution: "github-from-package@npm:0.0.0"
checksum: 10c0/737ee3f52d0a27e26332cde85b533c21fcdc0b09fb716c3f8e522cfaa9c600d4a631dec9fcde179ec9d47cca89017b7848ed4d6ae6b6b78f936c06825b1fcc12
languageName: node
linkType: hard

"glob-base@npm:^0.3.0":
version: 0.3.0
resolution: "glob-base@npm:0.3.0"
Expand Down Expand Up @@ -17812,7 +17780,7 @@ __metadata:
languageName: node
linkType: hard

"ini@npm:^1.3.4, ini@npm:^1.3.5, ini@npm:~1.3.0":
"ini@npm:^1.3.4, ini@npm:^1.3.5":
version: 1.3.8
resolution: "ini@npm:1.3.8"
checksum: 10c0/ec93838d2328b619532e4f1ff05df7909760b6f66d9c9e2ded11e5c1897d6f2f9980c54dd638f88654b00919ce31e827040631eab0a3969e4d1abefa0719516a
Expand Down Expand Up @@ -22341,7 +22309,7 @@ __metadata:
languageName: node
linkType: hard

"minimist@npm:^1.1.1, minimist@npm:^1.2.0, minimist@npm:^1.2.3, minimist@npm:^1.2.5, minimist@npm:^1.2.6":
"minimist@npm:^1.1.1, minimist@npm:^1.2.0, minimist@npm:^1.2.5, minimist@npm:^1.2.6":
version: 1.2.8
resolution: "minimist@npm:1.2.8"
checksum: 10c0/19d3fcdca050087b84c2029841a093691a91259a47def2f18222f41e7645a0b7c44ef4b40e88a1e58a40c84d2ef0ee6047c55594d298146d0eb3f6b737c20ce6
Expand Down Expand Up @@ -22527,13 +22495,6 @@ __metadata:
languageName: node
linkType: hard

"mkdirp-classic@npm:^0.5.2, mkdirp-classic@npm:^0.5.3":
version: 0.5.3
resolution: "mkdirp-classic@npm:0.5.3"
checksum: 10c0/95371d831d196960ddc3833cc6907e6b8f67ac5501a6582f47dfae5eb0f092e9f8ce88e0d83afcae95d6e2b61a01741ba03714eeafb6f7a6e9dcc158ac85b168
languageName: node
linkType: hard

"mkdirp@npm:0.5.1":
version: 0.5.1
resolution: "mkdirp@npm:0.5.1"
Expand Down Expand Up @@ -22807,13 +22768,6 @@ __metadata:
languageName: node
linkType: hard

"napi-build-utils@npm:^1.0.1":
version: 1.0.2
resolution: "napi-build-utils@npm:1.0.2"
checksum: 10c0/37fd2cd0ff2ad20073ce78d83fd718a740d568b225924e753ae51cb69d68f330c80544d487e5e5bd18e28702ed2ca469c2424ad948becd1862c1b0209542b2e9
languageName: node
linkType: hard

"natural-compare@npm:^1.4.0":
version: 1.4.0
resolution: "natural-compare@npm:1.4.0"
Expand Down Expand Up @@ -22888,16 +22842,7 @@ __metadata:
languageName: node
linkType: hard

"node-abi@npm:^2.12.0":
version: 2.30.1
resolution: "node-abi@npm:2.30.1"
dependencies:
semver: "npm:^5.4.1"
checksum: 10c0/baddd9799ae3f9ad085695cd6545438a76f5a8deb47976daf06b13ee90e9dab5463de145b703aca38a5afb627c038e85d5f8a4ba2f31ec678a68366cb6daf76f
languageName: node
linkType: hard

"node-addon-api@npm:*, node-addon-api@npm:^7.0.0":
"node-addon-api@npm:*":
version: 7.1.0
resolution: "node-addon-api@npm:7.1.0"
dependencies:
Expand Down Expand Up @@ -24667,28 +24612,6 @@ __metadata:
languageName: node
linkType: hard

"prebuild-install@npm:^7.1.1":
version: 7.1.1
resolution: "prebuild-install@npm:7.1.1"
dependencies:
detect-libc: "npm:^2.0.0"
expand-template: "npm:^2.0.3"
github-from-package: "npm:0.0.0"
minimist: "npm:^1.2.3"
mkdirp-classic: "npm:^0.5.3"
napi-build-utils: "npm:^1.0.1"
node-abi: "npm:^3.3.0"
pump: "npm:^3.0.0"
rc: "npm:^1.2.7"
simple-get: "npm:^4.0.0"
tar-fs: "npm:^2.0.0"
tunnel-agent: "npm:^0.6.0"
bin:
prebuild-install: bin.js
checksum: 10c0/6dc70f36b0f4adcb2fe0ed38d874ab28b571fb1a9725d769e8ba3f64a15831e58462de09f3e6e64569bcc4a3e03b9328b56faa0d45fe10ae1574478814536c76
languageName: node
linkType: hard

"prelude-ls@npm:~1.1.2":
version: 1.1.2
resolution: "prelude-ls@npm:1.1.2"
Expand Down Expand Up @@ -25228,20 +25151,6 @@ __metadata:
languageName: node
linkType: hard

"rc@npm:^1.2.7":
version: 1.2.8
resolution: "rc@npm:1.2.8"
dependencies:
deep-extend: "npm:^0.6.0"
ini: "npm:~1.3.0"
minimist: "npm:^1.2.0"
strip-json-comments: "npm:~2.0.1"
bin:
rc: ./cli.js
checksum: 10c0/24a07653150f0d9ac7168e52943cc3cb4b7a22c0e43c7dff3219977c2fdca5a2760a304a029c20811a0e79d351f57d46c9bde216193a0f73978496afc2b85b15
languageName: node
linkType: hard

"re-reselect@npm:^0.6.0":
version: 0.6.3
resolution: "re-reselect@npm:0.6.3"
Expand Down Expand Up @@ -26266,7 +26175,7 @@ __metadata:
languageName: node
linkType: hard

"readable-stream@npm:^3.0.6, readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.0, readable-stream@npm:^3.6.2":
"readable-stream@npm:^3.0.6, readable-stream@npm:^3.1.1, readable-stream@npm:^3.6.0, readable-stream@npm:^3.6.2":
version: 3.6.2
resolution: "readable-stream@npm:3.6.2"
dependencies:
Expand Down Expand Up @@ -28062,24 +27971,6 @@ __metadata:
languageName: node
linkType: hard

"simple-concat@npm:^1.0.0":
version: 1.0.1
resolution: "simple-concat@npm:1.0.1"
checksum: 10c0/62f7508e674414008910b5397c1811941d457dfa0db4fd5aa7fa0409eb02c3609608dfcd7508cace75b3a0bf67a2a77990711e32cd213d2c76f4fd12ee86d776
languageName: node
linkType: hard

"simple-get@npm:^4.0.0":
version: 4.0.1
resolution: "simple-get@npm:4.0.1"
dependencies:
decompress-response: "npm:^6.0.0"
once: "npm:^1.3.1"
simple-concat: "npm:^1.0.0"
checksum: 10c0/b0649a581dbca741babb960423248899203165769747142033479a7dc5e77d7b0fced0253c731cd57cf21e31e4d77c9157c3069f4448d558ebc96cf9e1eebcf0
languageName: node
linkType: hard

"simple-git@npm:1.126.0":
version: 1.126.0
resolution: "simple-git@npm:1.126.0"
Expand Down Expand Up @@ -28634,27 +28525,6 @@ __metadata:
languageName: node
linkType: hard

"sqlite3@npm:^5.1.6":
version: 5.1.7
resolution: "sqlite3@npm:5.1.7"
dependencies:
bindings: "npm:^1.5.0"
node-addon-api: "npm:^7.0.0"
node-gyp: "npm:8.x"
prebuild-install: "npm:^7.1.1"
tar: "npm:^6.1.11"
peerDependencies:
node-gyp: 8.x
dependenciesMeta:
node-gyp:
optional: true
peerDependenciesMeta:
node-gyp:
optional: true
checksum: 10c0/10daab5d7854bd0ec3c7690c00359cd3444eabc869b68c68dcb61374a8fa5e2f4be06cf0aba78f7a16336d49e83e4631e8af98f8bd33c772fe8d60b45fa60bc1
languageName: node
linkType: hard

"sshpk@npm:^1.7.0":
version: 1.18.0
resolution: "sshpk@npm:1.18.0"
Expand Down Expand Up @@ -29241,7 +29111,6 @@ __metadata:
sinon: "npm:^7.1.1"
slack: "npm:^11.0.2"
source-map-support: "npm:^0.5.21"
sqlite3: "npm:^5.1.6"
stream-electron-ipc: "npm:^14.1.0"
stream-json-rpc: "npm:^0.9.1"
style-loader: "npm:^0.23.1"
Expand Down Expand Up @@ -29270,7 +29139,6 @@ __metadata:
use-timeout: "npm:^1.1.0"
utility-types: "npm:^3.7.0"
uuid: "npm:^3.3.3"
windows-focus-assist: "patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch"
ws: "npm:^5.2.2"
xvfb-maybe: "npm:^0.2.1"
yargs: "npm:^13.3.0"
Expand Down Expand Up @@ -29946,31 +29814,6 @@ __metadata:
languageName: node
linkType: hard

"tar-fs@npm:^2.0.0":
version: 2.1.1
resolution: "tar-fs@npm:2.1.1"
dependencies:
chownr: "npm:^1.1.1"
mkdirp-classic: "npm:^0.5.2"
pump: "npm:^3.0.0"
tar-stream: "npm:^2.1.4"
checksum: 10c0/871d26a934bfb7beeae4c4d8a09689f530b565f79bd0cf489823ff0efa3705da01278160da10bb006d1a793fa0425cf316cec029b32a9159eacbeaff4965fb6d
languageName: node
linkType: hard

"tar-stream@npm:^2.1.4":
version: 2.2.0
resolution: "tar-stream@npm:2.2.0"
dependencies:
bl: "npm:^4.0.3"
end-of-stream: "npm:^1.4.1"
fs-constants: "npm:^1.0.0"
inherits: "npm:^2.0.3"
readable-stream: "npm:^3.1.1"
checksum: 10c0/2f4c910b3ee7196502e1ff015a7ba321ec6ea837667220d7bcb8d0852d51cb04b87f7ae471008a6fb8f5b1a1b5078f62f3a82d30c706f20ada1238ac797e7692
languageName: node
linkType: hard

"tar@npm:^6.0.2, tar@npm:^6.1.11, tar@npm:^6.1.12, tar@npm:^6.1.2":
version: 6.2.0
resolution: "tar@npm:6.2.0"
Expand Down Expand Up @@ -32429,12 +32272,12 @@ __metadata:

"windows-focus-assist@patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch":
version: 1.3.0
resolution: "windows-focus-assist@patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch::version=1.3.0&hash=bc7fcd"
resolution: "windows-focus-assist@patch:windows-focus-assist@npm%3A1.3.0#~/.yarn/patches/windows-focus-assist-npm-1.3.0-e02310a164.patch::version=1.3.0&hash=5e48fb"
dependencies:
bindings: "npm:^1.5.0"
node-addon-api: "npm:*"
node-gyp: "npm:latest"
checksum: 10c0/b937c8b694f1f9663cdb71f6c5337c180ea97ad2abda8a72092ed0c0706d1e2b37fc88e8cffd3fdc27533418d2f5149b132396f2943482308a59aea3a9a351b7
checksum: 10c0/394ad49aaf273fed06dcccb55deab787387b50263c425fb9b035cd43f52d4cad37e0e63739d92784fc4a554496369672edda80ea8f84201c401028f0566ed5aa
languageName: node
linkType: hard

Expand Down