neardevhub-bos
neardevhub-bos copied to clipboard
DevHub Portal Product UI (Hosted BOS) – Includes other instances (e.g. Infrastructure, Events)
**Is your feature request related to a problem? Please describe.** As a regular user of NEAR Social, I want to be able to discover DevHub community page from the community...
_NOTE: I extracted this issue from #649, originally reported by @nearmax_ **Describe the bug** I go to my near.social feed and observe that some posts are displayed well while some...
**Describe the bug** I received this report from Guillermo initially, but today I faced the same issue myself and I guess I know the root cause. I was writing an...
**Is your feature request related to a problem? Please describe.** In order to thoroughly test our UI, we need to introduce capability for a connected wallet (or mock) and contract...
[These changes](https://github.com/NEAR-DevHub/neardevhub-bos/issues/285) were lost in the revamp, see the [PR that implemented them](https://github.com/NEAR-DevHub/neardevhub-bos/pull/288/files#diff-f57630dc7c5e1fccd70e9b02bc7d782944f4aa388facc78db533da76671d34a3). The contract change is complete, we only need to reimplement the front end changes.
Recently we've migrated contract data from devgovgigs.near to devhub.near (all access control, addons, and communities) Posts are still stored on devgovgigs.near. These are the remaining functions in code using the...
# Problem Currently, a profile page on DevHub does not display the user's post activity. This makes it difficult to access and review all the posts the user made. #...
Edit icon doesn't show up for admins and moderators: It used to be:
After the migration of data as described [here](https://github.com/NEAR-DevHub/neardevhub-contract/issues/84), we need to update the UI code to support it.
Blocked by #541 ### Acceptance Criteria - Fork and use [this menu component](https://github.com/near/near-discovery-components/blob/develop/src/Posts/Menu.jsx) to report a post, which stores the reporting and hiding information to SocialDB. - The exact format...