public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH v2 00/11] Refactoring and Add New Features
@ 2023-09-23  9:15 Muhammad Rizki
  2023-09-23  9:15 ` [PATCH v2 01/11] style: remove extra newline at end of file Muhammad Rizki
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Muhammad Rizki @ 2023-09-23  9:15 UTC (permalink / raw)
  To: Ammar Faizi
  Cc: Muhammad Rizki, Alviro Iskandar Setiawan, Arthur Lapz, Memet Zx,
	GNU/Weeb Mailing List

This series contains changes for commit 11/11:
v2:
  - Removed complexity from the `getFixedRandomColor()` function.
  - Added a new function `setupUserName()` that handles trimming at the
    end for user `first_name` and `last_name`.
  - Used `setupUserName()` on lines 475 and 595.
  - Changes were made in lines 417~520 to add `max-w-[150px]` for photo
    caption.
  - Changes were made on line 529 to add `line-clamp-1` to truncate the
    user profile name.

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                   | 728 +++++++++++++++++++++++++++--------
 static/img/profile-cover.jpg | Bin 0 -> 196121 bytes
 style.css                    |  53 +++
 3 files changed, 624 insertions(+), 157 deletions(-)
 create mode 100644 static/img/profile-cover.jpg


base-commit: f7a07f6fc9fb837a11d01779b4af524ee036fcbb
--
Muhammad Rizki

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-09-24  9:37 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox