mirror of
https://github.com/andrei0x309/yup-live-chrome-extension.git
synced 2024-10-26 16:00:56 +00:00
chore: changes for v1.0.7
This commit is contained in:
parent
6cc56ffd26
commit
ef3460ccc1
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## [Version 1.0.6]
|
## [Version 1.0.6]
|
||||||
|
|
||||||
|
- fixed background notification
|
||||||
|
|
||||||
|
## [Version 1.0.6]
|
||||||
|
|
||||||
- refactored notifications
|
- refactored notifications
|
||||||
- added support for aggregated notifications
|
- added support for aggregated notifications
|
||||||
- added support for follow notification
|
- added support for follow notification
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "yup live",
|
"name": "yup live",
|
||||||
"description": "Light alternative extension for yup protocol",
|
"description": "Light alternative extension for yup protocol",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "src/assets/icons/yup_ext_16.png",
|
"16": "src/assets/icons/yup_ext_16.png",
|
||||||
|
@ -71,7 +71,7 @@ const alarmHandler = async () => {
|
|||||||
requests.profile = fetch(`${API_BASE}/web3-profiles/` + store.user.auth.address)
|
requests.profile = fetch(`${API_BASE}/web3-profiles/` + store.user.auth.address)
|
||||||
if (store?.settings.notificationsEnabled) {
|
if (store?.settings.notificationsEnabled) {
|
||||||
requests.notifications = getNotifications({
|
requests.notifications = getNotifications({
|
||||||
type: 'all',
|
type: null,
|
||||||
limit: '15',
|
limit: '15',
|
||||||
skip: '0',
|
skip: '0',
|
||||||
userId: store.user.auth.userId
|
userId: store.user.auth.userId
|
||||||
|
Loading…
Reference in New Issue
Block a user