nfoert

Results 51 issues of nfoert

Various improvements to the page which links to cards - [ ] Cardie logo - [x] Link to make your own cards - [ ] Some kind of background gradient...

feature
client

Right now it's just checking the returned text or data of the request which is not good for checking for errors. Make it use HTTP status codes to check if...

bug
client

Create a unified dialog box system based on html templates to quickly render dialog boxes for different purposes, and have the animations, title of the dialog box, and close button...

feature
client

**Describe your feature request** Describe your ideas for this new feature and how it should be implemented Adding some kind of captcha will ensure that bots aren't creating accounts, additionally...

feature
client

**Describe your feature request** Describe your ideas for this new feature and how it should be implemented Some existing styles and colors could be improved, make the colors more dark...

feature
awaiting merge
client

[`context_processors.py`](https://github.com/nfoert/cardie/blob/main/cardie/main/context_processors.py) correctly errors when there's a missing `Server` object, but this prevents the admin interface from being loaded allowing the object to be created

bug
awaiting merge
server

Implement a CSS framework to allow for faster development of UI interfaces and to allow for a consistent style and layout. Additionally, this should aid in helping keep the UIs...

feature
client

Support the ability to upload images - [x] Upload a profile picture for the user (With #42) - [ ] Upload a profile picture to a card The two profile...

feature
client
server
hacktoberfest

Implement various things to the repository to allow the code to be automatically linted and formatted - [x] Python with `ruff` - [ ] JavaScript with [`biome`](https://biomejs.dev/) - [x] Django...

feature
hacktoberfest

Create a system to put keybindings in a list and have them displayed by using a help key, and be able to trigger buttons when the keybinding is pressed. This...

feature
client
hacktoberfest