KitaitiMakoto
KitaitiMakoto commented on issue Plume/Plume#1148 2023-04-23 14:55:05 +00:00
After Change of the URL, the images are no longer shown

Can I see your Plume instance?

KitaitiMakoto deleted branch scss-errors from Plume/Plume 2023-04-16 07:19:07 +00:00
KitaitiMakoto merged pull request Plume/Plume#1146 2023-04-16 07:14:00 +00:00
FIX: #1145 Fix SCSS errors
KitaitiMakoto closed issue Plume/Plume#1145 2023-04-16 07:14:00 +00:00
In file _ article.scss at end of lines semicolon missing
KitaitiMakoto pushed to main at Plume/Plume 2023-04-16 07:13:55 +00:00
9425b44d08 Merge pull request 'FIX: #1145 Fix SCSS errors' (#1146) from scss-errors into main
487f296db5 Fix Clippy warnings
8bdd481e0d Fix SCSS errors
Compare 3 commits »
KitaitiMakoto created pull request Plume/Plume#1146 2023-04-16 07:13:38 +00:00
FIX: #1145 Fix SCSS errors
KitaitiMakoto pushed to scss-errors at Plume/Plume 2023-04-16 07:12:22 +00:00
487f296db5 Fix Clippy warnings
8bdd481e0d Fix SCSS errors
Compare 2 commits »
KitaitiMakoto created branch scss-errors in Plume/Plume 2023-04-16 07:12:22 +00:00
KitaitiMakoto commented on issue Plume/Plume#1145 2023-04-16 07:10:05 +00:00
In file _ article.scss at end of lines semicolon missing

Thanks for reporting.

Plume uses Rust implemetation of SASS compiler: [rsass][]. It seems looser than sassc. You can build by rsass using command cargo build.

But, anyway, _article.scss

KitaitiMakoto closed issue Plume/Plume#1133 2023-04-16 06:59:58 +00:00
Cannot ban user when they have comments replied by others
KitaitiMakoto merged pull request Plume/Plume#1144 2023-04-16 06:59:58 +00:00
delete comments properly when deleting users
KitaitiMakoto pushed to main at Plume/Plume 2023-04-16 06:59:54 +00:00
19f18421bc Merge pull request 'delete comments properly when deleting users' (#1144) from fix-delete-user into main
e1777e9071 delete comments properly when deleting users
Compare 2 commits »
KitaitiMakoto commented on pull request Plume/Plume#1144 2023-04-16 06:59:47 +00:00
delete comments properly when deleting users

Okay, it worked at my machine. Thanks!

KitaitiMakoto deleted branch moderation-improvement from Plume/Plume 2023-03-21 10:29:44 +00:00
KitaitiMakoto merged pull request Plume/Plume#1143 2023-03-21 10:29:38 +00:00
Add user search form to admin panel
KitaitiMakoto pushed to main at Plume/Plume 2023-03-21 10:29:34 +00:00
613ccbcd94 Merge pull request 'Add user search form to admin panel' (#1143) from moderation-improvement into main
b9a09a2511 Follow pagination user list page change
213628e400 Don't use LIKE query when username is empty for user search
d6bb2bfb72 Use unwrap_or_default() instead of unwrap_or("")
33bd290679 Use DbConn in model tests
Compare 12 commits »
KitaitiMakoto pushed to moderation-improvement at Plume/Plume 2023-03-21 10:16:06 +00:00
b9a09a2511 Follow pagination user list page change
213628e400 Don't use LIKE query when username is empty for user search
d6bb2bfb72 Use unwrap_or_default() instead of unwrap_or("")
Compare 3 commits »
KitaitiMakoto commented on pull request Plume/Plume#1143 2023-03-19 16:49:20 +00:00
Add user search form to admin panel

Cinsider the case of empty query.

KitaitiMakoto pushed to moderation-improvement at Plume/Plume 2023-03-19 16:21:43 +00:00
33bd290679 Use DbConn in model tests