Patrick Delaney

Results 160 issues of Patrick Delaney

Utilizing: https://tailwindcss.com/docs/adding-custom-styles#customizing-your-theme and attempting to mimic the styles shown at: https://demos.creative-tim.com/blk-design-system/index.html as well as the blk chart. https://demos.creative-tim.com/black-dashboard-react/#/admin/dashboard

enhancement

Within the LoginModal: ``` const LoginModal = ({ isOpen, onClose, onLogin, redirectAfterLogin }) => { const [username, setUsername] = useState(''); const [password, setPassword] = useState(''); const [error, setError] = useState('');...

enhancement

Server-side (Golang): When you generate the token after a successful login, you need to send a Set-Cookie header in the HTTP response with the httpOnly flag set to true. Here's...

MarketDetails.js as a whole has several pieces of complex state involved. State includes: market - Stores the market data fetched from the API. This is essential state. currentProbability - Stores...

Includes a ton of different changes, all of which are designed to make the profile page possible, along with the capability to sell shares.