liljudd-website/sample_conf.json

33 lines
729 B
JSON
Raw Normal View History

Merged previous state big bang v2? feat: finished with html (pretty much) started with css fix: fixed issues with the footer feat: added basic responsive design chore: moved to pnpm, improved footer feat: kinda finished homepage Init astro Add prettier Add import pahts Migrate Layout Move Files to new location Move Layout style Migrate Components Migrate all routes Added sass and migrated styles fix: moved scss and css to seperate file, fixed overflow chore: added folders to gitignore Signed-off-by: moonleay <contact@moonleay.net> feat: copyright notice now shows its clickableness chore: merged chore/fix-astro into master Add astro dependencies for build WIP: temp commit in case my laptop explodes WIP: fixed typos, added links, added text to about WIP: continued work on the feature page WIP: changes Chore: grid on features page WIP: further improvement of features page WIP: added CSS to how-do-i page, stack page, edited about page, edited links in footer, edited invite-link in header WIP: removed bg image from feature page WIP: improved css all around, started fixing features page fix: features page WIP: fixed typos on about page, wrapped acknowledgements with div, fixed typo in features, added new line in how-do-i footer, edited imprint formatting, updated privacy-policy and terms-of-service, updated about page css, styled acknowledgements page, added color to links on contact page, edited how-do-i style, added css to imprint, added css to privacy-policy, edited style of the stack page, added css to terms-of-service page feat: added docker support fix: centered image on stack page feat: added support server to contact page chore: edit privacy-policy formatting feat: added Discord Support server link into footer feat: made mobile screenshots appear on the mobile how-do-i page fix: fixed features page overflowing on chrome chore: bump version feat: improve footer Moved files to prepare for solid-start migration chore: squashed some commits, which are not for public viewing fix: fixed ImageSection being broken on mobile feat: added proper imprint feat: added name to privacy-policy feat: bump version fix: fixed footer not rendering correct on some mobile devices chore: bump version feat: imported html from Config repo Updated packages Migration from astro to solid-start Add database and auth Add discord rest testing Database schema rework API meeting progress Fix styles Add docker Add local assets Improved docker workflow feat: added styling to config page Fix: schema, move favicon and config page Update solid-start style: login and config working feat: complete last commit chore: Create Readme
2023-10-18 15:58:15 +00:00
{
"data": {
"guilds": [
{
"guildID": "some ID",
"UTCOffset": 0,
"features": {
"time_planning": {
"channelID": "some ID",
"targetWeekday": 0,
"targetHour": 0,
"targetMinute": 0,
"isAvailableRoleId": "some ID",
"wantsToBeNotifieRoledId": "some ID"
}
},
"matches": [
{
"channelID": "some ID",
"matchType": "",
"createrId": "some ID",
"roleId": "some ID",
"opponentName": "",
"messsageId": "",
"plannedFor": 1704314625000
}
]
}
]
},
"accessToken": "some Token"
}