Skip to content

V3 beta #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 25, 2023
Merged

V3 beta #274

merged 8 commits into from
Oct 25, 2023

Conversation

realashleybailey
Copy link

No description provided.

Ashley Bailey added 8 commits October 22, 2023 03:29
- Max line length is turned off in .editorconfig and apps/wizarr-frontend/.editorconfig files
- Added **/apps/** to .eslintignore file
- Removed .nx/cache from .prettierignore
- Updated .prettierrc file with new formatting options
- Added firsttris.vscode-jest-runner to .vscode/extensions.json
- Added .vscode/launch.json file
- Updated .vscode/settings.json file with new editor and prettier configurations
- Added .vscode/settings.json to apps/wizarr-frontend directory
- Added package.json file to apps/wizarr-frontend directory
- Updated apps/wizarr-frontend/.prettierrc.js file with new formatting options
- Added apps/wizarr-frontend/.vscode/settings.json file
- Updated apps/wizarr-frontend/package.json file
- Updated apps/wizarr-frontend/src/language/translations.json file
- Add draggable functionality to the WebhookList component using the `vuedraggable` library.
- Each WebhookItem is now draggable within the list.
- If no webhooks are found, display a message indicating that no webhooks were found.
The commit simplifies the build action in the GitHub Actions workflow for Livechat. It removes unnecessary steps related to clearing digests and merging digests for GHCR. The build and push steps are now simpler and no longer use a matrix strategy. The tags have been updated to include the registry, image name, and image tag.
- Added a new endpoint `/backup/test` to test the backup functionality.
- The `test_backup` function generates a backup of the database and returns it.
- This feature helps ensure the integrity of the backup system.
… format.

Update InvitationForm.vue:
- Removed unnecessary transition duration prop in v-if statement
- Added validation for invitation code
- Removed duplicate classes and unnecessary spaces
- Removed unused import statements
- Added named imports for components
- Removed unnecessary type annotations in invitationData object
- Removed unused variables and props
@realashleybailey realashleybailey merged commit c0e54d5 into translations Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant