Victor Guedes
Victor Guedes
sure! it should work @amassarwi! thanks!
Hey @xaur the login is required in order to renew your CSRF token, hence the modal is displayed for every action that requires a valid CSRF. See https://github.com/decred/politeiagui/pull/2541. On the...
hmm can you give us a concrete example or some links of this happening? How long did your "slowly reading" take? Was it like more than one day? Was it...
In order to provide dynamic document titles and meta tags, we should provide an `index.html` with those tags on the first render. It's not possible to generate those metatags after...
Waiting for #2775
We should add the docs about how to create apps/plugins and manipulate the `politeiagui-scripts` toolbox. (ref: #2827)
Add docs or some user guideline describing the RFP process: - What is an RFP proposal? - What is an RFP submission? - What is a Runoff Vote? - How...
Add docs and guidelines for our core toolkit (#2869). - What is a "slice service"? - Why should I use the toolkit? - How can I create a service? -...
I think that what might be causing this error is that skipping lines on invoice description lineitems cannot receive `\n` (new lines). See: https://github.com/decred/politeia/blob/f4f9cf443bfca4a2ac6a11fa231564b22a84b19c/politeiawww/api/cms/v1/v1.go#L261-L263