Imbus Imbus
  • Joined on 2023-08-26
Imbus pushed to dev at Imbus/FrostByte 2024-03-08 06:34:58 +01:00
39df975b04 Split npm dependency fetching and building into two stages in Containerfile
Imbus pushed to dev at Imbus/FrostByte 2024-03-08 06:29:01 +01:00
a83cce236f Formatting
aee8a44404 CLS fix significantly better on footer with sticky
Compare 2 commits »
Imbus pushed to dev at Imbus/FrostByte 2024-03-08 06:10:14 +01:00
6e6b9aa73c Some more aria-labels in footer
Imbus pushed to dev at Imbus/FrostByte 2024-03-08 06:06:32 +01:00
238b0442e4 Sample hrefs for footer links
cceba2cc42 Aria label for view post
2362231767 Revert all changes related to layout fix
Compare 3 commits »
Imbus pushed to dev at Imbus/FrostByte 2024-03-08 05:51:03 +01:00
d233fa4fd5 Attempting to mitigate CLS again
Imbus pushed to dev at Imbus/FrostByte 2024-03-08 05:39:45 +01:00
21e8cab0ed CLS mitigation in Footer component
Imbus pushed to dev at Imbus/FrostByte 2024-03-08 05:32:50 +01:00
8eca21336d Simple makefile for rebuilding with docker-compose
Imbus pushed to dev at Imbus/FrostByte 2024-03-08 05:26:25 +01:00
6f69abe973 Allow dead code for hex_string, since its not used for now
211490bd6f Simple robots.txt for SEO
Compare 2 commits »
Imbus pushed to dev at Imbus/FrostByte 2024-03-08 05:08:05 +01:00
68fca7cbde Wrap server in header middleware with a sane CacheControl policy to satisfy lighthouse
Imbus pushed to master at Imbus/TTime 2024-03-07 15:49:34 +01:00
1c5cbd768d Merge remote-tracking branch 'refs/remotes/gh/dev' into dev
bd434c3da7 Added template for various new functions in db.go and corresponding tests in db_test.go
c9406b8e50 Ported Justfile to Makefile
9b9f6dd962 Merge branch 'dev' of git.silversoft.se:Imbus/TTime into dev
18eefab292 Implemented PromoteToAdmin and corresponding Test
Compare 13 commits »
Imbus created branch dev in Imbus/TTime 2024-03-07 12:20:15 +01:00
Imbus pushed to dev at Imbus/TTime 2024-03-07 12:20:15 +01:00
acff254aa5 Indirect -> direct dependency in go.mod
3175c62e6d Carmack level testing instructions
b31349ec37 Change test order in testall target
4cfb227a1e Add install linter target
524baf90d2 Hotfix for just errors related to podman
Compare 6 commits »
Imbus pushed to dev at Imbus/FrostByte 2024-03-07 09:03:48 +01:00
71bbd3bfbd Removed unused import
Imbus pushed to dev at Imbus/FrostByte 2024-03-07 08:57:08 +01:00
40099c9b62 Allowed non-signed-in users to view comments
Imbus pushed to dev at Imbus/FrostByte 2024-03-07 08:27:50 +01:00
b0113aa985 Fixing ovious error in composefile
Imbus pushed to master at Imbus/TTime 2024-03-06 12:51:58 +01:00
d023bb0adf Untested implementation of login and renew endpoints
f484674524 Pulled in jwt middleware for fiber
Compare 2 commits »
Imbus pushed to master at Imbus/TTime 2024-03-06 11:25:05 +01:00
85d080cebb Set fiber as direct dependency
dcd9879d8d Demo of components with children and other props
43afae5d77 Cleaning up CSS, minor refactor into pages Home & Settings, better docs
Compare 3 commits »
Imbus pushed to master at Imbus/TTime 2024-03-06 10:17:28 +01:00
70ae359856 Example of how to extend the API
56693350be Pulling in and configuring react-router-dom
4878ce1c39 Useless fix for the vite default template with tailwind
9d39ff5bc2 Re-implemented demo button
Compare 4 commits »
Imbus pushed to dev at Imbus/FrostByte 2024-03-06 08:23:05 +01:00
a2064b440d Justfile targets for db-backup, db-restore, pgshell and re-migrate for debugging
Imbus pushed to dev at Imbus/FrostByte 2024-03-06 08:10:59 +01:00
a5dadfc1d1 Initial comment draft with working server communication