Victor Guedes

Results 11 issues of Victor Guedes

Work in Progress ⏳ - [x] Add Signup and email verification process - [x] Login and session persistence flow - [x] User Details info - [x] Control routes access -...

Our `/api` endpoint returns whether the app is running on mainnet or testnet, and we should handle those environments on our politeia app-shell. We should handle the following stuff: -...

Currently we have lots of documented utilities and methods that are unnecessary, since they are self-descriptive. We should avoid using our readme files for docs like that, because we may...

docs

Running e2e tests takes a very long time. If we add more tests, more time. It doesn't sound like a good option for us in terms of scalability... Fortunately, [sorry-cypress](https://docs.sorry-cypress.dev/)...

Our current politeia app-shell from the new plugin architecture **has no SEO tags**. Ideally we should provide a better way to display link previews for proposals details, and maybe find...

Currently, if we navigate to nested urls, like `https://localhost:3000/http://example.com`, our app does not render anything, and displays the following screen: This is incorrect, and instead, we should render the default...

bug

When you run `yarn start` on the plugins-structure dir, log messages are a little confusing. We should provide a cleaner log by default, and display the full logs using the...

Our current tooltip is very primitive, and we should improve its style: 1. Tooltip overflow should never hide any info. Currently, if our tooltip is placed at the edge of...

good first issue
component-improvement

As mentioned on https://github.com/decred/politeiagui/pull/2792#pullrequestreview-1018572606, our modal close button has no spaces or padding from modal content. This is incorrect and leads to a weird design. Also, the button is scrolling...

good first issue
component-improvement
design

Currently our Icons rely on the `viewBox` attribute to fit icons correctly into its view box. We should also provide those values so users don't need to worry about the...

good first issue
component-improvement