Closed rahat2134 closed 4 weeks ago
@42Pupusas Please take a look!
@42Pupusas PTAL to this after this I will tackle others on the list... For e.g., leaflets and calendar
Hey @rahat2134 this bindings and helpers are looking great.
Please note the bounty description in #2 includes:
Demo of Yew functional components showcasing Nostr integration
A simple test component that puts kind 0 or 1 events in a table will suffice.
You can see an example of pulling notes from the relay pool in the code I committed today.
@42Pupusas PTAL! I have pushed the changes.
Im getting a browser panic when the table is created, can we make sure all the bindings are implemented correctly?
ag-grid-community.min.js:1 Uncaught TypeError: e.map is not a function
at u.setRowData (ag-grid-community.min.js:1:1713)
at p.setRowData (ag-grid-community.min.js:1:20629)
at y.onRowDataUpdated (ag-grid-community.min.js:1:28291)
at ag-grid-community.min.js:1:27064
at ag-grid-community.min.js:1:43663
at kg.wrapIncoming (ag-grid-community.min.js:1:669896)
at ag-grid-community.min.js:1:43645
at ag-grid-community.min.js:1:43703
at Set.forEach (<anonymous>)
at r (ag-grid-community.min.js:1:43552)
```
@42Pupusas PTAL! Any more suggestions?
@42Pupusas , Pushed the changes. PTAL!
Everything looks and works great. Another great contribution @rahat2134 .
@42Pupusas, Is the transaction for this bounty completed?
@42Pupusas PTAL whenever you have some bandwidth.
Implemented AG Grid WASM bindings and Yew component integration with comprehensive coverage for simple table structures. (Fix #2 - AG grid)
Features Added
Implementation Details
AG Grid Bindings (
ag_grid.rs
):Yew Component (
component.rs
):Files Changed
src/widgets/ag_grid/ag_grid.rs
src/widgets/ag_grid/component.rs
src/widgets/ag_grid/mod.rs
Features
Closes #2