neardevhub-bos icon indicating copy to clipboard operation
neardevhub-bos copied to clipboard

DevHub Portal Product UI (Hosted BOS) – Includes other instances (e.g. Infrastructure, Events)

Results 130 neardevhub-bos issues
Sort by recently updated
recently updated
newest added

The issue is fixed by pointing both events-committee and infrastructure-committee instances to the same `CommentsAndLogs.jsx` component devhub. The instance-specific versions of this component are deleted. The devhub version now also...

**Affected Portal:** Select one: Infrastructure **Description:** When clicking the link button on a comment, you get a link to DevHub and not to infrastructure-committee ![Image](https://github.com/user-attachments/assets/bf0cfe6f-7dc1-4a95-8c68-357c1b8f2378) For example clicking the link...

bug

**Affected Portal:** Devhub **Description:** Creating a blog post with this text and the [here wallet](https://www.herewallet.app/) resulted in a payload error. Needs investigation into recreating the payload error. **User Type:** Devhub...

bug

_Resolves #926_ https://github.com/user-attachments/assets/224903d9-d9c0-4ed5-80e3-4ef8eb01233d

Instead of creating the subquery indexer [928](https://github.com/NEAR-DevHub/neardevhub-bos/issues/928). @frol proposed a RPC caching layer to get filter and search proposals. The plan is to write this with [rocket.rs](https://rocket.rs/) and [near-api](https://github.com/akorchyn/near-api) ![Image](https://github.com/user-attachments/assets/367b024e-b264-4e3d-a746-bebdd8d078e8)...

Enabler

**Affected Portal:** DevHub **Description:** Some people experience an error when loading the blog page. **User Type:** Regular User **Reproduction Steps** 1. I have not been able to reproduce the bug...

bug

**Affected Portal:** Devhub **Description:** As mentioned by Joe [here](https://t.me/c/1822948693/5534/7262), blog fields are not saved locally as a draft before publishing. While it is possible to create a draft, the fields...

bug

Currently we have different components for each instance because of autocomplete (different indexer), we should merge them into one like we did for [feed](https://github.com/NEAR-DevHub/neardevhub-bos/blob/main/instances/devhub.near/widget/devhub/entity/proposal/Feed.jsx) and pass in the config as...

enhancement