css fix
authorPhiTux <redacted>
Wed, 22 Oct 2025 15:48:58 +0000 (17:48 +0200)
committerPhiTux <redacted>
Wed, 22 Oct 2025 15:48:58 +0000 (17:48 +0200)
README.md
frontend/src/routes/(authed)/write/+page.svelte

index 11dba07a53286d48cc0a56d88c7c65837279d54e..770f56b53e8b092c1270b7e4f4b4b6de6fd81b0e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -169,6 +169,8 @@ The old version 1 is moved to the [v1 branch](https://github.com/PhiTux/DailyTxT
 2.0.0-testing.4 (2025-10-22)
 - Fixed a bug, that showed wrong weekdays in the calendar
 - Added a feature to choose the first day of the week (Monday or Sunday) in the settings.
+- When a date is selected, the cursor is now placed at the end of the text (not at the beginning).
+- CSS fixes
 
 2.0.0-testing.3 (2025-10-13)
 - Updated the migration process in the frontend. When migration fails on serverside, the user now gets notified.
index f9298c570a00f10da40e7d3682161a920fdf7487..1595f129e1b554828a9f67c27f645ffd4420a6ce 100644 (file)
 </div>
 
 <style>
+       :global(body[data-bs-theme='dark'] .TMIndentedCode) {
+               background-color: #444;
+       }
+
        .input-area {
                border-radius: 10px;
        }
git clone https://git.99rst.org/PROJECT