public inbox for [email protected]
 help / color / mirror / Atom feed
From: Muhammad Rizki <[email protected]>
To: Ammar Faizi <[email protected]>
Cc: Muhammad Rizki <[email protected]>,
	Alviro Iskandar Setiawan <[email protected]>,
	Arthur Lapz <[email protected]>, Memet Zx <[email protected]>,
	GNU/Weeb Mailing List <[email protected]>
Subject: [PATCH v3 00/11] Refactoring and Add New Features
Date: Sun, 24 Sep 2023 16:45:21 +0700	[thread overview]
Message-ID: <[email protected]> (raw)

This series contains changes for commit 11/11:
v3:
  - Removed complexity from the `hashCode()` function.
  - Add missing semicolons and wrong semicolon placement.
  - Change transition duration for chat bubble UI highlighting when
    clicked a reply UI button (line 452).
  - Add `line-clamp-1` for reply user profile name UI (line 578).

Let me know if there is still a mistake and please test it too if
there is a bug on the UI.

Muhammad Rizki (11):
  style: remove extra newline at end of file
  feat(static/img): add `profile-cover.jpg`
  refactor(page): improve page design and add profile image cover
  feat(page): improve UX for copying text
  chore(page): add newlines to enhance Developer Experience
  feat(page): add GNUWeeb member list UI
  feat(page): add `getOrgMembers()` function
  feat(page): add `renderMemberList()` function
  feat(page): add initial UI for displaying recent group messages
  feat(css): add initial CSS class styles for chat bubbles
  feat(page): implement chat bubble message rendering

 index.html                   | 713 +++++++++++++++++++++++++++--------
 static/img/profile-cover.jpg | Bin 0 -> 196121 bytes
 style.css                    |  53 +++
 3 files changed, 609 insertions(+), 157 deletions(-)
 create mode 100644 static/img/profile-cover.jpg


base-commit: f7a07f6fc9fb837a11d01779b4af524ee036fcbb
--
Muhammad Rizki

             reply	other threads:[~2023-09-24  9:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-24  9:45 Muhammad Rizki [this message]
2023-09-24  9:45 ` [PATCH v3 01/11] style: remove extra newline at end of file Muhammad Rizki
2023-09-24  9:45 ` [PATCH v3 02/11] feat(static/img): add `profile-cover.jpg` Muhammad Rizki
2023-09-24  9:45 ` [PATCH v3 03/11] refactor(page): improve page design and add profile image cover Muhammad Rizki
2023-09-24  9:45 ` [PATCH v3 04/11] feat(page): improve UX for copying text Muhammad Rizki
2023-09-24  9:45 ` [PATCH v3 05/11] chore(page): add newlines to enhance Developer Experience Muhammad Rizki
2023-09-24  9:45 ` [PATCH v3 06/11] feat(page): add GNUWeeb member list UI Muhammad Rizki
2023-09-24  9:45 ` [PATCH v3 07/11] feat(page): add `getOrgMembers()` function Muhammad Rizki
2023-09-24  9:45 ` [PATCH v3 08/11] feat(page): add `renderMemberList()` function Muhammad Rizki
2023-09-24  9:45 ` [PATCH v3 09/11] feat(page): add initial UI for displaying recent group messages Muhammad Rizki
2023-09-24  9:45 ` [PATCH v3 10/11] feat(css): add initial CSS class styles for chat bubbles Muhammad Rizki
2023-09-24  9:45 ` [PATCH v3 11/11] feat(page): implement chat bubble message rendering Muhammad Rizki
2023-09-26  7:44 ` [PATCH v3 00/11] Refactoring and Add New Features Ammar Faizi
2023-09-26 11:06   ` Muhammad Rizki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox