category toglle 기능 복구
icon 저장 기능 오류 수정 검색 기능 추가
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
|
||||
<!-- 숨겨진 템플릿들 -->
|
||||
<template id="serverItemTemplate">
|
||||
<div class="server-item px-4 py-3 hover:bg-gray-50 transition duration-200 border-b border-gray-100 relative overflow-hidden group">
|
||||
<div class="server-item px-4 py-3 hover:bg-gray-50 transition duration-200 border-b border-gray-100 relative overflow-hidden group {{marginClass}}">
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="flex-1 cursor-pointer" onclick="app.connectToServer('{{userName}}', '{{serverIP}}')">
|
||||
<div class="flex items-center space-x-3">
|
||||
|
||||
Reference in New Issue
Block a user