Project: Yuzu #3
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: q/thirdculture#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need a specialized werc app that works to make editing the https://ppl.thridculture.top easier and more streamlined for users. We kinda need a custom implementation here because we want custom css as well (that follows the whole users profile). Apps like ico, cssedit and dirdir are good examples. Basically we would be extending dirdir here to be better suited for our format and also making cssedit apply css changes to all child pages including the page it is edited on. We would need cssedit enabled on all children (maybe if variable set) so css can be changed for each individual page. If we need an external app for the dirdir changes make sure no variables or function names are reused because that causes errors. yuzu is the app name I came up with for this one named after the devil survivor girl because shes cool.
cssedit now works half way. I need a better sed command to parse out the real uri of where the app was enabled. Once that is done. Yuzu will have an option to add custom CSS which will use cssedit to give that page valid paths for css to work. That CSS will then be applied to that directories children.
Note: cssedit may need an entire overhaul where the page name is used in the css path so individual pages can be styled. That is probably a better approach.