Open sweep-ai[bot] opened 9 months ago
This is an automated message generated by Sweep AI.
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` ```
✨ Created Pull Request: https://github.com/TheMBeat/dungeon-revealer/pull/41
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` ```
[!CAUTION]
An error has occurred: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/TheMBeat/dungeon-revealer (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)'))) (tracking ID: bcaa7bb72f)
Description
This pull request includes multiple changes across different files in the codebase. The changes include bug fixes, code improvements, and feature enhancements.
Summary
server/apply-decoder.ts
, added error handling for decoding errors.server/graphql/modules/dice-roller-chat.ts
, updated the resolveType function to use the correct function name.server/graphql/modules/image.ts
, updated the isTypeOf function name to isValidResourceNote.server/index.ts
, added error handling for server startup and shutdown.server/io-types/boolean-from-number.ts
, added a check for undefined values.server/socket-session-store.ts
, imported the correct type for Socket.src/chat-toggle-button.tsx
, updated the IconButton component to use the theme context.src/context/ThemeContext.tsx
, created a new context for managing the theme.src/global-styles.tsx
, added support for dark mode theme.src/theme/dark-mode-theme.ts
, added the dark mode theme object.src/toolbar.tsx
, added a new Toggle component for the chat toggle button.wiki/Contributing.md
, updated the instructions for editing the wiki.wiki/Notes.md
, added instructions for searching notes and importing markdown files.