]> git.feebdaed.xyz Git - lgtm-rsvp.git/commit
add comment feature
authorseantywork <seantywork@gmail.com>
Sun, 12 Jan 2025 09:07:51 +0000 (09:07 +0000)
committerseantywork <seantywork@gmail.com>
Sun, 12 Jan 2025 09:07:51 +0000 (09:07 +0000)
commit5b3822829ec31f9c6f02afca9ac18907b6dc6208
treebf3f97c748ab4e66f1ea5484913a1a3200b5e97f
parent400f4ba078ca2bd6c6f67ca82d724ce86a8da298
add comment feature
16 files changed:
.gitignore
config.yaml
go.mod
go.sum
init.sql
pkg/db/db_comment.go [new file with mode: 0644]
pkg/glob/glob.go
pkg/server/api/api.go
pkg/server/api/api_comment.go [new file with mode: 0644]
pkg/server/server.go
pkg/server/server_view.go
public/js/common.js
public/loading.gif [new file with mode: 0644]
view/archive.html
view/comment.html [new file with mode: 0644]
view/index.html