Skip to content

Conversation

@josephmyers
Copy link
Contributor

Refactored confirmation dialog into TeamDialog to remove duplication. And removed unused ref to TeamDialog.

josephmyers and others added 7 commits November 18, 2025 16:58
- Added a new renderer instructions file to guide agents through the architecture and startup flow of the app.
- Implemented the ProjectsScreen and TeamsScreen components with responsive layouts and mobile-friendly interactions.
- Created utility functions for route management and navigation, enhancing the user experience across devices.
- Split the old home screen into two pages, where the latter (viewing a team's projects) is now considered "home"
- logic to go to team screen
- desktop projects and team screen
- responsive layout for projects screen on desktop
- allow user to access original functions on desktop
- fix some css issues on desktop
- Added a new renderer instructions file to guide agents through the architecture and startup flow of the app.
- Implemented the ProjectsScreen and TeamsScreen components with responsive layouts and mobile-friendly interactions.
- Created utility functions for route management and navigation, enhancing the user experience across devices.
- Split the old home screen into two pages, where the latter (viewing a team's projects) is now considered "home"
- TT-6860 update GPT5 logic
- TT-6813 fix card styles (sillsdev#80)
- Cleaning up some temp items in an effort to bring Teams and Projects to a unified experience on desktop and mobile
- Adding Edit Workflow for desktop
- Update memory preferences for response guidelines and automated browser usage
- Show Members button and dialog on Projects screen
- Updated strings
Refactored confirmation dialog into TeamDialog to remove duplication. And removed unused ref to TeamDialog.
setExitAlert(true);
}
const queueLength = remote?.requestQueue.length ?? 0;
const queueLength = 0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please explain or revert this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's failing the Husky build such that I couldn't check in. Red-lining the IDE as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see it defined anywhere, though I must admit I didn't look outside the file. Maybe it's something from a newly added package and I need to run npm i?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remote.requestQueue is used in many places. You can't just change logic because it's inconvenient to you. Revert the change and figure out how to get it to compile please.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked again this morning. Same behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants