summary refs log tree commit diff stats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* Update fetch URLs HEAD mainAndinus2022-02-053-4/+4
| | | | | Quick fix in `service.raku' -- Probably should just use the normal router mode instead of this.
* Implement getting smilesAndinus2022-02-044-8/+89
|
* Implement upload functionalityAndinus2022-02-042-3/+43
| | | | The authentication part on the server is not implemented properly.
* Make CreateSmiles functional, basic implementation of ManageSmilesAndinus2022-02-038-104/+262
|
* Add GetSmile, UploadSmile viewAndinus2022-02-036-23/+74
|
* Setup data in NewSmile, add ProgressBarAndinus2022-02-022-3/+34
|
* Create NewSmile viewAndinus2022-02-022-3/+32
|
* Add primeflex css, header & NewSmile viewAndinus2022-02-028-99/+135
|
* Initial commitAndinus2022-02-026-0/+150
- Initialize the project with PrimeVue for UI.