1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-12-23 22:51:23 +00:00
Commit graph

80 commits

Author SHA1 Message Date
9eb5f4cfb1 Nodeinfo with user, article and active stats, standard compliant 2024-12-19 00:03:35 +01:00
678ba64fef Version 0.2.0 2024-12-17 10:07:52 +01:00
685f6fed4b Update deps 2024-12-17 09:58:50 +01:00
ced6889635 Version 0.2.0-rc.5 2024-12-12 10:10:37 +01:00
3e7c922daf Enable http compression 2024-12-11 15:35:31 +01:00
f96561b27b Version 0.2.0-rc.4 2024-12-11 13:22:25 +01:00
3040e5539b Fix assets for production 2024-12-11 13:02:56 +01:00
997ed05505 0.2.0-rc.3 2024-12-10 15:16:34 +01:00
90aa774f0f 0.2.0-rc.2 2024-12-10 11:36:06 +01:00
8cfd5340d6 Version 0.2.0-rc.1 2024-12-10 10:37:13 +01:00
4d156b454a Ignore errors during edit connection sync 2024-12-10 10:11:43 +01:00
Matt Payne
10d6ff7196
Updated wasm-bindgen-cli to 0.2.99 (#96)
* updated wasm-bindgen-cli to 0.2.96

* Updated wasm-bindgen-cli to 0.2.96

* new update to cargo.toml
2024-12-09 15:07:55 +00:00
248e55743c Leptos 0.7 (still has a bug which results in crashes) 2024-12-03 12:55:01 +01:00
805c669d00 Simplify dependencies 2024-11-25 14:08:59 +01:00
910c7b5d8f leptos 0.7.0-rc2 2024-11-25 11:41:50 +01:00
688ead9217 finally compiling 2024-11-20 10:21:26 +01:00
5847e99128 partial 2024-11-19 23:54:31 +01:00
10bbc9ed2b rename methods 2024-11-19 23:24:06 +01:00
4381159426 wip 2024-11-15 16:07:29 +01:00
54951621e4 wip: upgrade leptos 2024-11-15 12:45:54 +01:00
0d93ac31a3 Working browser console logs 2024-11-15 11:43:27 +01:00
4d1625526e Reduce dependencies 2024-11-15 10:16:48 +01:00
415c97e27f Update apub lib 2024-11-12 14:13:09 +01:00
5556d0fef2 Synchronize linked instances 2024-11-11 14:46:52 +01:00
6cd87cf790 Better dark mode storage using cookie 2024-11-07 15:50:58 +01:00
2fd3999341 Persistent storage for dark mode 2024-11-07 12:31:18 +01:00
6379ab24de Check for unused deps 2024-10-31 11:12:16 +01:00
b7e490be9e Merge branch 'master' into tailwind-css 2024-10-29 15:35:26 +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
e7d480098f Add anchors to markdown headings (fixes #77) 2024-10-23 11:24:30 +02:00
444be44008 Add spoiler tags (fixes #78) 2024-10-23 10:57:09 +02:00
Silver-Sorbet
a38c4a3e5e
Fix math parsing (#68)
* Updates version?

* Adds Display mode after whitespace for LaTex
Includes fonts directory in binaries
Removed unecessary font types (kept .woff2)

* Woodpecker checks
Removed debug print statement for equations

* Use `ok_or` instead of `if let`

Co-authored-by: Nutomic <me@nutomic.com>

* Adds font_dir variable back

---------

Co-authored-by: Bintou Ali <bintou005@protonmail.com>
Co-authored-by: Nutomic <me@nutomic.com>
2024-10-16 16:23:30 +02:00
a7b95d459b Use tailwind + daisyui for css 2024-10-16 14:19:31 +02:00
6235349b52 Version 0.1.3 2024-10-16 12:46:50 +02:00
51ada1fc4f Fix trunk config, use specific trunk version for ci 2024-10-16 12:27:52 +02:00
Silver-Sorbet
94a07cd7bd
Adds math parsing (#61)
* Adds LaTex parsing to HTML with KaTex

* Adds display mode
Remove commented block parser rule

* Applies Nutomic suggestions
Adds fonts to assets
Adds KaTex CSS to assets
Makes katex crate inclusion depending on build type less verbose

* Woodpecker checks

---------

Co-authored-by: Bintou Ali <bintou005@protonmail.com>
2024-10-15 09:39:29 +02:00
fdda0f584a
Upgrade deps (#60)
* Upgrade dependencies

* fix tests

* ci config
2024-10-02 14:47:44 +02:00
Dessalines
609dd6293d Fixing woodpecker. (#42) 2024-04-02 11:53:21 +02:00
0b2bfbd3ae Fix problems with invalid apub ids 2024-03-11 13:40:03 +01:00
c341b87d5f Upgrade apub lib 2024-03-08 14:58:29 +01:00
d22654261f Use db pool 2024-02-27 17:54:50 +01:00
41a4d18949 Use federation queue with retry for sending 2024-02-27 13:05:12 +01:00
88dd4c69c2 local federation setup 2024-02-08 17:04:56 +01:00
334dc3826f add config file 2024-02-08 11:38:46 +01:00
4e53b13b70 add list of articles with local/all selection 2024-02-01 11:34:09 +01:00
f523a2ab24 render article as markdown 2024-01-25 16:29:56 +01:00
ccde4b4666 fix conflicts between federation and frontend routes 2024-01-19 16:21:44 +01:00