sid0-0

Results 6 issues of sid0-0

Added index to iteratee function in keyBy to allow complex keying example: ``` keyBy(['a',` 'b'], (_, index) => index); const keyMap = { a: 'A', b: 'B' }; keyBy({a: 1,...

Implements #1010 Screenshot: ![image](https://github.com/user-attachments/assets/d90dfdce-b5ad-46a3-a7a8-e3bddce418f1)

feat: #7355 Behaviour implemented: 1. Relation field name field is updated when relation type is updated 2. Icon is only prefilled in the beginning 3. If user manually edits the...

Requirement raised over: https://github.com/lichess-org/mobile/issues/1043 Introduce new enum for game behavior property: castling methods (move king 2 squares / move king onto rook). Consume the value in Chessboard to behave accordingly.

New use case has come up here: https://github.com/lichess-org/mobile/issues/1017 Suggestion: add a new enum value for `pointerMode` prop.