Skip to content

Commit

Permalink
[remove] 채팅방 헤더 온라인 표시 제거 #380
Browse files Browse the repository at this point in the history
  • Loading branch information
godeka committed May 29, 2024
1 parent 7017eb0 commit 7764872
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions frontend/lib/widgets/bar/top_appbar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,29 +95,12 @@ class ChatroomAppBar extends StatelessWidget implements PreferredSizeWidget {
logoUrl: logoUrl,
),
),
Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
Text(
nickname,
style: const TextStyle(
fontSize: 24,
fontWeight: FontWeight.bold,
),
),
const Row(
crossAxisAlignment: CrossAxisAlignment.center,
children: <Widget>[
Icon(
Icons.mode_standby,
color: Colors.lightGreen,
size: 15,
),
Text(' 온라인', style: TextStyle(fontSize: 14)),
],
),
],
Text(
nickname,
style: const TextStyle(
fontSize: 20,
fontWeight: FontWeight.bold,
),
),
],
),
Expand Down

0 comments on commit 7764872

Please sign in to comment.