Milad Raeisi
d6086edebb
Update version number from 0.0.10 to 0.0.11 in package-lock.json
2024-11-20 17:02:30 +04:00
Milad Raeisi
ef89ea5351
Bump version to v0.0.11
2024-11-19 12:35:19 +04:00
Milad Raeisi
7093caa8b8
Added MetadataService to PostProfileComponent and ReplayProfileComponent, and called addPublicKey method in both components.
0.0.10
2024-11-19 12:14:19 +04:00
Milad Raeisi
000d34fda9
Updated icon and button styles in various components
2024-11-19 09:11:01 +04:00
Milad Raeisi
1d4ddee843
Update packages
2024-11-19 08:38:07 +04:00
Milad Raeisi
ab05cb0f2f
Added 'Advanced Profile' section to settings component
2024-11-19 07:55:40 +04:00
Milad Raeisi
bc1df9a218
Bump version to v0.0.10
2024-11-19 07:51:45 +04:00
Milad Raeisi
b36ce3c272
Update state.service.ts
0.0.9
2024-11-19 07:46:21 +04:00
Milad Raeisi
22ea70f4b8
Refactor post-event component: updated HTML, SCSS, and TypeScript code
2024-11-18 22:13:05 +04:00
Milad Raeisi
b30df07ce6
Updated margin left from 4 to 2 for Send button text in post-event component
2024-11-18 13:49:37 +04:00
Milad Raeisi
2138f15d94
Updated PostEventComponent HTML and TS files: modified loading spinner, added emoji picker and send comment functionality, and rearranged comment input field layout.
2024-11-18 13:40:21 +04:00
Milad Raeisi
2cb68db24a
Updated PostEventComponent: added click event to 'Zap' button, renamed parseContent to _parseContent, and imported ZapService
2024-11-18 11:18:38 +04:00
Milad Raeisi
6d83b4db7f
Added share functionality to post-event component, updated event service to handle sharing, and made minor changes to post component and state service.
2024-11-18 11:08:31 +04:00
Milad Raeisi
1d5a82aec6
Removed console logs, updated post component HTML and TS files
2024-11-17 22:44:34 +04:00
Milad Raeisi
904aaab447
Updated PostComponent: removed ngOnInit, added take(1) to subscription, and reformatted code
2024-11-17 21:22:42 +04:00
Milad Raeisi
5a564f1139
Update post.component.ts
2024-11-17 20:29:55 +04:00
Milad Raeisi
5a8ae1ae2e
Updated PostEventComponent HTML and TS files, removed unused imports, added like/unlike functionality, and moved heart-beat animation to styles.scss
2024-11-16 23:41:02 +04:00
Milad Raeisi
ddfb118b20
Updated PostComponent to call detectChanges instead of markForCheck in two places
2024-11-16 20:53:32 +04:00
Milad Raeisi
117706e3a7
Removed console log in PostComponent and updated badge title in defaultNavigation
2024-11-16 20:38:31 +04:00
Milad Raeisi
6bcd499894
Updated post component HTML, SCSS, and TS files to add like/unlike functionality, including animation and event handling; modified storage service to retrieve liked event IDs.
2024-11-16 18:55:18 +04:00
Milad Raeisi
fa8edc6616
Added subscription to user likes in StateService
2024-11-16 16:19:46 +04:00
SondreB
16f2826f3b
Improve the margins on post view
2024-11-14 11:09:55 +01:00
SondreB
f6fd1d3031
Use the post component on post view component
2024-11-14 10:53:01 +01:00
SondreB
7f73b611a2
Make "Settings" into "Options"
2024-11-14 10:12:47 +01:00
SondreB
1a822117cf
Add "Open Settings" to right settings menu
...
- Hide the layout options
2024-11-14 10:11:49 +01:00
SondreB
6d71e3a468
Remove copyright notice
...
- I assume there are no copyright related to the Angor Hub website, as it's open source and the project owners own their own content, right?
2024-11-14 09:58:47 +01:00
SondreB
297602d034
Remove whitespace on post details
2024-11-14 09:56:15 +01:00
SondreB
03c5c159d7
Remove extra whitespace from beginning of text
2024-11-14 09:46:41 +01:00
SondreB
88bdacba21
Make text readable
...
- The "break-all" makes the text unreadable as it breaks mid-words.
2024-11-14 09:44:33 +01:00
SondreB
d3ead6b68a
Create a post component and use it on profile component ( #42 )
...
* Create a post component and use it on profile component
* Use the post component on home component
* Remove "mb-8" class from angor-card element in post.component.html
* Removed imports and components from home.component.ts, added MatButton import to post.component.ts
* Removed duplicate `@for` loop in home component HTML.
* Refactored HTML structure and formatting in home and profile components
* Refactor EventService: remove paginated event functionality, simplify class structure and methods
* Deleted EventListComponent and related files, removed imports and references to it in other components.
---------
Co-authored-by: Milad Raeisi <miladsoft@yahoo.com >
2024-11-14 12:29:51 +04:00
SondreB
2c1f76e0fc
Fix spelling of mnemonic
...
- This change is only for the visual display of the word, not the variables and fields that are used.
2024-11-13 19:12:49 +01:00
Milad Raeisi
797ab236f3
Added copyKey method to ProfileComponent to copy hex or npub public key to clipboard
2024-11-13 17:35:43 +04:00
Milad Raeisi
261a3b5a09
Refactor ZapComponent and ProfileComponent: update snackbar duration, modify canUseZap method, and adjust ZapComponent's form validation, error handling, and LNURLPayRequest processing.
2024-11-13 17:14:34 +04:00
Milad Raeisi
8af3f27c56
Updated home component HTML to replace 'Events' with 'Posts' and removed a commented out section
2024-11-13 12:26:00 +04:00
Milad Raeisi
2ff56221c3
Show posts in the Home page
2024-11-13 12:04:54 +04:00
Milad Raeisi
0954da3741
Refactor code in multiple components and services, including chat, post-event, profile, user, and metadata services, with changes to templates, interfaces, and logic.
2024-11-13 09:02:52 +04:00
Milad Raeisi
2b729477a2
Refactor chat service, profile component and relay service; update storage service methods and add new ones; remove console logs
2024-11-12 23:59:54 +04:00
Milad Raeisi
952c65e911
Refactored profile component to handle current user profile and other user profiles differently, added separate templates for stats, and updated logic for loading user profile data and contact stats.
2024-11-12 09:52:18 +04:00
Milad Raeisi
5890c03f04
Removed unused imports, interfaces, and components; refactored profile component code organization and logic
2024-11-12 08:26:08 +04:00
Milad Raeisi
09e72f7573
Refactor Zap Dialog component: updated HTML and SCSS for button layout and styling
2024-11-11 20:56:49 +04:00
Milad Raeisi
7f1cb20a20
Update packages
2024-11-11 18:49:59 +04:00
Milad Raeisi
5e67afe5ee
Refactor zap
2024-11-09 09:19:41 +04:00
Milad Raeisi
18aa24e037
Updated package-lock.json and package.json with new versions of Angular dependencies, removed two relay URLs from RelayService, and updated ngx-quill version to 26.0.9.
2024-11-08 10:37:29 +04:00
Milad Raeisi
0dbf0b41a0
Rename MetadataQueueService to MetadataService, update imports and references, and delete MetadataQueueService file.
2024-11-06 06:57:39 +04:00
Milad Raeisi
521dc12f8b
Removed MetadataService and its references, updated ChatService, ExploreComponent, ProfileComponent, SettingsProfileComponent, UserComponent, EventService, and Post class to no longer use MetadataService
2024-11-06 06:27:01 +04:00
Milad Raeisi
3eeefe1acc
Removed type annotations and unnecessary whitespace in SubscriptionService
2024-11-05 23:37:42 +04:00
Milad Raeisi
53fd18c537
Refactored ParseContentService: added MediaExtensions and MEDIA_PLATFORMS interfaces, updated token processing logic, and modified method signatures and implementations.
2024-11-05 22:45:06 +04:00
Milad Raeisi
7f5ccee608
Refactor ProjectsService: updated imports, added retry and shareReplay to observables, extracted functions, and reformatted code
2024-11-05 22:35:22 +04:00
Milad Raeisi
ad08263608
Refactor RelayService: remove unnecessary lines, add OnDestroy implementation, and modify relay properties and methods.
2024-11-05 22:29:43 +04:00
Milad Raeisi
8f39d3e1d1
Refactor MetadataQueueService, ChatService, StateService, and SubscriptionService: add new functionality, modify existing methods, and update dependencies.
2024-11-05 22:13:53 +04:00