meeting-pane 3.0.1 → 3.0.3-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,14 @@
1
1
  # meeting-pane
2
2
 
3
3
  Bring together schedule, people, materials, discussion around a meeting.
4
+
5
+ ## Generative AI usage
6
+ The SolidOS team is using GitHub Copilot integrated in Visual Studio Code.
7
+ We have added comments in the code to make it explicit which parts are 100% written by AI.
8
+ Example:
9
+ * Some code was generated by the GPT-5.3-Codex model in GitHub Copilot based on the following prompt:
10
+ * I have these classes meetingToolIcon, meetingToolIcon-visible, meetingToolIconAddButton, meetingToolIcon-disabled, meetingToolIcon-yellow. I want to toggle the visibility of the icons by adding or removing the class meetingToolIcon-visible. Write a function that takes a boolean showIcons and toggles the class on all the icons in iconArray accordingly.
11
+ * the icons are way too big and they are lined up vertically
12
+ instead of horizontally. Can you fix that?
13
+ * also icon sizing - the icons should be about an inch big
14
+