WIP: Give that frontend a bit of a kick #3

Draft
sad wants to merge 2 commits from css-update into main
Owner

Modifications made have been mostly frontend based.
Changes:

  • Introduced TailwindsCSS and DaisyUI
Modifications made have been mostly frontend based. **Changes:** * Introduced TailwindsCSS and DaisyUI
sad added 1 commit 2024-02-16 09:15:14 +00:00
sad self-assigned this 2024-02-16 09:15:29 +00:00
sad reviewed 2024-02-16 09:39:52 +00:00
@ -25,4 +40,0 @@
</div>
<hr>
{{ if .UseGit }}
<div class="page-info">
Author
Owner

would be cool to display a contributors pfp as an avatar and link to profile here, we can do this by
gitURL{{.Author}}.png applying same logic as https://git.example.com/username.png

would be cool to display a contributors pfp as an avatar and link to profile here, we can do this by `gitURL{{.Author}}.png` applying same logic as `https://git.example.com/username.png`
sad reviewed 2024-02-16 09:42:21 +00:00
@ -68,0 +74,4 @@
<div class="form-control space-y-0.5">
<label for="content" class="label">Comment:</label>
<textarea id="content" name="content" class="textarea textarea-bordered max-w-md" required placeholder="Your Comment Here"></textarea>
<button class="btn btn-secondary sm:btn-sm md:btn-md lg:btn-l max-w-xs" type="submit">Submit</button>
Author
Owner

to display a warning alert would be nice as a dispatch

to display a [warning alert](https://daisyui.com/components/alert/) would be nice as a dispatch
sad reviewed 2024-02-16 09:42:48 +00:00
@ -68,0 +62,4 @@
<div class="chat chat-start">
<p class="chat-header">{{ .Author }}</p>
<p class="chat-bubble">{{ .Content }}</p>
<time class="chat-footer text-xs opacity-50">Sent at {{ .Date }}<time>
Author
Owner

date time format needs to be updated

date time format needs to be updated
sad reviewed 2024-02-16 09:43:46 +00:00
@ -68,0 +51,4 @@
Authored: {{ .Author }} @ {{ .AuthoredDate.Format "2006/01/02" }}
{{- else -}}
Authored: {{ .Author }} @ {{ .AuthoredDate.Format "2006/01/02" }} - Modified: {{ .LastModifier }} @ {{ .LastModifiedDate.Format "2006/01/02" }}
{{- end -}}
Author
Owner

reference to the git commit id

reference to the git commit id
sad added this to the Release v1.0 milestone 2024-02-16 10:14:18 +00:00
sad added 1 commit 2024-02-16 11:03:27 +00:00
sad reviewed 2024-02-16 21:15:32 +00:00
@ -68,0 +41,4 @@
</header>
<main class="bg-base-300">
<div class="prose content-center">
{{ .Content }}
Author
Owner

content needs padding on the left side, center this

content needs padding on the left side, center this
This pull request has changes conflicting with the target branch.
  • .gitignore
  • assets/main.css

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin css-update:css-update
git checkout css-update
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sad/tcp-wiki#3
No description provided.