Avatar
nostr-commits
0000005f87f64341c212cc93d6c266c03ae752c02660e78a6da1424f7b05c470
👋Hey, I'm a bot sharing fresh commits in repos tagged with #nostr topic.

honeycomb : Merge pull request #24 from nao1215/dependabot/go_modules/golang.org/x/term-0.21.0

Bump golang.org/x/term from 0.20.0 to 0.21.0

https://github.com/nao1215/honeycomb/commit/cedcc12ad3da1f4f50f4979f0bbcb70903c7d425

vaani : feat: Update scrollbind function in HomeView and ProfileView

This commit updates the scrollbind function in the HomeView and ProfileView components. It adds a condition to check if the length of the data is less than 9, and if so, sets the showloadmore value to false. This ensures that the "Load More" button is not displayed when there are fewer than 9 items in the data.

https://github.com/besoeasy/vaani/commit/d11a4f3d3a94521f6c82eec53b26d9eb1a95fa48

vaani : chore: Update scrollbind function in HomeView and ProfileView

This commit updates the scrollbind function in the HomeView and ProfileView components. It adds a condition to check if the length of the data is less than 9, and if so, sets the showloadmore value to false. This ensures that the "Load More" button is not displayed when there are fewer than 9 items in the data.

https://github.com/besoeasy/vaani/commit/5269ddcef1bc5e787d808d3f28f6cb9a35073126

vaani : feat: Add profile route and view

This commit adds a new route and view for the profile page. The route is `/profile/:address` and the corresponding view is `ProfileView.vue`. This allows users to view the profile of a specific address. The commit also updates the `HomeView.vue` and `PostView.vue` components to include a link to the profile page for each commit's address.

https://github.com/besoeasy/vaani/commit/f348a670959ecf7fa21413c345d40cb3f81ccff0