papercups-io/papercups
Vedi su GitHubWhen on mobile view our chat widget should take up full screen
Open
Aperta il 11 mar 2021
2 commenti (2 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)Elixir6032 star (6032 star)566 fork (566 fork)batch import
enhancementhelp wanted
Descrizione

Guida contributor
- Tech stack
- javascriptcss
- Dominio
- frontend
- Tipo issue
- feature
- DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
- 3
- Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
- half day
- Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
- stale
- ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
- unclear
- Prerequisiti
- basic CSS and responsive designfamiliarity with chat widget components
- Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
- 40
- Direzione di ricerca
- Examine the chat widget source code (likely in a frontend directory or separate package) for its CSS and layout. Look for how the widget's container is sized (e.g., fixed width vs responsive). The issue's screenshots show the widget not full screen on mobile; you'll need to apply CSS media queries or adjust component styles to take full screen width and height on small viewports. Check if there's an existing 'fullscreen' prop or similar. Review any comments or linked issues for prior discussion.