Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
65abb90
Update: upgrade to tailwind css v4
MinKhantNaung Apr 27, 2025
32dd10a
Refactor: format with Prettier
MinKhantNaung Apr 27, 2025
8e5ba77
Update: redesign images, texts for categories
MinKhantNaung Apr 27, 2025
61b67c5
Update: topics section design
MinKhantNaung Apr 27, 2025
4cf1a0a
Refactor: remove fan creation category
MinKhantNaung Apr 27, 2025
d736931
Update: change UI in Chat Section header, body
MinKhantNaung Apr 27, 2025
8b1327b
Update: remove buttons in Chat footer
MinKhantNaung Apr 27, 2025
be0ea3e
Update: hide left side bar section under md size
MinKhantNaung Apr 27, 2025
ea2fc05
Update: change sizes for compatible with md devices
MinKhantNaung Apr 27, 2025
1617282
Update: left side bar section for sm to md
MinKhantNaung Apr 27, 2025
63a7f76
Update: fix UI to show topics in sm to md size
MinKhantNaung Apr 27, 2025
176f2ff
Update: add search form for mobile to md sizes
MinKhantNaung Apr 27, 2025
d91b63d
Fix: remove emoji button in chat footer
MinKhantNaung Apr 27, 2025
c1d3e17
Add: marquee warning text
MinKhantNaung Apr 27, 2025
a24453f
Refactor: remove unneed class in chat footer/button
MinKhantNaung Apr 27, 2025
81420d5
Update: add wrap-anywhere class in topics text
MinKhantNaung Apr 28, 2025
55b3fbb
Update: remove Categories, set Mobile & Laptop Size Topics Show
MinKhantNaung Apr 29, 2025
ea01c60
Refactor: hide Mobile Size Topics from md
MinKhantNaung Apr 29, 2025
438cbf3
Update: move mobile search form and mobile topics to chat section
MinKhantNaung Apr 29, 2025
4360ffb
Update: add toggle Mobile Topics show/hide
MinKhantNaung Apr 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,438 changes: 1,226 additions & 1,212 deletions dist/css/app.css

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion dist/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ function loadingMessage(active) {
} else {
document.querySelector(".loading-message").remove()
}
}
}

function toggleMobileTopics() {
const topics = document.getElementById("mobileTopics");
topics.classList.toggle("hidden");
topics.classList.toggle("flex");
}
56 changes: 56 additions & 0 deletions images/brain-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bubble-chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions images/discuss-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions images/doraemon-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/heart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions images/news-reporter-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/otaku.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/otaku_anime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions images/topic-issue-matter-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions images/topic-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading