Skip to content
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

Sort-ui: true unbolds field names on the listing page with table layout #12027

Open
barisguven opened this issue Feb 5, 2025 · 2 comments
Open
Labels
bug Something isn't working listings themes Related to HTML theming or any other style related issue (like highlight-style)

Comments

@barisguven
Copy link

Bug description

The field names on the Quarto blog listing page with the table layout (type: table) are bold by default. But making sorting available with sort-ui: true unbolds the field names.

Steps to reproduce

---
title: "test_blog"
listing:
  contents: posts
  sort: "date desc"
  type: table
  categories: true
  sort-ui: true
  filter-ui: false
page-layout: full
title-block-banner: true
---

You can find the Git repo here.

Expected behavior

No response

Actual behavior

No response

Your environment

No response

Quarto check output

Quarto 1.7.13
[✓] Checking environment information...
Quarto cache location: /Users/barisguven/Library/Caches/quarto
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.4.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.46.3: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.7.13
Path: /Applications/quarto/bin

[✓] Checking tools....................OK
TinyTeX: v2023.07.08
Chromium: (not installed)

[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /Users/barisguven/Library/TinyTeX/bin/universal-darwin
Version: 2023

[✓] Checking Chrome Headless....................OK
Using: Chrome found on system
Path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
Source: MacOS known location

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK
Version: 3.12.2 (Conda)
Path: /opt/anaconda3/bin/python
Jupyter: 5.7.2
Kernels: ir, javascript, python3

[✓] Checking Jupyter engine render....OK

[✓] Checking R installation...........OK
Version: 4.4.1
Path: /Library/Frameworks/R.framework/Resources
LibPaths:
- /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library
knitr: 1.48
rmarkdown: 2.28

[✓] Checking Knitr engine render......OK

@barisguven barisguven added the bug Something isn't working label Feb 5, 2025
@mcanouil
Copy link
Collaborator

mcanouil commented Feb 5, 2025

Sorry, but t'what is the issue and your intended/expected behaviour?

@barisguven
Copy link
Author

Hi! Since the field names are bold by default, adding a sort UI should not change that. They should still be bold.

@mcanouil mcanouil added listings themes Related to HTML theming or any other style related issue (like highlight-style) labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working listings themes Related to HTML theming or any other style related issue (like highlight-style)
Projects
None yet
Development

No branches or pull requests

2 participants