Skip to content

Commit

Permalink
Add Events support (#41)
Browse files Browse the repository at this point in the history
* Update profile.component.html

* Prepare event box and comment box for receiving and sending events and comments.

* Add like, share and event preview UI to events

* Add event box

* Update user.ts

* Update post.ts

* Update notification.service.ts

* Update metadata.service.ts

* Update event.service.ts

* Update notifications.component.ts

* Update profile.component.ts

* Update profile.component.html

* Load user events

* Fix UI

* Add new service to get events

* Update event service

* Update event service

* Update event service

* Update publishEventToWriteRelays

* Update event service

* Clean and format code

* Change events UI

* Update event service

* Update event service

* Update event UI

* Update profile.component.html

* Add event list component and update profile
  • Loading branch information
miladsoft authored Oct 11, 2024
1 parent e980c5a commit 36146b3
Show file tree
Hide file tree
Showing 172 changed files with 7,809 additions and 12,458 deletions.
7 changes: 6 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@
"quill-delta",
"buffer",
"localforage",
"moment"
"moment",
"bech32",
"bn.js",
"qrcode",
"dayjs",
"dayjs/plugin/relativeTime"
],
"assets": [
{
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test": "ng test",
"deploy": "ng deploy",
"version": "node -p \"require('./package.json').version\"",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"format": "prettier --write \"src/**/*.{ts,html,css,scss,json,js}\""
},
"dependencies": {
"@angular-builders/custom-webpack": "^18.0.0",
Expand Down Expand Up @@ -98,7 +99,7 @@
"karma-jasmine-html-reporter": "2.1.0",
"lodash": "4.17.21",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.13",
Expand Down
Loading

0 comments on commit 36146b3

Please sign in to comment.