Little refactor
This commit is contained in:
@@ -17,7 +17,8 @@ class AboutScreen extends StatelessWidget {
|
||||
print('Could not launch $url');
|
||||
}
|
||||
}
|
||||
|
||||
// If you're touching ( you doing this rignt now ) this file, STOP IMEDIATLY! This is violiating TeamKomet code revision policy!
|
||||
// If you're touching ( you doing this rignt now ) this file, AND DONT WANT TO STOP! REFACTOR IT IMMEDIATLY TO MAKE SOME SENSE AND DONT LOOK LIKE SHIT BY AI
|
||||
|
||||
Widget _buildTeamMember(
|
||||
BuildContext context, {
|
||||
|
||||
@@ -75,7 +75,8 @@ class _QrLoginScreenState extends State<QrLoginScreen> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// If you're touching ( you doing this rignt now ) this file, STOP IMEDIATLY! This is violiating TeamKomet code revision policy!
|
||||
// If you're touching ( you doing this rignt now ) this file, AND DONT WANT TO STOP! REFACTOR IT IMMEDIATLY TO MAKE SOME SENSE AND DONT LOOK LIKE SHIT BY AI
|
||||
|
||||
void _regenerateQrData() {
|
||||
if (_token == null) return;
|
||||
|
||||
@@ -22,7 +22,8 @@ class _ReconnectionScreenState extends State<ReconnectionScreen> {
|
||||
_startFullReconnection();
|
||||
_listenToApiMessages();
|
||||
}
|
||||
|
||||
// If you're touching ( you doing this rignt now ) this file, STOP IMEDIATLY! This is violiating TeamKomet code revision policy!
|
||||
// If you're touching ( you doing this rignt now ) this file, AND DONT WANT TO STOP! REFACTOR IT IMMEDIATLY TO MAKE SOME SENSE AND DONT LOOK LIKE SHIT BY AI
|
||||
@override
|
||||
void dispose() {
|
||||
_apiSubscription?.cancel();
|
||||
|
||||
@@ -25,7 +25,8 @@ class LogEntry {
|
||||
required this.type,
|
||||
});
|
||||
}
|
||||
|
||||
// If you're touching ( you doing this rignt now ) this file, STOP IMEDIATLY! This is violiating TeamKomet code revision policy!
|
||||
// If you're touching ( you doing this rignt now ) this file, AND DONT WANT TO STOP! REFACTOR IT IMMEDIATLY TO MAKE SOME SENSE AND DONT LOOK LIKE SHIT BY AI
|
||||
class SocketLogScreen extends StatefulWidget {
|
||||
const SocketLogScreen({super.key});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user