diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-06-25 05:53:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-25 05:53:59 +0000 |
commit | 66101a25cbe4739ade20484c2a020b9130125ec3 (patch) | |
tree | f1f3a2084677d90a37d1c4e3b17a19a606fe8d90 /README.md | |
parent | ba24e13419bfa6efd08a0d07f049a6981ff4cd28 (diff) | |
parent | 19f7d55c8748e4fcd651540e299347689a2070ad (diff) | |
download | abaddon-portaudio-66101a25cbe4739ade20484c2a020b9130125ec3.tar.gz abaddon-portaudio-66101a25cbe4739ade20484c2a020b9130125ec3.zip |
Merge pull request #176 from uowuo/pomelo
pomelo support (and nicknames)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 53 |
1 files changed, 27 insertions, 26 deletions
@@ -226,32 +226,33 @@ Used in guild settings popup: Used in profile popup: -| Selector | Description | -|------------------------------|---------------------------------------------------------| -| `.mutual-friend-item` | Applied to every item in the mutual friends list | -| `.mutual-friend-item-name` | Name in mutual friend item | -| `.mutual-friend-item-avatar` | Avatar in mutual friend item | -| `.mutual-guild-item` | Applied to every item in the mutual guilds list | -| `.mutual-guild-item-name` | Name in mutual guild item | -| `.mutual-guild-item-icon` | Icon in mutual guild item | -| `.mutual-guild-item-nick` | User nickname in mutual guild item | -| `.profile-connection` | Applied to every item in the user connections list | -| `.profile-connection-label` | Label in profile connection item | -| `.profile-connection-check` | Checkmark in verified profile connection items | -| `.profile-connections` | Container for profile connections | -| `.profile-notes` | Container for notes in profile window | -| `.profile-notes-label` | Label that says "NOTE" | -| `.profile-notes-text` | Actual note text | -| `.profile-info-pane` | Applied to container for info section of profile popup | -| `.profile-info-created` | Label for creation date of profile | -| `.user-profile-window` | | -| `.profile-main-container` | Inner container for profile | -| `.profile-avatar` | | -| `.profile-username` | | -| `.profile-switcher` | Buttons used to switch viewed section of profile | -| `.profile-stack` | Container for profile info that can be switched between | -| `.profile-badges` | Container for badges | -| `.profile-badge` | | +| Selector | Description | +|--------------------------------|------------------------------------------------------------| +| `.mutual-friend-item` | Applied to every item in the mutual friends list | +| `.mutual-friend-item-name` | Name in mutual friend item | +| `.mutual-friend-item-avatar` | Avatar in mutual friend item | +| `.mutual-guild-item` | Applied to every item in the mutual guilds list | +| `.mutual-guild-item-name` | Name in mutual guild item | +| `.mutual-guild-item-icon` | Icon in mutual guild item | +| `.mutual-guild-item-nick` | User nickname in mutual guild item | +| `.profile-connection` | Applied to every item in the user connections list | +| `.profile-connection-label` | Label in profile connection item | +| `.profile-connection-check` | Checkmark in verified profile connection items | +| `.profile-connections` | Container for profile connections | +| `.profile-notes` | Container for notes in profile window | +| `.profile-notes-label` | Label that says "NOTE" | +| `.profile-notes-text` | Actual note text | +| `.profile-info-pane` | Applied to container for info section of profile popup | +| `.profile-info-created` | Label for creation date of profile | +| `.user-profile-window` | | +| `.profile-main-container` | Inner container for profile | +| `.profile-avatar` | | +| `.profile-username` | User's display name (username for backwards compatibility) | +| `.profile-username-nondisplay` | User's actual username | +| `.profile-switcher` | Buttons used to switch viewed section of profile | +| `.profile-stack` | Container for profile info that can be switched between | +| `.profile-badges` | Container for badges | +| `.profile-badge` | | ### Settings |