Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

notificaiotn #889

Merged
merged 36 commits into from
Jan 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
19bd649
Add involved items subscription
dapplion Dec 16, 2018
23b4718
Merge remote-tracking branch 'origin/notifications_on_saga' into noti…
dapplion Dec 16, 2018
981873e
READ_NOTIFICATIONS redux action
dapplion Dec 16, 2018
629bea6
READ_NOTIFICATIONS typo
dapplion Dec 16, 2018
9fc0fe2
Add READ_NOTIFICATION to read only 1 notification
dapplion Dec 16, 2018
463afda
Fix itemHash typo
dapplion Dec 16, 2018
90d2c9f
Check if hashtagAddress is defined on item subscription
dapplion Dec 16, 2018
f9774ec
progress notifications
dapplion Dec 18, 2018
669e223
Checksums, variables..
xardass Dec 23, 2018
e14f61e
lowercase
xardass Dec 23, 2018
f880f9a
to lowerCase
dapplion Dec 23, 2018
5bf23cb
Merge remote-tracking branch 'origin/notifications_on_saga' into noti…
dapplion Dec 23, 2018
67fa8f4
notifications middleware
dapplion Dec 27, 2018
f35b029
Notifications ordering, balance updates & lowercase address checks
xardass Dec 31, 2018
47c61ff
Unnecessary console
xardass Dec 31, 2018
80b4c5a
don't update balance continously
dapplion Jan 5, 2019
73121b3
Merge remote-tracking branch 'origin/notifications_on_saga' into noti…
dapplion Jan 5, 2019
c6af7de
Improve notifications selector
dapplion Jan 5, 2019
bdfdbed
Send hashtagAddress to the api on chat creation
dapplion Jan 5, 2019
22178db
Store fallback info in the notification
dapplion Jan 5, 2019
a1b1c06
Add balance-received notification
dapplion Jan 5, 2019
c750779
trigger balance-received only on kovan
dapplion Jan 5, 2019
c6bfebc
guard against empty array
dapplion Jan 5, 2019
ec66285
Mark all read
xardass Jan 10, 2019
0e4dcff
Work on notifications-count
xardass Jan 10, 2019
3e0a342
Merge branch '#884_cosmetics3_fonts' into notifications_on_saga
xardass Jan 15, 2019
5723f01
Read notification
xardass Jan 15, 2019
dae730a
Archive
xardass Jan 17, 2019
3027f87
Create item & notification fixes
xardass Jan 19, 2019
7d06e0f
Delete by id
xardass Jan 20, 2019
2a5bdaa
Import path
xardass Jan 20, 2019
415a237
Fix notification saga typos
dapplion Jan 21, 2019
d2895ab
Merge remote-tracking branch 'origin/notifications_on_saga' into noti…
dapplion Jan 21, 2019
db2c0a9
Merge remote-tracking branch 'origin/notifications_on_saga' into Read…
xardass Jan 21, 2019
a858c6a
Merge branch 'master' into Read_notification
xardass Jan 23, 2019
5512f04
Merge pull request #888 from swarmcity/Read_notification
xardass Jan 23, 2019
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
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ bower_components/**
build/**
webpack/**
src/redux/**
test/**
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<script src="bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<link rel="import" href="src/swarm-city.html">
<style>
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,700');
body {
margin: 0;
padding: 0;
Expand Down
Loading