-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expanded inline comments and added detailed descriptions to functions in several Vue pages. Changes were made primarily in notes.vue, login.vue, predict.vue, settings.vue, and index.vue. The aim is to make the code clearer to understand and easier to maintain. --jetbrains AI
- Loading branch information
1 parent
dbcfbdc
commit 4b8f205
Showing
5 changed files
with
200 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<script setup lang="ts"></script> | ||
<script setup lang="ts"> | ||
/* | ||
Base page of the website. This really shouldn't be seen during normal use atm. | ||
*/ | ||
</script> | ||
|
||
<template> | ||
<h1>Please wait!</h1> | ||
<p>If loading is taking a long time, the server may have a problem.</p> | ||
<h1>Please wait!</h1> | ||
<p>If loading is taking a long time, the server may have a problem.</p> | ||
</template> | ||
|
||
<style scoped></style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.