papercups-io/papercups
View on GitHubWhen on mobile view our chat widget should take up full screen
Open
#630 opened on Mar 11, 2021
2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Elixir6,032 stars (6,032 stars)566 forks (566 forks)batch import
enhancementhelp wanted
Description

Contributor guide
- Tech stack
- javascriptcss
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- basic CSS and responsive designfamiliarity with chat widget components
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- 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.