updated info

This commit is contained in:
Lalle 2023-05-09 01:00:16 +02:00
parent d991206084
commit 159b3cc760
No known key found for this signature in database
GPG Key ID: A6583D207A8F6B0D
2 changed files with 12 additions and 1 deletions

5
CURRENTBUGS.md Normal file
View File

@ -0,0 +1,5 @@
# Current bugs
- posting a comment creates a new tab, and weird stuff happens
- threadwatcher spinner is constantly spinning

View File

@ -4,7 +4,13 @@
PR to upstream: <https://github.com/ccd0/4chan-x/pull/3341>.
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