Tobias Kunze

Results 163 issues of Tobias Kunze

Attendees at multi-lingual conferences should have some way to use the schedule page with the content language in mind. There are two approaches here: 1. Add an indicator to sessions:...

size: regular
type: feature
stage: up for grabs
type: ux
help wanted

Like sessions, speakers should have an "internal note" field. Implementation notes: - the field should be part of the `SpeakerProfile` model - the field should be part of the organiser...

size: small
type: feature
stage: up for grabs
help wanted
good first issue
python

### Problem and impact The event creation wizard should offer some help in handling team permissions, as currently, recurring users may start a new event and find themselves with e.g....

type: feature

The availability input is often a stumbling block for speakers and organisers, both due to UI reasons and because speakers can tend to use the input to try and input...

size: regular
stage: up for grabs
type: ux
help wanted
javascript

This is a collection issue for newer / generally good CSS features to apply to pretalx whenever I find the time: - [ ] Use `text-wrap: balance` on long-form text;...

type: ux

We’re currently using plain ``, which works to different degrees in different browsers. We should look into enhancing this with a stable, accessible date input component. [Cally](https://wicky.nillia.ms/cally/) looks great for...

size: regular
stage: up for grabs
help wanted
good first issue
javascript

moment.js is not under active development anymore, and we’ve removed it from the main schedule widget already. We should also remove it from the other parts of pretalx, using either...

type: maintenance
size: regular
stage: up for grabs
javascript

"title column" made me think of a column for the "title" part of names – looking at [the docs](https://docs.pretix.eu/guides/vouchers/#sending-out-vouchers-via-email), I think "title row" is better (though linking to the docs...

Django has by now made it easy to perform case-insensitive-ish ordering of a queryset by running `queryset.order_by(Lower("title"))`, or by using `Lower("title").desc()` for reverse ordering. I'd love to do this with...

Before switching to Waybar, I had a lot of copy-to-clipboard items in my status bar, like e.g. clicking the network indicator to copy the active IP address. It would be...

enhancement
custom
network