Commit Graph

253 Commits

Author SHA1 Message Date
bytedream 5e07f4d545 rename REPORT_SECRET env variable to API_SECRET
delpoy / build-and-deploy (push) Successful in 48s
2024-12-01 14:48:43 +01:00
bytedream 06751f0e27 fix report api uuid param
delpoy / build-and-deploy (push) Successful in 47s
2024-12-01 14:46:23 +01:00
bytedream b5e0dfad8c fix menu tooltip being always shown on top
delpoy / build-and-deploy (push) Successful in 55s
2024-12-01 13:30:16 +01:00
bytedream b823e198ab always show menu tooltips when on mobile
delpoy / build-and-deploy (push) Successful in 59s
2024-12-01 13:19:14 +01:00
bytedream 5ff950bcc0 do not overflow report & feedback over footer
delpoy / build-and-deploy (push) Successful in 54s
2024-12-01 00:48:01 +01:00
bytedream f9de94db08 expand menu horizontal if screen height is small
delpoy / build-and-deploy (push) Successful in 52s
2024-11-30 16:48:48 +01:00
bytedream 7ec1d8ab1d request full content when viewing feedback
delpoy / build-and-deploy (push) Successful in 51s
2024-11-30 16:32:39 +01:00
bytedream 1ea07f7666 fix sql substr 2024-11-30 16:18:39 +01:00
bytedream 1e7915837a fix content not showing in admin feedback panel
delpoy / build-and-deploy (push) Successful in 54s
2024-11-30 16:02:45 +01:00
bytedream 55798fd294 add public feedback/contact option
delpoy / build-and-deploy (push) Successful in 1m5s
2024-11-30 03:00:46 +01:00
bytedream ceaf006dd5 fix rules typo
delpoy / build-and-deploy (push) Successful in 48s
2024-11-29 14:02:13 +01:00
bytedream aacd618d4f trigger pagination if table body is delayed populated
delpoy / build-and-deploy (push) Successful in 43s
2024-11-29 12:54:54 +01:00
bytedream c89cbdd389 fix pagination failing if data is loaded too slow into dom
delpoy / build-and-deploy (push) Successful in 49s
2024-11-29 12:37:13 +01:00
bytedream 97f10da146 relocate new user/report button
delpoy / build-and-deploy (push) Successful in 50s
2024-11-29 02:46:22 +01:00
bytedream dc3a404a5b add feedback endpoint (#28) and some other stuff
delpoy / build-and-deploy (push) Successful in 1m11s
2024-11-29 01:52:19 +01:00
bytedream dc86dceb2f redirect to root on unknown report hash 2024-11-29 00:00:50 +01:00
bytedream 58d39921cb fix pagination missing last entry
delpoy / build-and-deploy (push) Successful in 54s
2024-11-28 20:15:51 +01:00
bytedream f74aa38bef fix pagination not showing on small screens
delpoy / build-and-deploy (push) Successful in 55s
2024-11-28 12:47:45 +01:00
bytedream 0066736527 probably wasn't overfetching at all
delpoy / build-and-deploy (push) Successful in 1m24s
2024-11-28 02:42:07 +01:00
bytedream 750d1b43d7 maybe fix overfetching now
delpoy / build-and-deploy (push) Successful in 1m23s
2024-11-28 02:31:20 +01:00
bytedream f461f6db77 maybe fix overfetching
delpoy / build-and-deploy (push) Successful in 1m35s
2024-11-28 02:23:15 +01:00
bytedream df91278db0 increase pagination prefetch elements
delpoy / build-and-deploy (push) Successful in 1m27s
2024-11-28 02:13:35 +01:00
bytedream bd33727aa6 update admin pagination
delpoy / build-and-deploy (push) Successful in 1m16s
2024-11-28 01:44:35 +01:00
bytedream 676bfc23d8 remove unnecessary report api fields
delpoy / build-and-deploy (push) Successful in 45s
2024-11-27 22:30:03 +01:00
bytedream 0be3c31b51 include reporter and reported in report api get
delpoy / build-and-deploy (push) Successful in 52s
2024-11-27 22:28:11 +01:00
bytedream b15b74c9b2 update after registration message
delpoy / build-and-deploy (push) Successful in 57s
2024-11-27 21:23:26 +01:00
bytedream 7bb0bd07ac fix invalid faq paypal link
delpoy / build-and-deploy (push) Successful in 57s
2024-11-27 21:18:45 +01:00
bytedream a489b8cdd3 add api endpoint to get all reported related to a user (#27)
delpoy / build-and-deploy (push) Successful in 55s
2024-11-27 21:13:49 +01:00
bytedream 6635591788 remove paypal link settings and show link when registered successfully
delpoy / build-and-deploy (push) Successful in 1m1s
2024-11-27 20:34:07 +01:00
bytedream 45f8550604 remove menu scroll functionality
delpoy / build-and-deploy (push) Successful in 59s
2024-11-24 14:29:15 +01:00
bytedream 865a8eee24 highlight current active page in navbar (#40) 2024-11-24 14:28:42 +01:00
bytedream 23b4e6249f update faq
delpoy / build-and-deploy (push) Successful in 53s
2024-11-02 19:22:17 +01:00
bytedream bacc39dea0 add keywords meta tag
delpoy / build-and-deploy (push) Successful in 58s
2024-11-02 19:12:27 +01:00
bytedream e41c65e1fc add og meta tags 2024-11-02 19:09:50 +01:00
bytedream d1b7fa58b4 add faq discord link
delpoy / build-and-deploy (push) Successful in 51s
2024-10-30 15:45:05 +01:00
bytedream a671989f02 show register disabled text on top on small devices 2024-10-30 15:33:57 +01:00
bytedream 204e2e915d add team page to navbar
delpoy / build-and-deploy (push) Successful in 46s
2024-10-30 12:42:07 +01:00
bytedream 17644b7952 rearrange faq sections 2024-10-30 12:42:00 +01:00
bytedream a9b7577ec8 fix faq
delpoy / build-and-deploy (push) Successful in 46s
2024-10-30 03:05:15 +01:00
bytedream 903cae13e2 make team responsive
delpoy / build-and-deploy (push) Successful in 1m16s
2024-10-30 02:36:22 +01:00
bytedream 065395590a make faq responsive 2024-10-30 02:31:40 +01:00
bytedream 0389ee4c3b use player heads as team member picture 2024-10-30 02:29:07 +01:00
bytedream 937464d681 add correct header to team and faq pages
delpoy / build-and-deploy (push) Successful in 1m26s
2024-10-30 02:17:20 +01:00
bytedream f930deaba8 add faq
delpoy / build-and-deploy (push) Has been cancelled
2024-10-30 02:15:59 +01:00
bytedream 6c7442e33c add team page 2024-10-30 01:35:01 +01:00
bytedream 3f3f691c52 update most mined block 2024-10-20 18:51:44 +02:00
bytedream 7e08cd06fc update branding (#24)
delpoy / build-and-deploy (push) Successful in 1m0s
2024-10-20 18:02:05 +02:00
bytedream 0bb02b4687 disable register rule timeout in dev mode 2024-10-19 20:53:40 +02:00
bytedream c6040f06dd update settings label text 2024-10-19 20:42:06 +02:00
bytedream b59354c2f9 fix login not working for non-env users
delpoy / build-and-deploy (push) Successful in 43s
2024-10-19 20:35:58 +02:00