Skip to content

Commit 16b1b15

Browse files
committed
chore: small fixes, promo images
1 parent 997828f commit 16b1b15

Some content is hidden

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

55 files changed

+201
-199
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ module.exports = {
1212
'eslint:recommended',
1313
'plugin:@typescript-eslint/eslint-recommended',
1414
'plugin:@typescript-eslint/recommended',
15-
//'plugin:@typescript-eslint/recommended-requiring-type-checking' // slow but recommended
15+
'plugin:@typescript-eslint/recommended-requiring-type-checking' // slow but recommended
1616
],
1717
};

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# LiNotify
22

3-
LiNotify (li[chess] notify{notifications}) is a cross browser extension which notifies you if a certain player is online and/or playing on [lichess.org](https://www.lichess.org).
4-
5-
<img src="https://raw.githubusercontent.com/mpunkenhofer/linotify/master/assets/images/linotify_demo1.png" alt="linotify demo1"/>
6-
<img src="https://raw.githubusercontent.com/mpunkenhofer/linotify/master/assets/images/linotify_demo3.png" alt="linotify demo3"/>
7-
<img src="https://raw.githubusercontent.com/mpunkenhofer/linotify/master/assets/images/linotify_demo2.png" alt="linotify demo2"/>
8-
<img src="https://raw.githubusercontent.com/mpunkenhofer/linotify/master/assets/images/linotify_demo4.png" alt="linotify demo4"/>
9-
<img src="https://raw.githubusercontent.com/mpunkenhofer/linotify/master/assets/images/linotify_demo5.png" alt="linotify demo5"/>
10-
<img src="https://raw.githubusercontent.com/mpunkenhofer/linotify/master/assets/images/linotify_demo6.png" alt="linotify demo6"/>
3+
LiNotify (li[chess] notify{notifications}) is a cross browser extension that notifies you if a certain player is online and/or playing on [lichess.org](https://www.lichess.org).
4+
5+
### LiNotify Buttons
6+
<img src="https://raw.githubusercontent.com/mpunkenhofer/linotify/master/assets/images/promo/promo-github-1.png" alt="LiNotify Button Example Image 1"/>
7+
<img src="https://raw.githubusercontent.com/mpunkenhofer/linotify/master/assets/images/promo/promo-github-2.png" alt="LiNotify Button Example Image 2"/>
8+
9+
### LiNotify Extension Popup
10+
<img src="https://raw.githubusercontent.com/mpunkenhofer/linotify/master/assets/images/promo/promo-github-3.png" alt="LiNotify Popup Example Image"/>
11+
12+
### LiNotify Options
13+
<img src="https://raw.githubusercontent.com/mpunkenhofer/linotify/master/assets/images/promo/promo-github-4.png" alt="LiNotify Options Example Image"/>
1114

1215
LiNotify is written in [Typescript](https://www.typescriptlang.org/), uses [Webpack](https://webpack.js.org/) for module
1316
bundling. Lichess [API](https://lichess.org/api) requests are made with [Axios](https://github.com/axios/axios), CSS is generated with [Sass](https://sass-lang.com/), making use of [Bootstrap](https://getbootstrap.com/), for cross browser support [webextension-polyfill-ts](https://github.com/Lusito/webextension-polyfill-ts) is used. System notifications are displayed by using the browser [notifications api](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/notifications) which is supported by most modern browsers.

assets/images/linotify_browser_action_icon_dark_theme.svg renamed to assets/images/files/linotify_browser_action_icon_v1.svg

+2-26
Loading
-101 KB
Binary file not shown.

assets/images/files/linotify_icon.svg

+61
Loading

0 commit comments

Comments
 (0)