Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Flath committed Feb 19, 2025
1 parent 2a23d86 commit 935fa97
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.bak
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!-- do not remove -->

## 1.0.9




## 1.0.8

# Add lightbox and Insertable select
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- do not remove -->

## 1.0.10

### New Features

- Cusom Themes support in ThemePicker ([#71](https://github.com/AnswerDotAI/MonsterUI/pull/71)), thanks to [@ndendic](https://github.com/ndendic)



## 1.0.9


Expand Down
2 changes: 1 addition & 1 deletion docs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _not_found(req, exc):
app,rt = fast_app(exception_handlers={404:_not_found}, pico=False,
hdrs=(*Theme.blue.headers(highlightjs=True), Link(rel="icon", type="image/x-icon", href="/favicon.ico"),
Link(rel="stylesheet", href="/custom_theme.css", type="text/css")),
live=True)
)

def is_htmx(request=None):
"Check if the request is an HTMX request"
Expand Down

0 comments on commit 935fa97

Please sign in to comment.