Initial Commit #1
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
atomicDEX
backups
bug
chat
CI
config
containers
CRM
cypherstack
discourse
docker
duplicate
electrum
email
enhancement
epiccash
firo
forum
fundraising
help wanted
invalid
IN_PROGRESS
LATER
matrix
monero
mymonero
ops
question
research
security
setup
sweetwater
TLS
upgrade
user_management
WAITING
web
windows
wontfix
wordpress
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Cypher_Stack/stack-theme-selector-server#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "main"
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?
This pr adds two endpoints:
/themelist
and/themedetails/:id
/themelist
returns only thename, id, description, primary_color, secondary_color, tertiary_color
thats been pulled from/data/themes.json
/themedetails/:id
checks the id from/data/themes.json
and returns the complete data if matchedThe themes.json is not usable for now and it needs to be completed from themes
LGTM
I have reviewed this PR and this submission looks safe.
I would request changes, however: more error handling would be good. Anywhere we open a file should be wrapped in some sort of error catching/handling imo
but this looks good