dev #1

Merged
tdpeuter merged 12 commits from dev into main 2024-03-19 12:35:07 +01:00
Owner

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

[Insert a brief description of the changes made in this pull request]


Changelog Entry

Added

  • [List any new features or additions]

Fixed

  • [List any fixes or corrections]

Changed

  • [List any changes or updates]

Removed

  • [List any removed features or files]
## Pull Request Checklist - [ ] **Description:** Briefly describe the changes in this pull request. - [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description [Insert a brief description of the changes made in this pull request] --- ### Changelog Entry ### Added - [List any new features or additions] ### Fixed - [List any fixes or corrections] ### Changed - [List any changes or updates] ### Removed - [List any removed features or files]
tdpeuter added 10 commits 2024-03-19 10:06:13 +01:00
- Combined font-family declaration: Instead of repeating the font-family declaration for both `html` and `pre`, it's combined into one declaration to save space and avoid repetition.

- Removed unnecessary `pre` styling: The `pre` styling for `font-family` is removed as the font-family is already defined in the `html` rule.

The code is more concise and easier to read.
Fix spacing
Update tailwind.css
ci: Change image
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 29m25s
c7c81f538d
ci: Change login token
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Successful in 30m56s
Python CI / Format Backend (latest) (pull_request) Failing after 18s
Bun CI / Format & Build Frontend (pull_request) Successful in 50s
336868c487
tdpeuter added 1 commit 2024-03-19 10:42:05 +01:00
ci: Tweak python
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Successful in 30m34s
Python CI / Format Backend (latest, 2.x) (pull_request) Failing after 24s
Python CI / Format Backend (latest, 3.x) (pull_request) Failing after 7s
Bun CI / Format & Build Frontend (pull_request) Successful in 49s
d37bfc1278
tdpeuter added 1 commit 2024-03-19 11:33:28 +01:00
ci: Tweak python
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Successful in 30m31s
Python CI / Format Backend (latest, 3.1i2.2) (pull_request) Failing after 8s
Bun CI / Format & Build Frontend (pull_request) Successful in 48s
3f190809af
tdpeuter force-pushed dev from 3f190809af to 0c13b17a3d 2024-03-19 12:10:55 +01:00 Compare
tdpeuter force-pushed dev from 0c13b17a3d to 7144e07122 2024-03-19 12:12:08 +01:00 Compare
tdpeuter added 1 commit 2024-03-19 12:34:44 +01:00
Merge branch 'main' into dev
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Successful in 30m39s
Python CI / Format Backend (latest, 3.12.2) (pull_request) Failing after 8s
Bun CI / Format & Build Frontend (pull_request) Successful in 50s
8524e28589
tdpeuter merged commit f7ec002fe6 into main 2024-03-19 12:35:07 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tdpeuter/open-webui#1
No description provided.