diff --git a/lib/api/api_registration_service.dart b/lib/api/api_registration_service.dart index 1fd9763..afb403a 100644 --- a/lib/api/api_registration_service.dart +++ b/lib/api/api_registration_service.dart @@ -58,6 +58,8 @@ class RegistrationService { ) .asFunction(); print('✅ LZ4 block decompress функция загружена'); + // 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 } catch (e) { print( '⚠️ Функция LZ4_decompress_safe не найдена, пробуем альтернативные имена...', diff --git a/lib/api/api_service.dart b/lib/api/api_service.dart index 40742f1..38be98e 100644 --- a/lib/api/api_service.dart +++ b/lib/api/api_service.dart @@ -147,7 +147,8 @@ class ApiService { return false; } } - +// 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 Completer>? _inflightChatsCompleter; Map? _lastChatsPayload; DateTime? _lastChatsAt; diff --git a/lib/api/api_service_auth.dart b/lib/api/api_service_auth.dart index 3f80357..451c433 100644 --- a/lib/api/api_service_auth.dart +++ b/lib/api/api_service_auth.dart @@ -36,7 +36,8 @@ extension ApiServiceAuth on ApiService { }; _sendMessage(17, payload); } - +// 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 requestSessions() { _sendMessage(96, {}); } diff --git a/lib/api/api_service_chats.dart b/lib/api/api_service_chats.dart index 0e6fb1c..3a65a7b 100644 --- a/lib/api/api_service_chats.dart +++ b/lib/api/api_service_chats.dart @@ -48,7 +48,8 @@ extension ApiServiceChats on ApiService { if (chatResponse['cmd'] == 1) { print("✅ Авторизация (opcode 19) успешна. Сессия ГОТОВА."); _isSessionReady = true; - +// 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 _connectionStatusController.add("ready"); _updateConnectionState( conn_state.ConnectionState.ready, diff --git a/lib/api/api_service_complaints.dart b/lib/api/api_service_complaints.dart index 03e9325..a7b3423 100644 --- a/lib/api/api_service_complaints.dart +++ b/lib/api/api_service_complaints.dart @@ -7,7 +7,8 @@ extension ApiServiceComplaints on ApiService { final payload = {"complainSync": 0}; _sendMessage(162, payload); } - +// 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 sendComplaint(int chatId, String messageId, int typeId, int reasonId) { final payload = { "reasonId": reasonId, diff --git a/lib/api/api_service_connection.dart b/lib/api/api_service_connection.dart index fe905b7..53e1a18 100644 --- a/lib/api/api_service_connection.dart +++ b/lib/api/api_service_connection.dart @@ -123,7 +123,8 @@ extension ApiServiceConnection on ApiService { authToken = null; clearAllCaches(); - +// 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 _messageController.add({ 'type': 'session_terminated', 'message': 'Твоя сессия больше не активна, войди снова', diff --git a/lib/api/api_service_contacts.dart b/lib/api/api_service_contacts.dart index c407820..3f9968c 100644 --- a/lib/api/api_service_contacts.dart +++ b/lib/api/api_service_contacts.dart @@ -46,7 +46,8 @@ extension ApiServiceContacts on ApiService { }; _sendMessage(54, payload); } - +// 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 Future> getChatInfoByLink(String link) async { await waitUntilOnline(); diff --git a/lib/api/api_service_media.dart b/lib/api/api_service_media.dart index 382bf11..f4e33a9 100644 --- a/lib/api/api_service_media.dart +++ b/lib/api/api_service_media.dart @@ -12,7 +12,8 @@ extension ApiServiceMedia on ApiService { ) async { try { await waitUntilOnline(); - +// 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 final Map payload = { "firstName": firstName, "lastName": lastName, diff --git a/lib/api/api_service_privacy.dart b/lib/api/api_service_privacy.dart index 91af557..c5c95d9 100644 --- a/lib/api/api_service_privacy.dart +++ b/lib/api/api_service_privacy.dart @@ -28,7 +28,8 @@ extension ApiServicePrivacy on ApiService { } if (incomingCall != null) { final seq = incomingCall == 'ALL' ? 30 : 23; - await _updatePrivacySettingWithSeq({'INCOMING_CALL': incomingCall}, seq); + // 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 await _updatePrivacySettingWithSeq({'INCOMING_CALL': incomingCall}, seq); } if (chatsInvite != null) { final seq = chatsInvite == 'ALL' ? 51 : 55; diff --git a/lib/connection/connection_logger.dart b/lib/connection/connection_logger.dart index 1592176..377cce5 100644 --- a/lib/connection/connection_logger.dart +++ b/lib/connection/connection_logger.dart @@ -159,7 +159,8 @@ class ConnectionLogger { data: data, ); } - +// 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 logState(String from, String to, {Map? metadata}) { final data = { diff --git a/lib/connection/connection_manager.dart b/lib/connection/connection_manager.dart index 558abf4..7375f23 100644 --- a/lib/connection/connection_manager.dart +++ b/lib/connection/connection_manager.dart @@ -83,7 +83,8 @@ class ConnectionManager { bool get canSendMessages => currentState.canSendMessages; - +// 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 Future initialize() async { if (_isDisposed) { _logger.logError('Попытка инициализации после dispose'); diff --git a/lib/connection/connection_manager_simple.dart b/lib/connection/connection_manager_simple.dart index 68e3bea..ed8c7c5 100644 --- a/lib/connection/connection_manager_simple.dart +++ b/lib/connection/connection_manager_simple.dart @@ -85,7 +85,8 @@ class ConnectionManagerSimple { bool get canSendMessages => currentState.canSendMessages; - +// 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 Future initialize() async { if (_isDisposed) { diff --git a/lib/connection/connection_state.dart b/lib/connection/connection_state.dart index ceb3112..7a69a78 100644 --- a/lib/connection/connection_state.dart +++ b/lib/connection/connection_state.dart @@ -25,7 +25,8 @@ enum ConnectionState { disabled, } - +// 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 ConnectionInfo { final ConnectionState state; diff --git a/lib/connection/health_monitor.dart b/lib/connection/health_monitor.dart index 9d3b9d3..23febb7 100644 --- a/lib/connection/health_monitor.dart +++ b/lib/connection/health_monitor.dart @@ -62,7 +62,8 @@ class HealthMetrics { return max(0, score); } - +// 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 ConnectionQuality get quality { final score = healthScore; if (score >= 90) return ConnectionQuality.excellent; diff --git a/lib/connection/retry_strategy.dart b/lib/connection/retry_strategy.dart index f147bde..66149fe 100644 --- a/lib/connection/retry_strategy.dart +++ b/lib/connection/retry_strategy.dart @@ -119,7 +119,8 @@ class RetryStrategy { ), }; - +// 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 Duration calculateDelay(int attempt, ErrorType errorType) { final config = errorConfigs[errorType] ?? errorConfigs[ErrorType.unknown]!; diff --git a/lib/models/account.dart b/lib/models/account.dart index cb5f5f6..cf69f77 100644 --- a/lib/models/account.dart +++ b/lib/models/account.dart @@ -105,3 +105,5 @@ class Account { ); } } +// 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 \ No newline at end of file diff --git a/lib/models/attach.dart b/lib/models/attach.dart index 216a370..a97384b 100644 --- a/lib/models/attach.dart +++ b/lib/models/attach.dart @@ -115,3 +115,5 @@ class AttachmentsParser { }).toList(); } } +// 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 \ No newline at end of file diff --git a/lib/models/channel.dart b/lib/models/channel.dart index f67a49a..8e8ca78 100644 --- a/lib/models/channel.dart +++ b/lib/models/channel.dart @@ -38,3 +38,5 @@ class Channel { ); } } +// 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 \ No newline at end of file diff --git a/lib/models/chat.dart b/lib/models/chat.dart index 496a98f..115ef4f 100644 --- a/lib/models/chat.dart +++ b/lib/models/chat.dart @@ -108,3 +108,5 @@ class Chat { ); } } +// 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 \ No newline at end of file diff --git a/lib/models/chat_folder.dart b/lib/models/chat_folder.dart index 60468d2..bc188e9 100644 --- a/lib/models/chat_folder.dart +++ b/lib/models/chat_folder.dart @@ -83,3 +83,5 @@ class ChatFolderWidget { ); } } +// 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 \ No newline at end of file diff --git a/lib/models/complaint.dart b/lib/models/complaint.dart index 744ba0d..d2ed389 100644 --- a/lib/models/complaint.dart +++ b/lib/models/complaint.dart @@ -45,3 +45,5 @@ class ComplaintData { ); } } +// 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 \ No newline at end of file diff --git a/lib/models/contact.dart b/lib/models/contact.dart index 344fde1..e44f496 100644 --- a/lib/models/contact.dart +++ b/lib/models/contact.dart @@ -52,7 +52,8 @@ class Contact { final isBlocked = status == 'BLOCKED'; final isBlockedByMe = status == 'BLOCKED'; - +// 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 return Contact( id: json['id'], name: finalName, diff --git a/lib/models/message.dart b/lib/models/message.dart index 85a480f..93386ed 100644 --- a/lib/models/message.dart +++ b/lib/models/message.dart @@ -41,7 +41,8 @@ class Message { } else { time = 0; } - +// 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 return Message( id: json['id']?.toString() ?? @@ -115,7 +116,8 @@ class Message { return hoursSinceCreation <= 24; } - +// 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 Map toJson() { return { 'id': id, diff --git a/lib/models/profile.dart b/lib/models/profile.dart index 0d3bdcc..db6b283 100644 --- a/lib/models/profile.dart +++ b/lib/models/profile.dart @@ -39,7 +39,8 @@ class Profile { final names = profileData['names'] as List? ?? []; final nameData = names.isNotEmpty ? names[0] as Map : {}; - +// 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 return Profile( id: profileData['id'], phone: profileData['phone'].toString(), diff --git a/lib/screens/chats_screen.dart b/lib/screens/chats_screen.dart index c118779..8e8d81e 100644 --- a/lib/screens/chats_screen.dart +++ b/lib/screens/chats_screen.dart @@ -4769,7 +4769,8 @@ class _SferumWebViewPanelState extends State { ); } } - +// 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 _AddChatsToFolderDialog extends StatefulWidget { final ChatFolder folder; final List availableChats; diff --git a/lib/screens/custom_request_screen.dart b/lib/screens/custom_request_screen.dart index 992f683..786808e 100644 --- a/lib/screens/custom_request_screen.dart +++ b/lib/screens/custom_request_screen.dart @@ -100,7 +100,8 @@ class _CustomRequestScreenState extends State { } }); - +// 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 subscription = ApiService.instance.messages.listen((message) { if (message['seq'] == sentSeq) { diff --git a/lib/screens/debug_screen.dart b/lib/screens/debug_screen.dart index dbfe8a1..bbe965e 100644 --- a/lib/screens/debug_screen.dart +++ b/lib/screens/debug_screen.dart @@ -16,7 +16,8 @@ class DebugScreen extends StatelessWidget { Widget build(BuildContext context) { final colors = Theme.of(context).colorScheme; final theme = context.watch(); - +// 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 return Scaffold( appBar: AppBar( title: const Text('Debug Settings'), diff --git a/lib/screens/home_screen.dart b/lib/screens/home_screen.dart index fe40a7c..0d6908b 100644 --- a/lib/screens/home_screen.dart +++ b/lib/screens/home_screen.dart @@ -167,7 +167,8 @@ class _HomeScreenState extends State { }, ); } - +// 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 Future _checkVersionInBackground() async { try { final prefs = await SharedPreferences.getInstance(); @@ -178,7 +179,8 @@ class _HomeScreenState extends State { if (!isWebVersionCheckEnabled) { print("Web version checking is disabled, skipping check"); return; - } + }// 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 final isAutoUpdateEnabled = prefs.getBool('auto_update_enabled') ?? false; final showUpdateNotification = diff --git a/lib/screens/music_library_screen.dart b/lib/screens/music_library_screen.dart index 0b9d5c6..1c02b44 100644 --- a/lib/screens/music_library_screen.dart +++ b/lib/screens/music_library_screen.dart @@ -122,7 +122,8 @@ class _MusicLibraryScreenState extends State { final seconds = duration.inSeconds.remainder(60); return '${minutes.toString().padLeft(2, '0')}:${seconds.toString().padLeft(2, '0')}'; } - +// 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 Widget build(BuildContext context) { final theme = Theme.of(context); diff --git a/lib/screens/password_auth_screen.dart b/lib/screens/password_auth_screen.dart index c469a64..1b1b7ef 100644 --- a/lib/screens/password_auth_screen.dart +++ b/lib/screens/password_auth_screen.dart @@ -85,7 +85,8 @@ class _PasswordAuthScreenState extends State { errorMessage = error['message']; } } - +// 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 ScaffoldMessenger.of(context).showSnackBar( SnackBar( content: Text(errorMessage), diff --git a/lib/screens/settings/about_screen.dart b/lib/screens/settings/about_screen.dart index fae4a81..bc14a77 100644 --- a/lib/screens/settings/about_screen.dart +++ b/lib/screens/settings/about_screen.dart @@ -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, { diff --git a/lib/screens/settings/qr_login_screen.dart b/lib/screens/settings/qr_login_screen.dart index cee8d65..c720f85 100644 --- a/lib/screens/settings/qr_login_screen.dart +++ b/lib/screens/settings/qr_login_screen.dart @@ -75,7 +75,8 @@ class _QrLoginScreenState extends State { } } } - +// 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; diff --git a/lib/screens/settings/reconnection_screen.dart b/lib/screens/settings/reconnection_screen.dart index 57a08e5..73dff18 100644 --- a/lib/screens/settings/reconnection_screen.dart +++ b/lib/screens/settings/reconnection_screen.dart @@ -22,7 +22,8 @@ class _ReconnectionScreenState extends State { _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(); diff --git a/lib/screens/settings/socket_log_screen.dart b/lib/screens/settings/socket_log_screen.dart index a59ee95..8de6824 100644 --- a/lib/screens/settings/socket_log_screen.dart +++ b/lib/screens/settings/socket_log_screen.dart @@ -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}); diff --git a/lib/screens/token_auth_screen.dart b/lib/screens/token_auth_screen.dart index a2c4a13..0959665 100644 --- a/lib/screens/token_auth_screen.dart +++ b/lib/screens/token_auth_screen.dart @@ -88,7 +88,8 @@ class _TokenAuthScreenState extends State { } - +// 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 _loginWithToken() { final token = _tokenController.text.trim(); if (token.isEmpty) {