Commit Graph

  • c5bd37942c switch to native remix api instead of some navigator thing master Your Name 2023-01-24 10:37:57 +0200
  • ba57f53222 ok i swear this is the last one Joonas 2023-01-17 17:49:46 +0200
  • 12f9aec2a1 going insane Joonas 2023-01-17 17:35:45 +0200
  • 9c30798e48 added prisma migration thingy and updated readme Joonas 2023-01-17 17:31:44 +0200
  • cd829e78d6 update readme Joonas 2023-01-17 17:22:06 +0200
  • ef6aa48859 added checking if coming from index Your Name 2023-01-17 13:03:39 +0200
  • c936ed3dcb add bottom and top buttons to thread Your Name 2023-01-17 12:36:48 +0200
  • fabeea7f42 remove ScrollRestoration because it fucks with the scrolling for some reason Your Name 2023-01-17 10:27:52 +0200
  • 7c601050d8 added transitions to forms and fixed classname being class for some reason? Your Name 2023-01-17 10:20:48 +0200
  • b73dbd6f02 stupid date Your Name 2023-01-17 08:59:20 +0200
  • 2ac72a29b0 add refresh of thread to show new posts Your Name 2023-01-17 08:59:00 +0200
  • 41bb7695f1 fix replying Your Name 2023-01-17 08:58:19 +0200
  • c1c376dbd6 fix typo in readme and update it Joonas 2023-01-16 23:10:29 +0200
  • d106e9c9f2 extracted thread reply to a component because it's used again in the index, added a sort of preview of the thread when hovering Joonas 2023-01-16 20:03:09 +0200
  • 76525b9200 removed debug prints Joonas 2023-01-16 17:53:28 +0200
  • 704abe7392 added error boundaries Joonas 2023-01-16 17:18:57 +0200
  • eeb0991d35 update readme Joonas 2023-01-16 16:44:49 +0200
  • ef5ab72683 prettier and prettier tailwindcss plugin formatting Joonas 2023-01-16 16:42:10 +0200
  • 710aa5823f some minor styling changes Joonas 2023-01-16 16:18:38 +0200
  • 60f21f7889 added an option to anonymize filename Joonas 2023-01-16 15:43:52 +0200
  • 05b75f71b7 format Joonas 2023-01-16 15:05:41 +0200
  • 3d2986109f changed up styling a bit and made dark theme toggle not put everything a little further down Joonas 2023-01-16 15:01:13 +0200
  • d2ba02b3f6 added a dark theme toggle? i'm not sure if it's ok to render something inside the root component but it works so whatever lol Joonas 2023-01-16 14:53:07 +0200
  • 0fc54da81a format everything with prettier Joonas 2023-01-16 14:35:41 +0200
  • f9ed2333aa update styling Joonas 2023-01-16 00:20:24 +0200
  • 0bf4b31c40 add js free thread searching Joonas 2023-01-15 23:14:21 +0200
  • 30bc9cfcd3 added searching for a specific thread, dark mode toggle in progress Joonas 2023-01-15 22:47:25 +0200
  • f700034a59 added proper dark mode Joonas 2023-01-15 14:41:50 +0200
  • 9523df92ad update readme] Joonas 2023-01-14 20:49:32 +0200
  • c2e48a9051 update readme] Joonas 2023-01-14 20:48:54 +0200
  • ebe89cf28a add example .env Joonas 2023-01-14 20:47:07 +0200
  • a23fbd322b last commit implementation didn't even work properly but now it works Joonas 2023-01-14 20:03:30 +0200
  • 901a569900 added validation for route params and replyingid Joonas 2023-01-14 19:20:29 +0200
  • 9aaf065654 updated meta information, removed favicon Joonas 2023-01-14 16:46:11 +0200
  • c592853852 added server side validation for both image upload forms Joonas 2023-01-14 16:36:39 +0200
  • b73338a0f3 redirect to home page when thread not found, make thread page more responsive, prevent users from filling the page up with a very huge image Joonas 2023-01-14 16:05:47 +0200
  • ba363da685 added image full res link to images and manual replying section in the thread replying section Joonas 2023-01-14 15:16:45 +0200
  • 0043a6dbb8 better date formatting Joonas 2023-01-14 14:19:09 +0200
  • 5674cc3d59 update readme.md Joonas 2023-01-14 13:43:45 +0200
  • a2e9314724 added relation between post replyid and id so we can show and link replies on the reply in the thread Joonas 2023-01-14 13:23:40 +0200
  • 4972b292b8 bump Joonas 2023-01-14 02:00:57 +0200
  • 9d4abbeeb5 change header font color and thread reply submit styling improve Joonas 2023-01-14 01:51:52 +0200
  • 05d63d67e9 finally implemented scrolling to posts and to bottom when pressing reply Joonas 2023-01-14 01:16:01 +0200
  • 092118a9c0 removed not needed state and testing function Joonas 2023-01-13 18:44:44 +0200
  • 4be0d9a5bd added new styling w/ tailwind catppuccin plugin Joonas 2023-01-13 18:40:07 +0200
  • cb788d4faf bump Joonas 2023-01-13 00:24:21 +0200
  • 2ae7a728b3 fixed replying variable being weird Joonas 2023-01-12 22:58:35 +0200
  • 02535ec636 replying functionality works kind of Joonas 2023-01-12 22:48:16 +0200
  • 734a2405d3 started implementing replying functionality, cleaned up Joonas 2023-01-12 22:18:11 +0200
  • fb6d36d429 added error handling for form actions Joonas 2023-01-12 19:26:01 +0200
  • e23bd2a068 added header and overlay components, added tailwind styling Joonas 2023-01-12 18:48:00 +0200
  • fcfea6f4c3 fixed null check on optional post image Joonas 2023-01-12 17:06:15 +0200
  • 7b2266db90 added .gitignore Joonas 2023-01-12 17:04:28 +0200
  • c3cca4e80a initial commit Joonas 2023-01-12 17:03:38 +0200