mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-22 02:33:17 +00:00

* Add SVG icons for map pins * Add federation basis and new coordinator form (#793) * Add new coordinator entry issue form * Add Federation basis * Fix eslint errors from F2F and fix languages * Redo eslint @typescript-eslint/strict-boolean-expressions * Robot Page working * Contexts Working * Garage Working * CurrentOrder working * Federation model working --------- Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com> Co-authored-by: Reckless_Satoshi <90936742+Reckless-Satoshi@users.noreply.github.com>
16 lines
843 B
TypeScript
16 lines
843 B
TypeScript
export { checkVer, getHigherVer, getClientVersion } from './checkVer';
|
|
export { default as filterOrders } from './filterOrders';
|
|
export { default as getHost } from './getHost';
|
|
export { default as hexToRgb } from './hexToRgb';
|
|
export { default as hexToBase91 } from './hexToBase91';
|
|
export { default as matchMedian } from './match';
|
|
export { default as weightedMean } from './weightedMean';
|
|
export { default as pn } from './prettyNumbers';
|
|
export { amountToString } from './prettyNumbers';
|
|
export { default as saveAsJson } from './saveFile';
|
|
export { default as statusBadgeColor } from './statusBadgeColor';
|
|
export { genBase62Token, validateTokenEntropy } from './token';
|
|
export { default as getWebln } from './webln';
|
|
export { default as computeSats } from './computeSats';
|
|
export { default as federationLottery } from './federationLottery';
|