Commit 2c6f4fe
Adding screensharing pop-out window, system-wide configuration and enabling cache cleanup by default (#1781)
* feat: Implement Separate Call Window (Pop-out)
- Implements session sharing for pop-out window.
- Adds pop-out button to Teams toolbar.
- Hides main meeting content when popped out.
- Adds always-on-top and auto-pop when sharing features.
Related to task 2.0 in PRD
* refactor: Split PRD tasks into separate files
- Separates pop-out UI, configuration manager, and knowledge base tasks into dedicated markdown files.
- Updates original PRD task file to reflect the split.
Related to task splitting request
* pushing wip work on the sharing screenshared information
* fixing error message
* feat: Implement screen sharing display in pop-out window
* fix: Ensure single instance of Call Pop-out Window
* fix: Reliably close pop-out window on screen sharing stop
* feat: Improve screen sharing thumbnail window
- Rename config from autoPopWhenSharing to screenSharingThumbnail for clarity
- Make pop-out window thumbnail-sized (320x180 default, max 400x300)
- Implement dynamic window sizing based on actual video dimensions
- Remove fixed video constraints to allow native resolution streaming
- Add window resizing IPC handler for responsive thumbnail scaling
- Update window title dynamically instead of showing overlay text
- Create comprehensive CLAUDE.md documentation for future development
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* chore: Bump version to 2.2.0 and update release notes
This commit bumps the application version to 2.2.0 and updates the release notes.
- Updated package.json and package-lock.json to version 2.2.0.
- Added a new release entry in com.github.IsmaelMartinez.teams_for_linux.appdata.xml summarizing new features and internal changes.
- Added CLAUDE.md for Claude-specific instructions.
- Added new task list files for project management.
* feat: Add system-wide config support and update dependencies
- Implement system-wide configuration file support at /etc/teams-for-linux/config.json
- Add proper config precedence (system config as base, user config overrides)
- Update dependencies: [email protected], @eslint/[email protected], [email protected], @electron/[email protected]
- Fix GNOME window decorations dark mode issue (Electron 37.2.6 includes upstream fix)
- Update documentation with system-wide config examples and precedence info
- Update appdata with release notes for v2.2.1
Resolves #1773 - System-wide configuration support
Resolves #1755 - GNOME dark mode window decorations fix
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Update app/index.js
Co-authored-by: Copilot <[email protected]>
* add lang to callPopOut html
* hidding the menu option for inApp UI if the flag is disabled
* fixes from code review
* changes from code review
* cleaning the appdata and package.json files to prepare the release
* changing the release date to be today
* Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
* removing duplicated inAppUi
* removing the extra arguments for screen-sharing-stopped
---------
Co-authored-by: Claude <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent 0d5286f commit 2c6f4fe
File tree
21 files changed
+1112
-266
lines changed- app
- browser/tools
- config
- inAppUI
- mainAppWindow
- docs
- tasks
21 files changed
+1112
-266
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
59 | 79 | | |
60 | 80 | | |
61 | 81 | | |
| 82 | + | |
62 | 83 | | |
63 | 84 | | |
64 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
19 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
20 | 53 | | |
21 | 54 | | |
22 | | - | |
23 | | - | |
| 55 | + | |
| 56 | + | |
24 | 57 | | |
25 | 58 | | |
26 | 59 | | |
27 | | - | |
| 60 | + | |
28 | 61 | | |
29 | 62 | | |
30 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
31 | 80 | | |
32 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
33 | 84 | | |
34 | 85 | | |
35 | 86 | | |
| |||
45 | 96 | | |
46 | 97 | | |
47 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
48 | 107 | | |
49 | 108 | | |
50 | 109 | | |
| |||
73 | 132 | | |
74 | 133 | | |
75 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
76 | 140 | | |
77 | 141 | | |
78 | 142 | | |
| |||
136 | 200 | | |
137 | 201 | | |
138 | 202 | | |
139 | | - | |
| 203 | + | |
140 | 204 | | |
141 | 205 | | |
142 | 206 | | |
| |||
227 | 291 | | |
228 | 292 | | |
229 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
230 | 299 | | |
231 | 300 | | |
232 | 301 | | |
| |||
0 commit comments