From 159b3cc760733cfa99b406c339850f8cde02bb22 Mon Sep 17 00:00:00 2001 From: Lalle <29478339+LalleSX@users.noreply.github.com> Date: Tue, 9 May 2023 01:00:16 +0200 Subject: [PATCH] updated info --- CURRENTBUGS.md | 5 +++++ README.md | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CURRENTBUGS.md diff --git a/CURRENTBUGS.md b/CURRENTBUGS.md new file mode 100644 index 0000000..64a4351 --- /dev/null +++ b/CURRENTBUGS.md @@ -0,0 +1,5 @@ +# Current bugs + +- posting a comment creates a new tab, and weird stuff happens + +- threadwatcher spinner is constantly spinning diff --git a/README.md b/README.md index 626ef85..3823eb8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ PR to upstream: . -The 4chan XT project is a migration of 4chan X from coffeescript to TypeScript/JavaScript. It is named XT both as a continuation of eXTended, and a T for TypeScript. The goals of this project is to first get a working bundle from js/ts files, and then gradually convert js files to ts and add types as needed. +## What is this? + +This is a fork of [4chan X](github.com/ccd0/4chan-x) that aims to make it more modern, and easier to maintain. + +## Why? + +4chan X is a great extension, but it's a bit old. It uses a lot of old technologies, and it's a bit hard to maintain. This fork aims to make it easier to maintain, and more modern. ## TODO