|
639ca1704f
|
use newtypes for all ids
|
2024-11-11 23:23:25 +01:00 |
|
|
7d8954ecd1
|
create newtypes.rs
|
2024-11-11 23:08:42 +01:00 |
|
|
53a89a51d3
|
clippy
|
2024-11-11 23:05:23 +01:00 |
|
|
d720a003e2
|
Fix tests
|
2024-11-11 16:02:48 +01:00 |
|
|
34068cffa1
|
Fix test failures
|
2024-11-11 15:11:49 +01:00 |
|
|
5556d0fef2
|
Synchronize linked instances
|
2024-11-11 14:46:52 +01:00 |
|
|
1678cbd279
|
Fix hiding follow button
|
2024-11-11 11:59:12 +01:00 |
|
|
1d2bd75faa
|
Add favicon
|
2024-11-11 11:52:59 +01:00 |
|
|
aa09bbfe93
|
Simplify resource errors to fix icon
|
2024-11-11 11:52:59 +01:00 |
|
|
a099181085
|
Also show connect button on article page
|
2024-11-11 11:52:59 +01:00 |
|
|
627b0067b5
|
Instance list
|
2024-11-11 11:52:59 +01:00 |
|
|
4ebd4600fc
|
Format
|
2024-11-11 10:32:11 +01:00 |
|
|
b89fcb6dc4
|
Add logo (fixes #19)
|
2024-11-11 10:30:19 +01:00 |
|
|
db5f75a0b8
|
Improve search results design
|
2024-11-08 15:59:37 +01:00 |
|
|
5482f8758e
|
Wait for global state to be populated
|
2024-11-08 15:46:42 +01:00 |
|
|
1a0acca3a0
|
Add ghost user to be able to fetch articles in case edit author cant be fetched
|
2024-11-08 15:12:56 +01:00 |
|
|
026c8c81f2
|
Should use Utc::now for last_refreshed_at
|
2024-11-08 12:57:58 +01:00 |
|
|
5d47bb96ba
|
Some improvements to instance page
|
2024-11-08 12:26:06 +01:00 |
|
|
6cd87cf790
|
Better dark mode storage using cookie
|
2024-11-07 15:50:58 +01:00 |
|
|
519a6c4848
|
Remove unnecessary tailwind forms
|
2024-11-07 13:08:14 +01:00 |
|
|
1931c53ac5
|
Fix dark mode toggle
|
2024-11-07 13:01:56 +01:00 |
|
|
2fd3999341
|
Persistent storage for dark mode
|
2024-11-07 12:31:18 +01:00 |
|
|
684f4d07a7
|
Styling
|
2024-11-06 15:13:52 +01:00 |
|
|
b856f7519f
|
Fix warning
|
2024-11-06 15:10:12 +01:00 |
|
|
9cf4c2fdb6
|
Add badges to readme
|
2024-11-06 14:44:46 +01:00 |
|
|
b9171acd07
|
Add dark theme with toggle (fixes #49)
|
2024-11-06 14:42:15 +01:00 |
|
|
f9a23236df
|
Some design improvements
|
2024-11-06 12:51:36 +01:00 |
|
|
1093cbf67e
|
Reactive editor with side by side preview (fixes #69)
|
2024-11-06 11:01:00 +01:00 |
|
|
b0f12a6908
|
Smaller logout button
|
2024-11-06 10:30:21 +01:00 |
|
|
481730cc4b
|
Menu works on desktop and mobile
|
2024-11-05 16:12:00 +01:00 |
|
|
6379ab24de
|
Check for unused deps
|
2024-10-31 11:12:16 +01:00 |
|
|
0f0cf25b3c
|
Link to Ibis article for Markdown docs
|
2024-10-31 11:11:45 +01:00 |
|
|
5fa0697130
|
Remove some unused css rules
|
2024-10-30 16:39:11 +01:00 |
|
|
80a4ad95aa
|
Fix display of anchor icons
|
2024-10-30 16:28:41 +01:00 |
|
|
5a57c6520b
|
Show version and source link in sidebar (fixes #86)
|
2024-10-30 16:18:03 +01:00 |
|
|
aaec884d8f
|
Rework article list
|
2024-10-30 16:12:18 +01:00 |
|
|
9be6abf776
|
various improvements
|
2024-10-30 13:02:27 +01:00 |
|
|
af80819eca
|
Proper tailwindcss setup
|
2024-10-30 12:16:50 +01:00 |
|
|
52864a6e5c
|
Merge branch 'master' into tailwind-css
|
2024-10-30 11:33:30 +01:00 |
|
|
d33749aa15
|
Create EditorView for common article edit/create code
|
2024-10-30 11:23:08 +01:00 |
|
|
b7e490be9e
|
Merge branch 'master' into tailwind-css
|
2024-10-29 15:35:26 +01:00 |
|
|
71e9db9935
|
Throw error in case of invalid config value
|
2024-10-29 09:35:44 +01:00 |
|
|
8b71a37fd2
|
Fix release build
|
2024-10-29 09:29:46 +01:00 |
|
|
fceead8062
|
Use cargo-leptos, make server-side rendering work
|
2024-10-28 15:47:45 +01:00 |
|
|
04b40a32f5
|
fmt
|
2024-10-28 15:28:58 +01:00 |
|
|
b4e54c914d
|
Also add preview for creating article
|
2024-10-28 11:28:16 +01:00 |
|
|
ef7d29d2ee
|
Proper resizing of editor (ref #51)
|
2024-10-28 11:25:33 +01:00 |
|
|
f8948c2e20
|
Add markdown sub/superscript (fixes #85)
|
2024-10-25 10:46:47 +02:00 |
|
|
e0fa36c62e
|
Version 0.1.4
|
2024-10-23 11:37:06 +02:00 |
|
|
71af03c0f6
|
Add support for markdown footnotes (ref #76)
|
2024-10-23 11:32:26 +02:00 |
|