Commit graph

39 commits

Author SHA1 Message Date
cbe7c77630
fix(deploy): add sharp to make image optimization function 2022-08-08 14:51:58 +01:00
71f5cd2ca1
fix(deploy): try using slim rather than alpine 2022-08-08 14:33:59 +01:00
e57cd06941
fix(deploy): maybe this helps? 2022-08-08 14:27:47 +01:00
d506321995
fix(deploy): apparently I don't know how apk works 2022-08-08 14:16:00 +01:00
c4dbe4261d
fix(deploy): correct issues in dockerfile 2022-08-08 14:11:25 +01:00
ee1fe019d5
feat(deploy): add dockerfile and docker-compose.yml for deployment 2022-08-06 23:53:23 +01:00
89e3da539f
chore(export): increase batch size to 10,000 2022-08-06 23:52:49 +01:00
1bf918aa22
fix(export): use batch size correctly 2022-08-06 23:52:18 +01:00
40d0f79a84
chore: remove old yarn.lock 2022-08-06 23:52:04 +01:00
ba020c874b
fix(search): submit documents in batches 2022-08-01 21:03:11 +01:00
d3aee4b41f
fix(search): use token from environment variable in data export script 2022-08-01 20:17:46 +01:00
a33ea9af5f
fix(search): remove highlight page and make search links open the comic's source url 2022-08-01 17:40:05 +01:00
b52fae835e
fix(search): set aria-hidden on highlighting divs 2022-08-01 17:29:55 +01:00
9dbbc9b431
chore: fix eslint warnings 2022-08-01 17:29:55 +01:00
0d4b1656d6
chore: run prettier 2022-08-01 17:29:54 +01:00
b58600eb50
feat: comic searching 2022-08-01 17:29:53 +01:00
d4e12c381d
fix: make LinkButton only pass href to Link 2022-08-01 17:29:42 +01:00
abadf0aae5
fix(navbar): add separators between items, add a space between username and signout text 2022-08-01 17:29:17 +01:00
fee2e98a90
chore: disable query logging on the prisma client 2022-08-01 17:28:27 +01:00
96c2bbfd12
feat: script to export bubble data to meilisearch 2022-08-01 17:28:20 +01:00
d85c59b21e
chore: run lint and prettier 2022-07-27 22:10:23 +01:00
9e0ad448c2
feat: footer + about page 2022-07-27 22:00:33 +01:00
32b4ca94cd
feat: improve comic page
- hide random page links when not logged in
- add completion bar
2022-07-27 22:00:31 +01:00
d0d070e867
feat: add comic list to homepage 2022-07-27 22:00:24 +01:00
7e8d2da41b
feat: improve login UI and restrict transcribe page 2022-07-27 15:42:04 +01:00
bf70d7b476
chore: run prettier
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-26 22:18:54 +01:00
a3a3bca81f
chore: Update lockfile to new pnpm version 2022-07-26 22:09:20 +01:00
1461bb002e
docs: update .env.template to match new environment variables
Some checks failed
continuous-integration/drone/push Build is failing
2022-07-26 22:05:46 +01:00
6ebc2f300e
fix: lock transcribe fields when submitting 2022-07-26 22:03:00 +01:00
3f28cfcfd8
feat: auditing for bubble edits 2022-07-26 22:02:44 +01:00
b51c7bded3
feat: improve login flow
* Uses @next-auth/prisma-adapter to persist sessions and users
* Move to direct Discord/GitHub oauth for regular users
2022-07-26 15:34:30 +01:00
df0a95df19
fix(ci): just use CI to lint
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-25 20:14:46 +01:00
276750100e
docs: add header to README
Some checks failed
continuous-integration/drone/push Build is failing
2022-07-25 19:58:51 +01:00
e98cccc656
feat: experimental CI pipeline 2022-07-25 19:55:13 +01:00
36cf7171a8
chore: fix eslint warnings 2022-07-25 18:38:34 +01:00
0ae9d6efd8
chore: run prettier 2022-07-25 18:31:20 +01:00
d49926e55a
chore: add scripts for prettier 2022-07-25 18:28:29 +01:00
a56c934854
feat: initial app implementation, including rain comic data 2022-07-25 18:22:59 +01:00
31db2b59cd
Initial commit from Create Next App 2022-07-19 21:32:51 +01:00