git.99rst.org
/
DailyTxT.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3221ef4
)
css fix
author
PhiTux
<redacted>
Wed, 22 Oct 2025 15:48:58 +0000
(17:48 +0200)
committer
PhiTux
<redacted>
Wed, 22 Oct 2025 15:48:58 +0000
(17:48 +0200)
README.md
patch
|
blob
|
history
frontend/src/routes/(authed)/write/+page.svelte
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
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.
diff --git
a/frontend/src/routes/(authed)/write/+page.svelte
b/frontend/src/routes/(authed)/write/+page.svelte
index f9298c570a00f10da40e7d3682161a920fdf7487..1595f129e1b554828a9f67c27f645ffd4420a6ce 100644
(file)
--- a/
frontend/src/routes/(authed)/write/+page.svelte
+++ b/
frontend/src/routes/(authed)/write/+page.svelte
@@
-2056,6
+2056,10
@@
</div>
<style>
+ :global(body[data-bs-theme='dark'] .TMIndentedCode) {
+ background-color: #444;
+ }
+
.input-area {
border-radius: 10px;
}
git clone https://git.99rst.org/PROJECT