radicle-heartwood-lfs/radicle/src
Fintan Halpenny c2863c08ab radicle: extend emoji support
Extend the ranges of emojis that are supported, listed
[below](#new-emojis-supported).

To ensure that single `char` emojis are supported, the `emojis` crate
is added as a dev dependency, using it to check that a `Reaction` can
be constructed for the two groups `SmileysAndEmotion` and
`PeopleAndBody`.

### New Emojis Supported

'🩵' 0x1FA75
'🩶' 0x1FA76
'🩷' 0x1FA77
'🫀' 0x1FAC0
'🫁' 0x1FAC1
'🫂' 0x1FAC2
'🫃' 0x1FAC3
'🫄' 0x1FAC4
'🫅' 0x1FAC5
'🫆' 0x1FAC6
'🫠' 0x1FAE0
'🫡' 0x1FAE1
'🫢' 0x1FAE2
'🫣' 0x1FAE3
'🫤' 0x1FAE4
'🫥' 0x1FAE5
'🫦' 0x1FAE6
'🫨' 0x1FAE8
'🫩' 0x1FAE9
'🫰' 0x1FAF0
'🫱' 0x1FAF1
'🫲' 0x1FAF2
'🫳' 0x1FAF3
'🫴' 0x1FAF4
'🫵' 0x1FAF5
'🫶' 0x1FAF6
'🫷' 0x1FAF7
'🫸' 0x1FAF8
2025-04-10 15:18:31 +02:00
..
canonical Update toolchain to Rust 1.71 2023-08-09 18:49:13 +02:00
cob radicle: extend emoji support 2025-04-10 15:18:31 +02:00
git radicle: improve quorum copy 2024-11-18 12:32:44 +01:00
identity radicle: introduce identity document version 2024-11-14 12:09:28 +01:00
logger node: Improved message logging 2024-04-23 10:41:43 +02:00
node radicle: add some documentation for node::events::Event 2025-01-14 13:24:11 +01:00
profile cli: Add config modification sub-commands 2024-10-23 17:19:27 +02:00
storage radicle: clarify RefsAt description 2025-01-14 13:22:51 +01:00
test radicle: refactor doc 2024-10-22 14:58:12 +01:00
canonical.rs radicle: custom CanonicalFormatter 2023-02-24 11:59:36 +01:00
cli.rs cli: Hints system 2023-11-23 11:07:07 +01:00
cob.rs radicle: Implement migration callback mechanism 2024-11-14 17:21:33 +01:00
collections.rs Introduce `cargo-deny` 2023-08-22 14:33:00 +02:00
explorer.rs Rename `Id` to `RepoId` 2024-01-22 15:51:44 +01:00
git.rs radicle: fix `parse_ref_*` documentation 2025-01-16 11:08:35 +00:00
identity.rs radicle: refactor doc 2024-10-22 14:58:12 +01:00
io.rs radicle: use rlim_t when working with limits 2025-01-14 13:29:03 +01:00
lib.rs radicle: refactor doc 2024-10-22 14:58:12 +01:00
logger.rs cli: Have a way of enabling logging in helper 2024-01-17 17:34:30 +01:00
node.rs cli: Try to connect to seeds specified as options 2024-11-05 12:18:12 +01:00
profile.rs cli: Implement `rad cob migrate` 2024-11-22 21:27:45 +01:00
rad.rs radicle: refactor doc 2024-10-22 14:58:12 +01:00
serde_ext.rs radicle: Fix clippy warnings around `unwrap` 2024-10-21 16:42:06 +02:00
sql.rs radicle: Improve SQL type errors 2024-06-13 11:28:09 +02:00
storage.rs radicle: refactor doc 2024-10-22 14:58:12 +01:00
test.rs radicle: fix tests to not leave temporary files behind 2024-04-24 11:47:14 +02:00
version.rs radicle: Fix clippy warnings around `unwrap` 2024-10-21 16:42:06 +02:00
web.rs node: Change node web config metadata fields 2024-07-18 13:56:31 +02:00