Commit graph

1041 commits

Author SHA1 Message Date
Jonathan Zernik
f8ad36d7ef
Remove action bar from squeak detail component when squeak is null (#1191)
* Remove action bar from squeak detail component when squeak is null

* Run frontend lint

* Update frontend build
2021-09-04 18:04:30 -07:00
Jonathan Zernik
b483267bd0
Fix show unknown squeak (#1189)
* Fix show unknown squeak

* Update frontend build
2021-09-04 17:41:15 -07:00
yzernik
09cc5d857b Release version 0.1.119 2021-09-04 17:02:57 -07:00
Jonathan Zernik
26fced200d
Upgrade squeaklib to version 7 (#1188)
* Use newer version of squeaklib with decryption key outside squeak object

* Remove todo comment about clearing decryption key before insert squeak in db
2021-09-04 16:58:33 -07:00
yzernik
2e447cfffe Release version 0.1.118 2021-09-04 13:22:33 -07:00
Jonathan Zernik
6872423e6d
Fix unsubscribe connected peer (#1185)
* Fix unsubscribe connected peer in peer address page

* Run frontend lint

* Update frontend build
2021-09-04 13:20:16 -07:00
yzernik
61d2e9e500 Release version 0.1.117 2021-09-04 12:53:14 -07:00
Jonathan Zernik
f703841885
Fix clear replies from previous page on load squeak page (#1183)
* Fix clear replies from previous page on load squeak page

* Show empty squeak until ancestors finish loading

* Update frontend build
2021-09-04 12:49:37 -07:00
Jonathan Zernik
228d63d792
Update frontend build (#1182) 2021-09-04 12:14:09 -07:00
Jonathan Zernik
dca06a22d1
Fix use effect warning (#1181)
* Fix useeffect warnings for peer address page

* Fix more useeffect warnings

* Fix more warnings

* Fix more warnings

* Run frontend lint

* Fix useeffect warning on timeline page

* Fix useless concat

* Add re-download offers button to buy dialog

* Rename components in buy dialog

* Fix useeffect warnings in squeak page

* Remove unused components in squeak page

* Fix duplicate prop warning in create contact dialog

* Run frontend lint
2021-09-04 12:11:46 -07:00
Jonathan Zernik
8431168e92
Remove unused vars frontend (#1180)
* Remove some unused vars

* Fix image preview alt

* Remove more unused vars

* Remove more unused vars
2021-09-04 10:56:44 -07:00
yzernik
8fd03a0d45 Release version 0.1.116 2021-09-04 09:28:55 -07:00
Jonathan Zernik
038a19856e
Add pagination for likes (#1179)
* Add pagination for get liked entries rpc

* Update rpc proto for pagination for get liked entries

* Got pagination working for likes page

* Update frontend build
2021-09-04 09:27:50 -07:00
Jonathan Zernik
ff90d95234
Update frontend build (#1178) 2021-09-04 08:36:12 -07:00
Jonathan Zernik
47be5c96f9
Use last squeak entry as field in pagination rpc (#1177)
* Update timeline to use more efficient pagination rpc with last entry

* Update address squeaks to use more efficient pagination rpc with last entry

* Update reply squeaks to use more efficient pagination rpc with last entry

* Use last_entry as param in get_timeline db query function

* Use last_entry as param in get address squeaks db query function

* Use last_entry as param in get reply squeaks db query function
2021-09-04 08:31:24 -07:00
Jonathan Zernik
cb10b2f6c4
Add pagination for replies (#1174)
* Implement pagination for get reply squeaks

* Got replies pagination working

* Remove log lines from requests js

* Update frontend build
2021-09-03 18:56:14 -07:00
Jonathan Zernik
fd9a75b417
Add pagination to get address squeaks rpc (#1173)
* Add pagination to get address squeaks rpc

* Implement frontend pagination for address squeaks page

* Got pagination working on address squeaks page

* Update frontend build

* Run frontend lint

* Update frontend build
2021-09-03 17:00:38 -07:00
Jonathan Zernik
8f55a3729f
Add order by to lookup db query (#1172) 2021-09-03 15:30:49 -07:00
Jonathan Zernik
13e7dd0226
Only show followed squeaks in timeline (#1171)
* Only show followed squeaks in timeline

* Add rpc method to subscribe timeline squeaks

* Use subscribe new timeline squeaks rpc method in frontend
2021-09-03 14:45:44 -07:00
Jonathan Zernik
2e77b01523
Remove todo comment in unpack offer check squeak hash (#1169) 2021-09-03 10:50:00 -07:00
Jonathan Zernik
408ec42340
Implement download squeaks rpc (#1168)
* Implement download squeaks rpc

* Handle replyto hash in download squeaks method
2021-09-03 10:45:00 -07:00
Jonathan Zernik
21b82bc9a8
Check offer before saving (#1167)
* Simplify saving offer from peer message

* Remove todo for checking offer before saving

* Remove old commented get_offer function
2021-09-03 09:46:32 -07:00
Jonathan Zernik
c59559c1be
Remove todo for loading missing offers (#1166)
* Remove todo comment for loading missing offers

* Simplfy handle inv peer message

* Remove depracated todo from handle peer squeak msg

* Delete old comment for filter known invs method
2021-09-03 09:23:41 -07:00
Jonathan Zernik
aad862dbcb
Remove old commented filter from squeak db (#1164) 2021-09-03 08:27:56 -07:00
Jonathan Zernik
9a7df5a0b7
Remove old comment for old query in squeak db (#1163)
* Remove old comment for old query in squeak db

* Remove more old comments from squeak db
2021-09-03 08:26:38 -07:00
Jonathan Zernik
21efa2d4d9
Simplify handle_getdata in peer message handler (#1161) 2021-09-03 05:49:07 -07:00
Jonathan Zernik
86c0b4ab86
Fix failed user request in dev mode (#1160)
* Fix failed flask user request in dev mode

* Run frontend lint

* Update frontend build
2021-09-03 04:22:44 -07:00
Jonathan Zernik
2f004af883
Remove old call to run flask app comment (#1158) 2021-09-03 03:55:04 -07:00
Jonathan Zernik
755c73a375
Change log level of flask app lines (#1157) 2021-09-03 03:53:02 -07:00
Jonathan Zernik
c33f905ecc
Remove docker link from readme (#1156) 2021-09-02 14:29:38 -07:00
Jonathan Zernik
f5b4005463
Add new doc with dev mode instructions (#1155) 2021-09-02 14:01:13 -07:00
Jonathan Zernik
f9f4a85067
Fix log line for disconnect peer (#1153) 2021-09-02 11:32:36 -07:00
yzernik
ebbbf00999 Release version 0.1.115 2021-09-01 10:44:41 -07:00
Jonathan Zernik
81d5c96a9f
Fix avatar click for unknown address (#1145)
* Fix avatar click for unknown address

* Update frontend build
2021-09-01 10:43:58 -07:00
yzernik
c7b8e682c6 Release version 0.1.114 2021-09-01 10:16:03 -07:00
Jonathan Zernik
abf1ea6984
Fix ugly gray outline around avatar (#1144)
* Fix ugly gray outline around avatar

* Make avatar bigger

* Make avatar even bigger

* Update frontend build
2021-09-01 10:15:01 -07:00
yzernik
7228498abb Release version 0.1.113 2021-09-01 08:00:13 -07:00
Jonathan Zernik
48b5402d1b
Fix regression display unknown squeak (#1142)
* Fix regression in display of unknown squeak

* Update frontend build
2021-09-01 07:59:33 -07:00
yzernik
d3df8a52cb Release version 0.1.112 2021-09-01 06:19:22 -07:00
Jonathan Zernik
a0129558d4
Implement block subscription client (#1141)
* Got block subscription working in background thread

* Use separate port for hashblock zeromq subscription

* Update subscription on new block

* Enable checking for block range in interest match function

* Remove unused zmq subscriptions

* Fix squeak interest match function
2021-09-01 06:06:11 -07:00
yzernik
e5e5e7684e Release version 0.1.111 2021-09-01 00:54:37 -07:00
Jonathan Zernik
77bfdef59a
Show waiting indicator on profiles page (#1139)
* Added waiting indicator to profiles page

* Update frontend build
2021-09-01 00:53:55 -07:00
Jonathan Zernik
2e420ddda4
Fix waiting indicator on squeak address page (#1138)
* Fix close waiting indicator on squeak address page

* Update frontend build
2021-09-01 00:26:55 -07:00
yzernik
7585c20ca1 Release version 0.1.110 2021-08-31 23:42:45 -07:00
Jonathan Zernik
ae65ff9320
Add new squeaks available button to timeline (#1137)
* Add rpc method to subscribe to new squeaks

* Got floating action button showing for refresh

* Change spacing of refresh button

* Load new squeaks in timeline from rpc subscription

* Got refresh button correctly showing new squeaks from peer

* Got refresh button action working correctly

* Update frontend build
2021-08-31 23:40:26 -07:00
Jonathan Zernik
3cd21391ae
Add waiting indicator squeak address page (#1136)
* Add waiting indicator on squeak address page

* Update frontend build

* Hide load more squeaks button while loading

* Increase size of circular waiting indicator

* Update frontend build
2021-08-31 22:27:42 -07:00
Jonathan Zernik
a08dc2cb27
Add waiting indicator for squeak page (#1135)
* Add waiting indicator for squeak page

* Update frontend build
2021-08-31 21:37:54 -07:00
Jonathan Zernik
17005bcf4e
Update frontend build (#1134) 2021-08-31 21:01:04 -07:00
Jonathan Zernik
023bb5e397
Show empty timeline message only after loading timeline (#1133) 2021-08-31 20:57:47 -07:00
yzernik
0c54a3dd0c Release version 0.1.108 2021-08-31 02:31:56 -07:00