Commit Graph

511 Commits

Author SHA1 Message Date
SondreB
de8ffc0059
Merge pull request #78 from missmeowness/main
Made a scrollbar on Home page
2023-01-31 12:33:09 +01:00
missmeowness
88a170cf4c Made a scrollbar on Home page 2023-01-31 14:26:18 +03:00
SondreB
0b83565575
Fix merge issues 2023-01-30 22:36:22 +01:00
SondreB
675b7671cf
Merge pull request #77 from block-core/web-worker
Web worker
2023-01-30 22:27:58 +01:00
SondreB
6f9d4df185
Merge branch 'main' into web-worker 2023-01-30 22:27:30 +01:00
SondreB
ffd2ffcb81
Disable deploy until web worker completed 2023-01-30 22:26:08 +01:00
SondreB
47d09a4d81
Add listing of following feed 2023-01-30 22:24:49 +01:00
kashi992
1b73742336
Issue # 38: Import and export following is now moved to people tab (#76)
- Closes #38
2023-01-30 16:59:59 +01:00
SondreB
62a27d1ceb
Queue subscriptions if added too early 2023-01-30 13:46:18 +01:00
SondreB
91bbbc64e5
Fix dependencies for relay and profile 2023-01-30 12:57:08 +01:00
SondreB
ac6ef22dce
Add import sheet dialog when contacts is discovered 2023-01-30 11:57:01 +01:00
SondreB
e60f61c722
Add storage for contacts 2023-01-30 11:48:45 +01:00
SondreB
b014edc1e2
Fix issue with callback not being serializable for Web Worker 2023-01-30 00:31:16 +01:00
SondreB
7de8748442
Handle profile updates 2023-01-30 00:05:38 +01:00
SondreB
f69c0f1072
Setup default relays when empty 2023-01-29 21:36:34 +01:00
SondreB
a55a92fbb1
Fix all initialize methods and update with new storage logic 2023-01-29 21:05:29 +01:00
SondreB
391a2a71e0
Fix Circle Service with new database code 2023-01-29 20:04:04 +01:00
SondreB
54074601f0
Improve subscription object management 2023-01-29 14:38:36 +01:00
SondreB
ee2914d140
Update connection status and allow reconnect on window focus 2023-01-29 11:22:39 +01:00
SondreB
710f78ca58
Connect to relay when status changed to read/write 2023-01-28 22:07:32 +01:00
SondreB
5d9e240939
Make sure the selections are not triggered on-load
- Use the type when creating the workers.
- It's now possible to disable and not have the Web Worker created.
2023-01-28 22:06:13 +01:00
SondreB
a1f2a97e00
Add subscribe and unsubscribe on relay service 2023-01-28 21:46:17 +01:00
SondreB
0e50185b0b
Improve layout and icon 2023-01-28 19:38:14 +01:00
SondreB
4e6e3e4a34
Improve relay management and save options and privacy states 2023-01-28 14:27:03 +01:00
SondreB
7a95a3eefe
Add new UI for relay options that is simpler to use
- Requires a --force for npm install to upgrade to get latest Angular Material which supports radio buttons on selection lists
2023-01-28 12:24:35 +01:00
SondreB
05b10aa766 Random work on the relay 2023-01-28 10:23:52 +01:00
SondreB
9ec6e682b2 Add new pattern for relay management and binding / controls 2023-01-23 12:54:55 +01:00
SondreB
02bf19663d
Add ID on subs and ability to unsub 2023-01-22 23:42:52 +01:00
SondreB
7a27cd204a
Add Web Worker and remove Dixie.js as database abstraction 2023-01-22 22:58:03 +01:00
Milad Raeisi
62173d3dde
Full screen message details page (#73)
* Full screen message details page

* Update chat-detail.component.scss

* Improved chat detail

* Sticky search box
2023-01-22 21:21:49 +01:00
SondreB
cf4e3d1912
Add workable routing for Messages 2023-01-21 23:48:42 +01:00
SondreB
e4ee1b704f
Add temporary data for chat mockup 2023-01-21 18:27:34 +01:00
SondreB
20ab854301
Add Chat and Message (not functional) menu options 2023-01-21 15:02:57 +01:00
SondreB
893682f308
Refactor chat logic 2023-01-21 14:56:20 +01:00
SondreB
d8ab63ff4d
Remove HTTP service 2023-01-21 14:54:41 +01:00
Milad Raeisi
246081a373
Add Chat UI (#60)
* Add Chat UI

* Change the classes names

* Update angular.json

* Improve chat detail

* Update chat-detail.component.scss

* Enable chat toolbar

* Update chat-detail.component.scss

* Update chat-detail.component.html

* Update chat-detail.component.html

* Add toolbar

* Add emoji picker

Co-authored-by: SondreB <sondre@outlook.com>
2023-01-21 14:49:36 +01:00
SondreB
4789346b3f
Only include e and p tags when replying
- Closes #72
2023-01-21 14:34:12 +01:00
SondreB
733e246e5f
Code cleanup of services completed 2023-01-21 14:23:23 +01:00
SondreB
451be25e5e
Code cleanup 2023-01-21 14:17:58 +01:00
SondreB
2e52e3bd42
Code cleanup 2023-01-21 14:14:02 +01:00
SondreB
3e7f95ebae
Add interactive mockup UI for extended relay management 2023-01-21 03:26:30 +01:00
SondreB
5de35a1359
Add support for importing relays from following event 2023-01-21 01:40:38 +01:00
Fernando López Guevara
b604c7d5d7
fix(ui): properly fire profileChanged when data differs (#70) 2023-01-20 22:36:18 +01:00
SondreB
4ed93f4537
Change the remove icon for media queue 2023-01-20 22:32:07 +01:00
SondreB
f15514a541
Add a space on the formatting of media queue 2023-01-20 22:28:15 +01:00
SondreB
79e7dd3f09
Fix an issue with image sanitize when URL contains query parameters 2023-01-20 22:25:13 +01:00
SondreB
dbfd882cd9
Merge branch 'main' of https://github.com/block-core/blockcore-notes 2023-01-20 22:12:40 +01:00
SondreB
a293c35edd
Increase social sharing text and add a couple of extra properties 2023-01-20 22:12:34 +01:00
Fernando López Guevara
708f08bfe5
add missing dep (#69) 2023-01-20 22:07:12 +01:00
SondreB
db1ffc44c9
Fix domain for social share banner 2023-01-20 22:03:29 +01:00