decred / politeiagui

ISC License
62 stars 56 forks source link

feat: User Proposals page layout #2877

Closed victorgcramos closed 1 year ago

victorgcramos commented 1 year ago

This PR adds the initial view for User Details page, and implements a preview version of user proposals, but using records inventory instead, while user layer isn't implemented on backend.

One thing worth to mention is that this PR refactors our Home page records list components to a more reusable approach, not exclusively dedicated to Home methods.

Proposals List are now a separate component that uses pi plugin actions and selectors. With this approach, we will be able to reuse the list on User Proposals, Admin proposals and other stuff.

Screen Shot 2022-11-21 at 11 42 24 AM

Changelog