aboutsummaryrefslogtreecommitdiff
path: root/t_idea
Commit message (Collapse)AuthorAgeFilesLines
* Add typescript codeRaymaekers Luca2024-10-091-19/+1
| | | | | | | - Migrated javascript to typescript for type safety and learning - created a tsconfig.json for frontendjavascript Note: We keep the javascript file because this makes it easier to deploy
* Change CreatedAt to LastUpdatedRaymaekers Luca2024-10-092-2/+2
| | | | - The field now changes when the idea is edited.
* Fixed edit function not working because js bsRaymaekers Luca2024-10-062-11/+10
| | | | | Because for loop would declare a global variable, the closures would use the el of previous scope.
* Changed text to <pre>Raymaekers Luca2024-09-301-1/+1
|
* Fixed css stylingRaymaekers Luca2024-09-291-1/+6
| | | | Updated the edit page such that the input areas would not overflow.
* Added og meta tagsRaymaekers Luca2024-09-292-1/+7
|
* Added edit functionalityv0.1.0Raymaekers Luca2024-09-292-0/+97
Added a new edit functionality and page with styling. Other minor changes: - Added assets folder served under /static/ - Created a new template edit.html - grouped ideas.html and edit.html under t_idea - Changed router to use mux and organized routes - Added more checks on empty titles - Added javascript to t_idea/index.html for intuitive button functionality