version focntionnelle 02
This commit is contained in:
parent
f55113bf56
commit
5083b2794c
@ -105,7 +105,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
div.className = 'role-emoji-item rounded d-flex flex-column align-items-center justify-content-center p-2 text-center position-relative';
|
||||
div.style.cursor = 'pointer';
|
||||
div.style.backgroundColor = 'var(--separator-soft)';
|
||||
div.style.minHeight = '70px';
|
||||
div.style.height = 'auto';
|
||||
div.innerHTML = `
|
||||
<img src="${emote.path}" style="width: 32px; height: 32px; object-fit: contain;">
|
||||
<small class="text-white mt-1" style="font-size: 10px; opacity: 0.7;">${emote.code}</small>
|
||||
@ -255,6 +255,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
grid.style.display = 'grid';
|
||||
grid.style.gridTemplateColumns = 'repeat(auto-fill, minmax(36px, 1fr))';
|
||||
grid.style.gap = '4px';
|
||||
grid.style.alignContent = 'start';
|
||||
|
||||
const categories = ['Custom', ...Object.keys(EMOJI_CATEGORIES)];
|
||||
|
||||
|
||||
BIN
assets/pasted-20260216-225623-7f182d79.png
Normal file
BIN
assets/pasted-20260216-225623-7f182d79.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
@ -1261,7 +1261,7 @@ async function handleSaveUserSettings(btn) {
|
||||
<input type="file" id="emote-upload-input" class="d-none" accept="image/png,image/jpeg">
|
||||
</div>
|
||||
</div>
|
||||
<div id="settings-emotes-grid" class="flex-grow-1 overflow-auto p-3 custom-scrollbar" style="display: grid; grid-template-columns: repeat(auto-fill, minmax(40px, 1fr)); gap: 10px;">
|
||||
<div id="settings-emotes-grid" class="flex-grow-1 overflow-auto p-3 custom-scrollbar" style="display: grid; grid-template-columns: repeat(auto-fill, minmax(60px, 1fr)); grid-auto-rows: min-content; align-content: start; gap: 10px;">
|
||||
<!-- Emojis will be loaded here -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
20
requests.log
20
requests.log
@ -343,3 +343,23 @@
|
||||
2026-02-16 22:53:00 - GET /index.php?server_id=1&channel_id=15 - POST: []
|
||||
2026-02-16 22:53:02 - GET /index.php?server_id=1&channel_id=6 - POST: []
|
||||
2026-02-16 22:53:49 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 22:54:14 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 22:57:26 - GET / - POST: []
|
||||
2026-02-16 22:57:44 - GET /?fl_project=38443 - POST: []
|
||||
2026-02-16 22:58:55 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 22:59:59 - GET /index.php?server_id=1&channel_id=12 - POST: []
|
||||
2026-02-16 23:00:03 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 23:00:08 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 23:00:09 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 23:00:18 - GET /index.php - POST: []
|
||||
2026-02-16 23:00:20 - GET /index.php - POST: []
|
||||
2026-02-16 23:00:24 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 23:00:26 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 23:00:28 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
{"date":"2026-02-16 23:00:56","method":"POST","post":{"avatar_url":"","username":"swef","theme":"light","dnd_mode":"0","sound_notifications":"0"},"session":{"user_id":3},"user_id":3,"db_success":true}
|
||||
2026-02-16 23:00:57 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 23:00:59 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 23:01:02 - GET /index.php?server_id=1&channel_id=17 - POST: []
|
||||
2026-02-16 23:01:08 - GET /index.php?server_id=1&channel_id=1 - POST: []
|
||||
2026-02-16 23:01:09 - GET /index.php?server_id=1&channel_id=6 - POST: []
|
||||
2026-02-16 23:01:23 - GET /index.php?server_id=1&channel_id=6 - POST: []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user