-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/reactive package container #63
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich würde diesen PR gerne pausieren und wir sollten versuchen die Arbeit in mehr Teilaufgaben zu trennen. Ich habe daher Issue #68 erstellt und würde dich bitten das zunächst zu bearbeiten.
Im Anschluss sollten wir uns überlegen, was eigentlich alles Teil des States sein sollte.
74fc7c0
to
df99bd5
Compare
344547f
to
4cd9ee1
Compare
13f87f0
to
25ff7a6
Compare
7f9aa7d
to
45fb22b
Compare
1e55e4c
to
55fcd90
Compare
row-gap: 10px; | ||
.qpy-package-search-container { | ||
width: var(--qpy-card-width); | ||
margin: 2px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bitte nach Möglichkeit immer relative Einheiten verwenden (rem). Teste die styles auch für mobile Endgeräte.
3e694cc
to
49c400f
Compare
49c400f
to
bbde7cf
Compare
Closes #62.
Über das Input-Element kann nach Paketen gesucht werden. Dafür wird der Such-Endpoint (#68) verwendet.
Die Tabs updaten sich hierbei "simultan" (300ms debounce).
Ein Loading-Indicator wird bei einem Request angezeigt.
Sollte hierbei oder beim Fetchen der Strings/Templates eine Exception geworfen werden, wird diese über ein Modal angezeit.