web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2026-06-11 23:07assets: point browser defaults at static origintriesap3+3-3
2026-06-11 21:39env: align web libraries with RADROOTS_WEB namestriesap5+15-15
2026-06-11 21:14replica: align libraries with SDK bindingstriesap41+2150-2771
2026-01-13 14:07config: expand app roles and add business setup stringtriesap2+2-1
2026-01-13 13:47cache: preload wasm and cache app assetstriesap5+90-5
2026-01-03 22:19listing: refactor farm product payload and nostr listing parsingtriesap4+189-84
2025-12-31 10:37tangle: wrap file handle writer in WritableStreamtriesap1+5-1
2025-12-28 19:56tangle: add Nostr sync + tar.gz export pipelinetriesap3+375-34
2025-12-28 17:02tangle: add signed DB export and rename backup JSON typestriesap5+482-31
2025-12-28 15:03farm: upgrade events payloads and geo toolingtriesap18+678-141
2025-12-27 20:48client: export idb/sql constants and harden bootstraptriesap11+124-26
2025-12-27 18:40geocoder: support configurable database and connect optionstriesap5+110-19
2025-12-27 18:07nostr: align event kinds with bindings constantstriesap21+173-120
2025-12-27 17:39websql: allow configurable sql.js wasm path resolutiontriesap10+47-32
2025-12-27 15:04tangle: harden web db lifecycle and inactive pane focustriesap4+139-22
2025-12-26 21:13nostr: harden event tagging and context propagationtriesap12+145-24
2025-12-26 19:50ble: add meshnet packet helperstriesap3+125-20
2025-12-26 19:36nfc: add meshnet packet codecs and payload parsingtriesap18+540-35
2025-12-26 17:50components: add ViewStack and ViewPane primitivestriesap4+305-0
2025-12-26 15:44carousel: refactor to store-based registration and contexttriesap7+355-145
2025-12-26 14:41ble: add Web Bluetooth client APItriesap12+1385-0
2025-12-26 13:30i18n: tighten typings for payloads and translator interfacestriesap1+19-21
2025-12-26 01:55nfc: ignore build artifacts and remove node_modulestriesap8+51-71
2025-12-26 01:54nfc: add Web NFC wrapper and shared error keystriesap18+1501-2
2025-12-26 00:15web: align apps-lib and apps-lib-pwa modulestriesap82+1334-1044
2025-12-24 21:26nostr: move tag generation to wasm codectriesap18+132-296
2025-12-24 20:41nostr: replace NDK integration with @radroots/nostr packagestriesap117+2479-2054
2025-12-22 21:49workspace: streamline market lib and update depstriesap33+46-2119
2025-12-22 21:31trade: align listing stage kinds across packagestriesap9+145-120
2025-12-22 21:04apps-lib-market: use workspace protocol for internal dependenciestriesap1+8-8
2025-12-22 20:44Merge pull request #12 from radrootslabs/merge/apps-lib-marketTyson Lupul32+2899-0
2025-12-22 20:43apps-lib-market: merge importtriesap32+2899-0
2025-12-22 20:35deps: update workspace packagestriesap12+43-38
2025-12-22 16:24utils-nostr: use workspace protocol for internal dependenciestriesap1+5-5
2025-12-22 16:23utils: use workspace protocol for internal dependenciestriesap1+2-2
2025-12-22 16:23themes: use workspace protocol for internal dependenciestriesap1+1-1
2025-12-22 16:22locales: use workspace protocol for internal dependenciestriesap1+1-1
2025-12-22 16:22http: use workspace protocol for internal dependenciestriesap1+5-4
2025-12-22 16:22geocoder: use workspace protocol for internal dependenciestriesap1+5-4
2025-12-22 16:22geo: use workspace protocol for internal dependenciestriesap1+5-4
2025-12-22 16:21client: use workspace protocol for internal dependenciestriesap1+8-7
2025-12-22 16:21apps-lib-pwa: use workspace protocol for internal dependenciestriesap1+12-11
2025-12-22 16:20apps-lib: use workspace protocol for internal dependenciestriesap1+7-6
2025-12-22 16:09Merge pull request #11 from radrootslabs/migrate/geoTyson Lupul14+1206-0
2025-12-22 16:08geo: initialize geospatial utility librarytriesap14+1206-0
2025-12-22 16:06Merge pull request #10 from radrootslabs/migrate/httpTyson Lupul11+1089-0
2025-12-22 16:06http: initialize HTTP client librarytriesap11+1089-0
2025-12-22 16:02Merge pull request #9 from radrootslabs/migrate/utils-nostrTyson Lupul44+2602-0
2025-12-22 16:01merge: import utils-nostrtriesap44+2602-0
2025-12-22 16:00Merge pull request #8 from radrootslabs/migrate/utilsTyson Lupul23+1385-0
2025-12-22 15:59merge: import utilstriesap23+1385-0
2025-12-22 15:58Merge pull request #7 from radrootslabs/migrate/tsconfigTyson Lupul5+775-0
2025-12-22 15:57merge: import tsconfigtriesap5+775-0
2025-12-22 15:56Merge pull request #6 from radrootslabs/migrate/themesTyson Lupul31+2147-0
2025-12-22 15:55merge: import themestriesap31+2147-0
2025-12-22 15:55Merge pull request #5 from radrootslabs/migrate/localesTyson Lupul18+2106-0
2025-12-22 15:53merge: import localestriesap18+2106-0
2025-12-22 15:52Merge pull request #4 from radrootslabs/migrate/geocoderTyson Lupul10+1016-0
2025-12-22 15:51merge: import geocodertriesap10+1016-0
2025-12-22 15:50Merge pull request #3 from radrootslabs/migrate/clientTyson Lupul60+4353-0
2025-12-22 15:49merge: import clienttriesap60+4353-0
2025-12-22 15:49Merge pull request #2 from radrootslabs/migrate/apps-lib-pwaTyson Lupul80+5310-0
2025-12-22 15:46merge: import apps-lib-pwatriesap80+5310-0
2025-12-22 15:41Merge pull request #1 from radrootslabs/migrate/apps-libTyson Lupul38+2583-0
2025-12-22 15:39merge: import apps-libtriesap38+2583-0
2025-12-22 15:39Initial committriesap1+675-0
2025-12-22 15:19utils: remove internal geo and http utilitiestriesap6+0-460
2025-12-22 15:09geocoder: introduce `@radroots/geo` and migrate geospatial type importstriesap4+9-10
2025-12-22 15:04client: centralize indexeddb configuration, adopt shared http and geolocation modules, harden responsestriesap16+87-143
2025-12-22 14:49apps-lib-pwa: introduce `@radroots/geo` and migrate geospatial type importstriesap6+14-13
2025-12-22 14:46apps-lib: introduce `@radroots/geo` and migrate geospatial type importstriesap3+5-4
2025-12-21 23:14apps-lib: remove environment utility exporttriesap1+0-1
2025-12-21 23:10utils: unified exports behind index modules, adding async iteration, buffer conversion, media schemas, and shared utilitiestriesap28+580-579
2025-12-21 22:51client: optimized binary base64 encoding and hardened web backup, filesystem, and database operations with validated, typed errorstriesap16+304-124
2025-12-21 21:31client: add envelope-based crypto service and encrypted backup import/export across web storage layerstriesap25+1418-183
2025-12-21 04:19utils: integrated schema bindings and added utilities for geocode-to-location mapping and consistent uint8array-to-arraybuffer conversiontriesap3+33-2
2025-12-21 04:19client: standardized client library exports with centralized typed error codes, updated interfaces, and hardened web storage/crypto/http implementationstriesap43+445-294
2025-12-21 04:19apps-lib-pwa: set initial map zoom for farms preview card and center on the farm locationtriesap1+4-2
2025-12-21 01:36locales: renamed `en` error message key for registered accountstriesap1+3-2
2025-12-21 01:36utils-nostr: refactored location tag parsing and geotag generation, standardizing coordinate extraction and explicit geotag input constructiontriesap2+10-9
2025-12-21 01:36utils: standardized earth-radius usage, expanded public exports, added string capitalization utilities, introduced a media schema, and broadened file path typestriesap5+45-23
2025-12-21 01:35geocoder: refactored geocoding database query bindings to use explicit parameter mapping and consistent local namingtriesap1+9-9
2025-12-21 01:35client: standardized typed error resolves, broadened image upload mime support, and expanded database client imports for backups and relationstriesap6+60-60
2025-12-21 01:35apps-lib-pwa: refined several svelte components by standardizing naming/formatting, swapping the loading indicator, adding a conditional action buttontriesap8+30-16
2025-12-21 01:34apps-lib: refactored store and environment utilities, added blob url file path support, and hardened indexeddb key-value wrapper typingtriesap11+113-199
2025-11-21 03:36apps-lib-pwa: migrate and refactor settings view from `@radroots/apps-lib`, add trellis component system, glyph button variants, label swap control, layout wrapper, and update typestriesap19+1151-1
2025-11-21 02:59apps-lib-pwa: migrate and refactor profile edit view from `@radroots/apps-lib`triesap3+117-0
2025-11-21 02:59apps-lib: add extended input component with reactive value binding, optional persistent sync, layered styling, and pluggable validation and interaction callbackstriesap2+118-0
2025-11-21 02:32apps-lib-pwa: migrate and refactor profile view from `@radroots/apps-lib`triesap12+449-8
2025-11-21 01:38apps-lib: add ndk initialization helper and exported utilities, standardize cache and client configuration across local and global ndk storestriesap3+18-4
2025-11-21 01:14utils: refactor http response parsing with improved return typing and json-to-text fallbacktriesap1+9-6
2025-11-21 01:12client: upgrade web geolocation with policy-aware permission checks and richer error mapping, and require an explicit sanitized api base url by dropping env-based defaultstriesap5+149-34
2025-11-21 01:12apps-lib-pwa: refactor map defaults with improved geocode zoom, remove farm contact input from farm details, add circle loading indicatortriesap7+45-18
2025-11-21 01:12apps-lib: align public environment configuration key namestriesap2+8-8
2025-11-20 16:59client: add environment config, set default web client base url to configured endpointtriesap3+18-2
2025-11-20 16:44utils: update geolocation types, add object helper utilities, extend validation primitives with shared regex structure and email patternstriesap5+36-16
2025-11-20 16:44themes: refactor build script to get the package root from argvtriesap1+11-3
2025-11-20 16:43locales: add `en` localisations for backup import and export, expanding datastore and keystore labels with validation errors and success notificationstriesap3+51-6
2025-11-20 16:43client: refactor `radroots` accounts methods, extract shared nostr event header generation, update `sql.js` versiontriesap5+58-52
2025-11-20 16:42apps-lib-pwa: migrate and refactor farms add view from `@radroots/apps-lib`, add carousel componentstriesap19+1097-7
2025-11-20 16:42apps-lib: remove carousel components, add default `light` theme mode, relax i18n configuration typingtriesap5+2-48
2025-11-20 15:47geocoder: update geocoding types to geolocation point model and update `sql.js` versiontriesap4+9-9
2025-11-20 15:44apps-lib-pwa: migrate and refactor farms view from `@radroots/apps-lib`triesap13+444-36
2025-11-20 15:04client: add tangle web database client over wasm sql with typed data operations, migration tracking, backup handling, and browser bridgestriesap5+617-0
2025-11-20 14:21apps-lib-pwa: migrate and refactor home view from `@radroots/apps-lib`triesap13+455-0
2025-11-20 13:52tsconfig: update .gitignore and package metadatatriesap3+29-38
2025-11-20 13:48utils-nostr: add structured listing and job tag parsing for quantities, prices, discounts, images, locations, and relay form field normalizationtriesap7+255-71
2025-11-20 13:48utils: add http body normalization helper, extend shared types for nullable strings and storage configuration, and refine regex utilitiestriesap3+8-6
2025-11-20 13:47themes: update build tooling to version the package, add a clean command, and emit consolidated and per theme stylesheet assets into an output directorytriesap3+31-9
2025-11-20 13:47client: add shared web aes-gcm cipher for encrypted persistence, integrating keystore, sql, datastore and radroots clients, and exposing nostr keystore support via updated exportstriesap14+466-188
2025-11-20 13:47apps-lib-pwa: refactor ui package to export core components and app state backup types, update loading and select utilitiestriesap71+179-3899
2025-11-20 13:46apps-lib: add environment-based client and indexeddb keyval utilities, refactor carousel and ndk stores to shared app helpers, and expand svelte library exports and metadatatriesap23+684-453
2025-11-18 04:09locales: add/edit `en` messagestriesap2+1-2
2025-11-18 03:53utils-nostr: integrate nostr geotagging utilities into listing event tag processingtriesap2+1-2
2025-11-18 03:31utils: add geospatial, http, numeric, text, currency, unit, model, and validation utilities, and integrate external error bindingstriesap16+926-10
2025-11-18 01:32geocoder: expose geocoder as dual esm and cjs package wired to shared core result and error typestriesap12+90-99
2025-11-18 01:03themes: add typed theme presets, layout tokens, and cli-driven css generation, refreshing package exports/metadata and pruning legacy theme assetstriesap35+1374-590
2025-11-18 00:12client: add browser clients for datastore, filesystem, http, geolocation, notifications, keystore and sql with encrypted indexeddb, removing tauri adapters and unifying the module buildtriesap49+1084-1314
2025-11-17 23:53apps-lib-pwa: migrate code from `@radroots/apps-lib`, including scaffolding, keystore client, ui layoutstriesap80+4555-39
2025-11-17 23:51apps-lib: add themed ui primitives, app/carousel state, and browser/idb/geo utilities, consolidating exports and ignore rulestriesap26+1142-145
2025-11-03 21:16apps-lib-market: add comment, follower, and following data to profile load types; synchronize theme mode with system setting; refactor profile view to rebuild from indexed metadata, rendering listings with formatted quantities, prices, and location, and introducing per-listing comment display with improved ui structure and typographytriesap3+241-130
2025-11-03 08:28utils-nostr: add events and trade bindings dependencies. normalize listing tag emission by stringifying dynamic values to enforce consistent tag typestriesap2+3-1
2025-11-03 07:28utils-nostr: introduce trade listing workflow primitives with request and result builders, add job event helpers and tagging utilities, migrate types to events bindings with per-event tag modules, expand public exports, remove an obsolete dependency, and retire legacy price and quantity typestriesap31+963-156
2025-11-03 07:26utils: add text utilities providing a canonical symbol set and expose them in the public api; extend time helpers with a current-time in seconds accessor; remove the unused bindings dependencytriesap4+3-1
2025-11-03 07:26apps-lib: add svelte ui primitives for layout/icon/input, integrate icu i18n and typed fetch, implement nostr auth with streamlined idb, tighten theme state with reset and lazy init, extend types and exports, drop path aliases and an unused dependency, and include an env templatetriesap16+210-19
2025-11-03 07:24apps-lib-market: add profile and listing ui with new layout components and public exports; integrate nostr indexing managers and a reactive store. implement trade flow service covering order through receipt with request/result wiring, add app storage and theme initialization, and introduce env validation, tooling scripts, dependencies, and repository ignorestriesap28+2023-1
2025-08-14 01:31utils-nostr: edit event layers to adopt updated bindings, add explicit event kind constants, edit event subscriber payload variants, edit tags utilstriesap19+165-282
2025-08-10 06:28Initial committriesap6+766-0
2025-08-09 18:22utils-nostr: add `event` and `relay` utils, typestriesap6+112-6
2025-08-09 18:21utils: add `id` and `time` utilstriesap3+6-0
2025-08-09 18:20utils: update tsconfigtriesap4+24-11
2025-08-09 18:19tsconfig: fix module/resolution settingstriesap2+12-4
2025-08-09 18:17themes: update tsconfigtriesap4+24-11
2025-08-09 18:15locales: update tsconfigtriesap4+24-11
2025-08-09 17:25utils-nostr: add `follow` nip-02 schemas, types, event parsing utilstriesap12+106-26
2025-08-08 23:25utils-nostr: add `reaction` nip-25 schemas, types, event parsing utilstriesap7+69-9
2025-08-08 23:20utils-nostr: add `comment` nip-22 schemas, types, event parsing utilstriesap7+97-6
2025-08-08 23:13utils-nostr: update package exports, tsconfigtriesap3+4-2
2025-08-08 22:37utils-nostr: refactor adding `metadata` and `listing` utils, `ndk` utils, event tags utils, types. update tsconfigtriesap18+365-124
2025-08-08 22:33utils: update tsconfigtriesap5+16-30
2025-08-08 22:31themes: update package scriptstriesap1+1-1
2025-08-08 22:28themes: refactor `themes` updating css styles for use with tailwind css v4triesap25+577-763
2025-08-08 21:45locales: update tsconfigtriesap5+16-31
2025-08-08 21:42tsconfig: update .gitignoretriesap2+25-189
2025-08-08 21:41tsconfig: update tsconfig with `esm` and `cjs` schemas to support dual module ouputtriesap7+222-82
2025-08-08 21:01utils-nostr: add `listing` nip-99 schemas, types, and event parsing utilstriesap5+190-7
2025-08-08 21:00utils: update package scriptstriesap1+2-1
2025-08-08 20:59locales: refactor .json data files as .ts modules. update build process to use tsc with targets for esm and cjs outputstriesap12+493-487
2025-08-08 20:50apps-lib-pwa: update .gitignore, package scriptstriesap2+6-5
2025-08-08 20:49apps-lib: update package scriptstriesap1+1-1
2025-08-07 21:56apps-lib: edit `ndk` stores adding global clienttriesap1+12-7
2025-08-07 17:35utils: restructure library modules. update build process to use tsc with targets for esm and cjs outputstriesap44+93-2255
2025-08-07 17:11apps-lib: restructure library modulestriesap137+215-8576
2025-08-07 16:03utils-nostr: restructure library modules. update build process to use tsc with targets for esm and cjs outputstriesap28+215-976
2025-08-03 22:31Initial committriesap9+808-0
2025-08-03 22:18utils-nostr: update working treetriesap1+1-2
2025-08-03 22:18apps-lib: update working treetriesap4+4-4
2025-05-23 07:22locales: add `es` to localestriesap2+4-2
2025-05-23 04:18apps-lib: refactor nostr utilstriesap1+5-5
2025-05-23 04:04utils: edit package.jsontriesap1+1-1
2025-05-23 04:04themes: edit package.jsontriesap1+1-1
2025-05-23 04:04utils-nostr: edit package.jsontriesap1+1-1
2025-05-23 04:03locales: edit package.jsontriesap1+1-1
2025-05-23 04:03apps-lib: edit package.jsontriesap1+1-1
2025-05-23 04:03geocoder: edit package.jsontriesap1+1-1
2025-05-23 02:46utils: edit types, package.jsontriesap2+4-3
2025-05-23 02:45utils-nostr: add nip-22 comments events, refactor tags utils, refactor ndk utils. add/edit typestriesap6+138-55
2025-05-23 02:43locales: add/edit `en` messages. add json import assertionstriesap8+341-318
2025-05-23 02:40apps-lib: add maplibregl map type export. edit package.jsontriesap2+8-5
2025-05-23 02:38geocoder: edit .gitignoretriesap1+1-1
2025-05-15 01:19utils-nostr: add nip-25 reactions events, refactor tags utils, add nip-19 utilstriesap5+80-17
2025-05-01 03:56utils: add glyph keystriesap1+3-0
2025-04-29 05:14apps-lib: fix locale keys (2)triesap3+4-4
2025-04-29 05:07locales: add `products` to `en` messages, add/edit `en` messagestriesap6+194-70
2025-04-29 04:59apps-lib: fix locale keystriesap1+3-3
2025-04-29 04:29utils: add/edit utilstriesap8+69-13
2025-04-29 04:28apps-lib: add lib context. add farms products add view. refactor librarytriesap45+1061-366
2025-04-28 18:10apps-lib: add farms details view, edit farms views, featurestriesap6+305-42
2025-04-28 04:02apps-lib: edit farms viewtriesap1+11-11
2025-04-28 03:58client: edit iclientdatabase add `farm` methodstriesap4+110-12
2025-04-28 03:57utils: add/edit utilstriesap2+41-1
2025-04-28 03:56apps-lib: edit farm display list element feature and view typestriesap2+13-24
2025-04-28 02:52apps-lib: edit farms add viewtriesap3+8-16
2025-04-27 20:40locales: add/edit `en` messagestriesap2+12-2
2025-04-27 20:39utils: edit stylestriesap1+1-0
2025-04-27 20:36client: edit geolocation api exposing request permissions method, update packagestriesap2+14-14
2025-04-27 20:34apps-lib: edit farms add viewtriesap14+179-113
2025-04-27 05:57apps-lib: edit components, utilstriesap3+3-3
2025-04-27 05:32apps-lib: add farms add view, edit farms view, add validation utilstriesap5+282-49
2025-04-27 05:30utils: refactor zod validation schema fieldstriesap2+15-15
2025-04-27 04:51apps-lib: add farms view, edit components, types, viewstriesap12+378-254
2025-04-27 03:46locales: add/edit messagestriesap3+50-1
2025-04-27 03:44utils-nostr: add/edit utilstriesap2+14-1
2025-04-27 03:38utils: add listing order utils, add/edit utilstriesap6+180-2
2025-04-27 03:35apps-lib: edit nostr utils, servicestriesap3+43-4
2025-04-27 02:26apps-lib: add nostr relay polling utils, update components, utils, viewstriesap8+116-67
2025-04-27 00:43apps-lib: add nostr event classified subscription servicetriesap3+276-0
2025-04-27 00:21apps-lib: add swipe componenttriesap2+46-0
2025-04-26 23:45utils-nostr: add `@radroots/radroots-common-bindings` and edit classified event tags utilstriesap7+83-72
2025-04-26 19:04client: fix type importtriesap1+1-1
2025-04-17 23:58utils-nostr: fix classified tags utiltriesap1+1-1
2025-04-17 23:18utils-nostr: edit classified events tags utilstriesap2+38-21
2025-04-17 22:57utils-nostr: add nip-90 job request event utils, typestriesap3+83-10
2025-04-12 18:45utils-nostr: edit classified event adding price/quantity tags liststriesap2+5-5
2025-04-10 23:49utils-nostr: edit relay information document parsing utiltriesap1+1-1
2025-04-10 23:47apps-lib: add nostr poll relays retry handler, add/edit nostr storestriesap3+61-31
2025-04-10 22:11utils-nostr: refactor nostr key validation utiltriesap1+7-5
2025-04-10 22:10apps-lib: edit librarytriesap1+0-1
2025-04-10 22:01apps-lib: add nostr sync retry handler, nostr stores. fix missing input value component id attributetriesap4+42-7
2025-04-10 21:56client: add/edit client methods, fix incorrect nostr key add commandtriesap3+17-12
2025-04-10 17:59utils-nostr: add nostr relay servicetriesap4+58-0
2025-04-09 01:46apps-lib: refactor input components, add/edit components, types, utilstriesap10+210-81
2025-04-09 00:58client: refactor clients. migrate types from `@radroots/util`triesap8+573-614
2025-04-09 00:57utils: edit http utilstriesap1+1-1
2025-04-09 00:50utils: refactor http utils, add/edit utils. add type imports. migrate types to `@radroots/client`triesap12+40-133
2025-04-09 00:46utils-nostr: edit nostr event service, add follows and classified event ndk utils, add tags utils, add types, refactor. add `@radroots/util`triesap8+250-183
2025-04-04 11:04utils: add/edit utilstriesap2+23-1
2025-04-04 04:47locales: add/edit `en` messages, add locales.json data filetriesap8+102-192
2025-04-04 04:47utils-nostr: add nostr event service methodstriesap3+39-9
2025-04-04 04:43apps-lib: refactor to match `@radroots/util`, temporarily removes features/viewstriesap92+818-1927
2025-04-04 04:37utils: edit app utilstriesap30+366-1215
2025-04-04 03:08themes: add theme configtriesap2+27-0
2025-04-04 02:51apps-lib: edit views, add/edit view types, edit csstriesap5+20-14
2025-03-08 01:06apps-lib: edit settings view, componentstriesap3+7-24
2025-03-08 00:07apps-lib: edit profile view callback functionstriesap1+8-2
2025-03-07 16:48apps-lib: edit profile view, profile edit view. split float page button into separate components. add/edit typestriesap8+117-83
2025-03-07 15:10apps-lib: edit nostr profile view removing on mount handler and effect logtriesap2+2-9
2025-03-07 14:46apps-lib: add profile edit view. edit profile view. add/edit types, utilstriesap7+144-24
2025-03-07 13:47apps-lib: add nostr sync service. edit profile viewtriesap5+67-13
2025-03-07 11:25utils-nostr: edit typestriesap2+3-3
2025-03-07 11:00utils: edit app utilstriesap4+15-61
2025-03-07 11:00apps-lib: add view types. refactor profile view. edit components, utilstriesap5+67-46
2025-03-07 10:35utils: edit app route encoding utils, navigation route param typestriesap2+20-11
2025-03-07 10:21apps-lib: update callback route util, add types to query param storestriesap2+9-9
2025-03-07 09:55apps-lib: refactor library to use parameterized i18n translation function and locale storestriesap34+260-958
2025-03-07 09:53utils: add type exports for i18n locale and translation function. add exports to http lib utilstriesap2+14-2
2025-03-05 08:50locales: add localised `en` messages, compiled json data exportstriesap11+1045-10
2025-03-05 08:29utils: add fallback locale to i18n conftriesap2+2-0
2025-03-04 15:22utils: edit formattingtriesap1+0-1
2025-03-04 08:10apps-lib: edit query param stores, remove key_nostr storetriesap2+2-5
2025-03-04 07:50apps-lib: update imports/packagestriesap3+3-3
2025-03-04 07:49client: add `@radroots/nostr-util`, update imports/packagestriesap3+6-6
2025-03-04 07:47utils-nostr: add licensetriesap1+675-0
2025-03-04 07:47utils-nostr: migrate utils from `@radroots/util`, add minor editstriesap12+513-3
2025-03-04 07:20Initial committriesap6+123-0
2025-02-15 06:30themes: add parse theme utiltriesap2+31-18
2025-02-15 06:13apps-lib: edit profile view, add splash screen, edit components, storestriesap6+23-4
2025-02-14 06:29utils: add browser utils, edit app utilstriesap7+147-39
2025-02-14 06:29apps-lib: edit farms add view, add window safari listener, edit components, css, storestriesap12+143-32
2025-02-13 11:32utils: edit app layout keys, resolve types, utilstriesap4+49-8
2025-02-13 11:32apps-lib: add window resizer listener component, edit css app layout keys, edit components, stores, utilstriesap6+57-10
2025-02-13 06:24utils: edit i18n config utils, add validation schemas, update resolve enumstriesap7+88-61
2025-02-13 05:12apps-lib: add carousel flow local parent element and resize handlers, edit selecttriesap2+29-14
2025-02-11 07:05utils: move nostr utils to standalone packagetriesap9+0-500
2025-02-11 06:34apps-lib: fix broken import in carousel flowtriesap1+1-1
2025-02-10 12:32client: correct keys api typotriesap1+1-1
2025-02-10 11:34utils: edit app typestriesap2+0-5
2025-02-10 11:32client: edit build scripttriesap1+1-1
2025-02-10 10:20apps-lib: refactor library for app/0.0.1triesap205+6981-5789
2025-02-10 10:19utils: refactor library for app/0.0.1, migrate from direct index.ts entry to tsup compilationtriesap68+2473-1089
2025-02-10 10:16themes: edit colors, update handlers for hex string color fields, migrate from direct index.ts entry to tsup compilationtriesap10+106-82
2025-02-10 10:00geocoder: migrate from direct index.ts entry to tsup compilationtriesap7+59-22
2025-02-10 09:53client: refactor library for app/0.0.1triesap12+14-14
2025-01-29 02:37geocoder: edit geocoder connect method argumentstriesap1+1-1
2025-01-27 04:41geocoder: edit geocoder connect method adding absolute wasm load path defaulttriesap2+8-6
2025-01-16 00:20utils: edit gitignoretriesap1+1-0
2025-01-16 00:20themes: edit gitignoretriesap1+1-0
2025-01-16 00:20apps-lib: edit gitignoretriesap1+1-0
2025-01-16 00:18geocoder: edit gitignoretriesap1+1-0
2025-01-15 15:52apps-lib: use simplified model typestriesap9+46-173
2025-01-13 16:58apps-lib: refactor app libtriesap126+6375-802
2025-01-13 16:56utils: refactor utilstriesap21+730-77
2025-01-13 16:53geocoder: refactor interface, define explicit exportstriesap3+28-23
2025-01-13 16:51client: refactor core interface of app clienttriesap34+757-1013
2024-12-30 16:24tsconfig: add node tsconfigtriesap1+25-0
2024-12-27 02:23apps-lib: in-progress refactortriesap99+668-4937
2024-12-27 02:20utils: add/edit nostr utils. add ascii, model utils. edit regextriesap17+468-488
2024-12-27 02:15client: move nostr client to `@radroots/utils`. update packages, .gitignoretriesap7+3-221
2024-12-27 02:14geocoder: update .gitignoretriesap1+1-1
2024-12-27 02:14themes: update .gitignoretriesap1+1-1
2024-12-27 02:13tsconfig: update .gitignoretriesap1+1-1
2024-12-21 09:10utils: update dependenciestriesap1+1-1
2024-12-21 09:10apps-lib: update dependenciestriesap1+3-3
2024-12-21 09:10client: update dependenciestriesap1+1-1
2024-12-21 08:18client: edit tsconfigtriesap1+1-0
2024-12-12 05:19apps-lib: edit components, elements. add/edit locales, types, utilstriesap11+272-178
2024-12-09 16:32apps-lib: edit stylestriesap9+21-21
2024-12-09 16:19apps-lib: edit nav prev store assignment. edit input and text area element keydown callbacks. edit components, types, utilstriesap6+13-10
2024-12-09 07:04apps-lib: edit components, elements. add/edit locales, utilstriesap7+26-6
2024-12-09 07:03client: fix geolocation position parse method adding nullish coalescing operatortriesap1+3-3
2024-12-09 06:27utils: edit nostr utilstriesap2+5-5
2024-12-09 01:43apps-lib: add/edit components, locales, utilstriesap7+35-30
2024-12-08 17:04apps-lib: edit page header styles, edit layout view scroll handler. add page header blur store. add catch err utiltriesap5+34-4
2024-12-07 23:52apps-lib: add glyph title select label component. add/edit locales, utilstriesap7+199-143
2024-12-07 22:58apps-lib: edit page header add routable label. edit utilstriesap2+39-7
2024-12-07 22:32apps-lib: edit logo circle. add/edit localestriesap4+164-140
2024-12-07 21:59apps-lib: add button glyph primary component. edit layout trellis. add localestriesap4+30-1
2024-12-07 21:03apps-lib: add nav toolbar, page header components. add fade element. add/edit components, locales, utilstriesap8+78-2
2024-12-07 19:12apps-lib: edit localised string translation function exporttriesap7+19-18
2024-12-07 18:55apps-lib: add logo circle and tab float components. edit nav, splash screen. edit elements. add/edit locales, types, utilstriesap15+199-26
2024-12-06 05:57themes: edit tsconfigtriesap1+2-1
2024-12-06 05:56client: remove client maptriesap4+0-50
2024-12-06 05:52utils: edit tsconfigtriesap1+1-0
2024-12-06 05:43themes: add `garden` themetriesap13+284-243
2024-12-06 05:42apps-lib: edit component styles, add/edit locales, types, utilstriesap9+27-11
2024-12-06 05:41geocoder: edit tsconfig targettriesap1+1-0
2024-12-06 05:41client: edit iclientdatabase add `log_error` methods, edit iclientdialog, edit iclientgeolocationposition, add/edit iclientnostrlib methodstriesap7+88-12
2024-12-06 05:26utils: add/edit utils, update packagestriesap15+241-50
2024-12-03 11:21apps-lib: edit components features, styles, basis types. add/edit locales, types, utilstriesap10+164-147
2024-11-21 08:34apps-lib: edit component styles, add/edit locales. update packagestriesap3+146-111
2024-11-17 08:27apps-lib: edit stores, add localestriesap2+2-1
2024-11-17 08:26utils: add/edit utilstriesap2+34-10
2024-11-17 07:55utils: add/edit utilstriesap11+188-25
2024-11-17 04:10apps-lib: edit image elements, add inset white componenttriesap4+30-7
2024-11-16 09:03apps-lib: add/edit elements, types, localestriesap6+50-2
2024-11-16 08:25client: update iclientdatabase add `trade_product_media` methodstriesap2+38-2
2024-11-16 06:00client: update iclientdatabase add `media_upload` methods. add user agent header to http api. update handle error utilstriesap5+132-35
2024-11-15 01:31apps-lib: edit document utilstriesap1+14-2
2024-11-15 00:48apps-lib: add/edit document utils, locales, routestriesap5+35-10
2024-11-14 21:38apps-lib: edit component styles. add/edit locales, utilstriesap5+13-9
2024-11-14 21:37utils: add math utilstriesap1+4-2
2024-11-14 19:19client: edit iclientdatabase add model relation tables get all methodtriesap2+26-2
2024-11-14 07:48apps-lib: edit componentstriesap2+2-3
2024-11-14 07:37client: edit iclientdatabase add models get method composite list parse utiltriesap1+9-9
2024-11-14 04:41apps-lib: edit component, element styles. add localestriesap4+12-11
2024-11-13 16:16apps-lib: edit trellis components. add/edit locales, types, utilstriesap13+94-34
2024-11-13 13:00apps-lib: edit trellis styles, add trellis select component. use element responsive class. add/edit locales, types, utilstriesap27+146-93
2024-11-13 09:03apps-lib: add/edit locales, fix i18n locales filestriesap3+107-108
2024-11-13 08:19utils: add/edit utilstriesap8+157-36
2024-11-13 08:17apps-lib: add models locale, edit localestriesap3+209-57
2024-11-13 06:45apps-lib: edit envelope lower add full cover basis. edit element input, select styles. edit controls app tilt. edit carousel utils. add/edit utils, locales, stores, types. edit components stylestriesap12+61-28
2024-11-11 05:17client: update iclientdb add `trade_product_location` methods, models get one methodtriesap2+85-5
2024-11-10 06:52apps-lib: add/edit component styles. add select element temporary placeholder style. add/edit localestriesap7+20-13
2024-11-08 05:47apps-lib: edit components styles, elements styles. add/edit locales, utilstriesap9+78-60
2024-11-02 10:39utils: update hash utils with @noble/hashes dependency. edit trade utils functions, params. add/edit units utils, types. add file utils. add list utilstriesap11+189-45
2024-11-02 10:32geocoder: edit importstriesap1+1-1
2024-11-02 10:30apps-lib: edit routestriesap1+5-1
2024-11-02 10:28client: update client database add `nostr_profile_relay` methods, edit iclientdatabase types. add client fs info method. edit http client fetch method and add fetch_image method. add client device methodstriesap8+144-59
2024-11-02 07:41apps-lib: add image path element. edit controls add app tilt effect on envelope visible subscription. edit envelope lower add rendering logic and inner scroll container. edit button layout basis type. edit layout view styles. edit nav option styles. edit input element add bind value export. edit select element rendering logic. add/edit locales, stores, types, utilstriesap18+235-123
2024-10-28 15:28apps-lib: add image blob element. add badge info key and button layout components. edit button layout pair. edit envelope lower add nested scoll container and close handler. add/edit locales, utilstriesap12+216-89
2024-10-28 13:37geocoder: edit geocoder add class interface and methodstriesap4+146-41
2024-10-28 03:21utils: add math and units utils. edit trade, regex. edit global.d.tstriesap8+138-67
2024-10-28 03:20geocoder: edit global.d.tstriesap2+7-3
2024-10-28 02:27apps-lib: edit entry wrap basis type and styles. edit trellis layout line notify styles. edit select element add arrows glyph. add/edit locales, typestriesap8+70-29
2024-10-28 01:03geocoder: add global.d.tstriesap1+2-0
2024-10-28 00:43apps-lib: edit entry select styles, and select element styles. add fmt textarea value util and edit textarea element sync. add trade product key locales. add/edit locales, utilstriesap7+44-48
2024-10-27 18:50apps-lib: edit entry select component add select element and update basis type. edit layout trellis line add conditional glyph to notify. edit input element add callback blur and edit styles. edit select element add handlers and kv sync. add number utils. add/edit locales, types, utilstriesap13+158-112
2024-10-27 14:30apps-lib: edit entry multiline basis type. add handler functions to input and multiline elements. add value constrain textarea util to handle non breaking spacestriesap7+107-23
2024-10-26 21:40client: add client dialog open photos method. add client fs read binary method, edit importstriesap4+40-5
2024-10-26 19:53client: add client fs open methodtriesap2+17-3
2024-10-26 19:34apps-lib: edit entry wrap styles and basis type. fix button carousel pair stylestriesap3+3-4
2024-10-26 19:12apps-lib: add entry wrap component and edit entry components and types. edit select element. edit components, locales, styles, types, utilstriesap14+258-179
2024-10-26 19:08utils: add/edit regextriesap2+3-1
2024-10-26 19:08client: add client fs api, edit utilstriesap6+26-4
2024-10-25 11:46apps-lib: add exe iter util and update carousel increment and decrement utils. edit loading el adding 8 blade default style. edit layout trellis line basis. add/edit locales, stores, utils, styles, typestriesap39+464-347
2024-10-24 20:50apps-lib: import all from \$libtriesap32+119-80
2024-10-24 12:13utils: add utilstriesap1+26-1
2024-10-24 12:12client: add iclientlogger. edit http, keystore, nostr, os apis. update packagestriesap11+71-22
2024-10-24 12:11apps-lib: add button carousel pair, button opts display, button opts static, splash screen components. edit layout and nav components. add locales. edit stores, types, utilstriesap18+354-61
2024-10-23 17:35apps-lib: add button arrows component, edit tabs, add fill white ui el, edit locales, stores, types, add stylestriesap10+92-22
2024-10-23 02:41apps-lib: add display line component, add glyph el ui, edit entry components, edit trellis, add styles, edit stores, types, ui, utilstriesap22+170-53
2024-10-19 10:29utils: add typestriesap1+2-0
2024-10-19 10:27apps-lib: edit storestriesap1+1-1
2024-10-19 10:26client: adds client os and device apis, edit http, window apistriesap9+96-16
2024-10-18 12:39utils: add typestriesap1+1-0
2024-10-18 10:13apps-lib: update entry line component, add locales, routes, edit types, utilstriesap6+45-18
2024-10-18 10:12client: edit http fetch method adding conditional branch on response ok, json parse if response json is string type, record type for opts data. edit keystore adding entries method and update return typestriesap5+53-28
2024-10-18 00:11apps-lib: edit routes, add localestriesap4+18-5
2024-10-16 21:48geocoder: update tsconfigtriesap1+1-0
2024-10-16 21:08client: refactor client api classes for use with `tauri` crate, update tsconfigtriesap49+992-1896
2024-10-16 21:03apps-lib: edit entry, layout, trellis components. edit app controls module exports. add components, locales, stores, types, utils. edit ui componentstriesap35+535-339
2024-10-16 20:54themes: update tsconfigtriesap1+1-0
2024-10-16 20:53tsconfig: add tauri plugin tsconfigtriesap1+28-0
2024-10-16 20:53utils: edit profile name regex, edit client window mobile_y, fix parse_currency_price, add types, update tsconfigtriesap5+5-5
2024-10-11 09:45apps-lib: edit style maps, edit static css, edit types, add localestriesap5+16-4
2024-10-08 10:42utils: add window conftriesap2+24-0
2024-10-08 10:41apps-lib: edit layout components, add window conf, edit applayoutkey type, edit style maps,triesap10+61-37
2024-10-08 10:23geocoder: edit geocoder reverse method, update error message types, edit utils, typestriesap3+39-21
2024-10-08 07:59geocoder: update tsconfigtriesap1+4-2
2024-10-08 07:59apps-lib: fix trellis title type checks, update build scripttriesap2+2-2
2024-10-08 05:02apps-lib: add routestriesap1+2-2
2024-10-08 04:59apps-lib: add el to input element callback keydown, add localestriesap5+17-3
2024-10-08 04:57client: update iclientdbtriesap1+28-28
2024-10-08 04:39utils: edit geolocation functions using coordinate point type, add types, edit regextriesap6+50-27
2024-10-07 05:19apps-lib: edit stores, add locales, sort localestriesap9+140-135
2024-10-07 04:09client: refactor error handling to implement generic type errormessage, update iclientdbtriesap6+186-206
2024-10-07 04:05apps-lib: edit stores, add localestriesap3+13-6
2024-10-06 16:01geocoder: add utilstriesap3+33-29
2024-10-06 15:51Initial committriesap9+844-0
2024-10-06 10:20apps-lib: add carousel stores and utilstriesap4+62-2
2024-10-06 10:17apps-lib: add view effect utilstriesap1+9-0
2024-10-06 10:02client: update nostr profile get query list opts, fix incorrect nostr relay get query list opts keystriesap1+8-2
2024-10-06 07:13apps-lib: add textarea element ui, edit components, add localestriesap11+150-66
2024-10-05 08:10themes: add layer 1 surface focustriesap6+7-0
2024-10-05 06:57apps-lib: edit nav routing logic, edit nav option, edit layout trellis components, rename app config to app controls and move app config store assignment to `app`, add localestriesap12+87-73
2024-10-04 09:36utils: edit nostr utils, add ndk utils from `@radroots/svelte-lib`triesap7+143-48
2024-10-04 09:35apps-lib: edit query param stores, add nostr types, move ndk utils to `@radroots/utils`triesap5+20-65
2024-10-04 08:14client: edit iclientnostrlibtriesap1+1-1
2024-10-04 08:10client: edit iclientnostrlibtriesap1+4-4
2024-10-03 14:07apps-lib: add lat lng query param stores, add nostr ndk configured store, edit query param stores adding types, edit localestriesap4+15-9
2024-10-03 12:24apps-lib: add nostr relay document polling count store, edit trellis row label, edit locales, typestriesap6+21-11
2024-10-03 08:42apps-lib: add envelope buttons component, add blur component, edit css styles, add stores, routes, locales, edit layout and trellis componentstriesap11+78-10
2024-10-03 07:17apps-lib: add nostr relays connected and poll documents storestriesap2+2-2
2024-10-03 07:10apps-lib: add style maps and css styles component, add glyph circle component, edit components, types, utilstriesap12+89-62
2024-09-28 09:49apps-lib: fix, add optional chainingtriesap3+6-5
2024-09-28 09:46client: edit iclienthttptriesap1+1-2
2024-09-28 09:11client: edit iclientdb, edit iclienthttp fetchtriesap5+239-62
2024-09-28 09:08apps-lib: edit ui style maps, add css dimensions, add localestriesap6+53-29
2024-09-27 19:17apps-lib: edit trellis offset mod, edit nav option callback, edit label_swap classes, edit loading styles, edit toast stylestriesap8+52-22
2024-09-27 15:09apps-lib: edit tabs component, edit components using label_swap, edit ndk utils, add locales, routestriesap6+45-42
2024-09-27 13:59utils: add nostr utils, edit regextriesap3+50-0
2024-09-27 08:09apps-lib: edit label type, edit label_swap ui, add locales, storestriesap16+185-137
2024-09-27 06:09apps-lib: add label swap component, edit nav optiontriesap4+93-54
2024-09-26 20:25apps-lib: edit nav component option features, edit app config component, add toast ui, edit locales, stores, types, utilstriesap13+241-58
2024-09-26 17:17client: edit iclientdb models update and delete methods logictriesap1+67-25
2024-09-26 17:15apps-lib: add nav previous store, add query params stores, add routes utils, edit query params utils, add input element ui, add select element ui, add trellis input component, edit components, locales, stores, types, utilstriesap24+514-71
2024-09-26 05:14client: edit iclientdb class methodstriesap2+133-19
2024-09-23 20:55client: update sqlite classestriesap5+472-536
2024-09-22 08:10apps-lib: add envelope lower component, edit localestriesap3+52-1
2024-09-21 12:42apps-lib: edit stylestriesap1+1-1
2024-09-18 16:28apps-lib: edit components, locales, types, utilstriesap8+22-12
2024-09-17 10:58apps-lib: edit layout view and tabs components, add locales, edit types, edit uitriesap8+54-29
2024-09-17 07:16apps-lib: update input form and layout view componentstriesap3+14-8
2024-09-16 19:19apps-lib: edit tabs component, edit types, edit utilstriesap3+14-3
2024-09-16 13:10apps-lib: edit typestriesap1+1-0
2024-09-16 13:10client: edit iclienthttp apitriesap2+17-26
2024-09-16 13:09themes: add utils exportstriesap1+1-1
2024-09-15 21:01apps-lib: edit components, locales, stores, typestriesap7+47-25
2024-09-15 15:29themes: update utilstriesap2+6-5
2024-09-15 15:27apps-lib: update packagestriesap1+2-1
2024-09-15 14:37apps-lib: update packagestriesap2+1-2
2024-09-15 14:35utils: remove pnpm-lock.yamltriesap1+0-24
2024-09-15 14:34themes: remove pnpm-lock.yamltriesap1+0-24
2024-09-15 14:33client: remove pnpm-lock.yamltriesap1+0-40
2024-09-15 14:32apps-lib: remove pnpm-lock.yaml, update packagestriesap2+0-1421
2024-09-15 13:47themes: add `earth` themetriesap9+221-5
2024-09-15 12:48apps-lib: add app config componenttriesap2+25-0
2024-09-15 12:39apps-lib: add components from `app`triesap6+125-8
2024-09-15 12:25apps-lib: add stores from `app`, edit componentstriesap4+15-8
2024-09-15 10:54client: add @types/debug as dev dependency for ndktriesap1+1-0
2024-09-15 10:43client: update packagestriesap1+1-1
2024-09-13 10:25apps-lib: add vite environment variable configuration for ndk and kvtriesap4+19-6
2024-09-13 07:21client: update iclient db `trade_product` model, edit iclientdialogtriesap3+48-296
2024-09-13 07:17utils: add currency utilstriesap1+36-2
2024-09-13 06:41apps-lib: change i18n to use icu parser, add locales, edit components, types, ui, utilstriesap16+99-36
2024-09-11 17:24utils: add currency utils, edit trade utilstriesap3+55-26
2024-09-11 17:24apps-lib: edit input select allowing optional id, edit nav componenttriesap4+41-27
2024-09-11 11:49utils: add/edit utilstriesap7+115-30
2024-09-11 11:30apps-lib: add input select and notify glyph components, edit input form, edit trellis, add trade locale, add client stores, edit types, edit utilstriesap14+259-43
2024-09-07 10:02client: update iclient db, add `trade_offer` modeltriesap1+132-1
2024-09-07 09:54apps-lib: add nav component, migrate stores from `app`, include svelte kit as peer dependency, remove tsconfig compileroptions, edit global typestriesap7+145-29
2024-09-07 09:07utils: add typestriesap2+5-2
2024-09-07 08:59apps-lib: add envelope titled component, edit envelope, edit time utils, edit client utils, edit typestriesap8+96-48
2024-09-05 08:36apps-lib: add envelope component, add `common` to i18ntriesap10+177-338
2024-09-04 21:45apps-lib: edit default export naming for svelte componentstriesap10+368-69
2024-09-02 10:01apps-lib: add loading view component, change default export naming convention of svelte components for compatibility with svelte 5 syntaxtriesap4+39-14
2024-09-01 16:44apps-lib: add client utiltriesap1+6-0
2024-09-01 14:55client: remove tab spacingtriesap1+51-51
2024-09-01 14:45client: update iclient db, add `trade_product_location` modeltriesap2+52-0
2024-09-01 12:40utils: add trade utilstriesap4+6-1
2024-09-01 12:40apps-lib: add utilstriesap2+14-2
2024-09-01 10:11client: update iclient, add trade_product modeltriesap1+128-1
2024-09-01 10:03apps-lib: add input form component, add kv store, use cacheadapter with ndk store, edit typestriesap8+203-2
2024-08-31 16:21apps-lib: edit trellis title and row label typestriesap4+16-18
2024-08-31 13:40client: update iclientdialog, remove truthy response string constraint on prompttriesap1+1-1
2024-08-31 13:38apps-lib: add loading component, edit trellis row labeltriesap4+77-2
2024-08-31 10:44apps-lib: adjust svelte to version 4, change ndk store to ndksveltetriesap7+30-34
2024-08-31 09:56client: edit iclientnostrlib, return falsy string in place of throwing errortriesap1+2-2
2024-08-30 21:56client: update iclient, add `nostr_note` modeltriesap2+144-18
2024-08-30 21:19client: add iclientnostrlibtriesap4+144-3
2024-08-30 21:19utils: migrate nostr tools class to `@radroots/client`triesap3+0-119
2024-08-30 19:55client: add iclientnostrtriesap5+38-0
2024-08-30 14:45apps-lib: swap out ndksvelte due to incompatibility with svelte version 5, add ndk utils, add time utilstriesap5+22-14
2024-08-30 10:34apps-lib: add stores for ndk, add utils for ndktriesap5+86-9
2024-08-30 08:42client: update error handling using err_msg()triesap1+3-3
2024-08-29 11:20apps-lib: update trellis component classestriesap2+3-3
2024-08-29 10:47apps-lib: add app query paramaters storetriesap4+32-3
2024-08-29 10:35apps-lib: update types directory, add tabs componenttriesap5+141-67
2024-08-29 10:34utils: add missing type only import for verbatimmodulesyntax syntaxtriesap1+1-1
2024-08-29 09:37client: update capacitor sql api, adds unique constraint error messagetriesap1+19-18
2024-08-29 09:29client: edit dialog, geolocation and sql capacitor apistriesap4+32-22
2024-08-28 12:17client: update iclientgeolocation, update iclientsettingstriesap3+53-23
2024-08-28 11:58client: update iclientgeolocation, add capacitor settings apitriesap8+59-11
2024-08-28 09:42utils: add geolocation functions, fix time_created_on() to use iso formattriesap6+48-4
2024-08-28 08:33client: update iclientwifi, add methodstriesap2+18-2
2024-08-28 08:15client: update capacitorclientshare type importstriesap1+2-2
2024-08-27 17:39client: update type iclientpreferencestriesap2+3-3
2024-08-26 15:16apps-lib: update trellis stylestriesap4+9-5
2024-08-26 14:43apps-lib: update trellis stylestriesap5+17-15
2024-08-26 14:26apps-lib: update css static componenttriesap1+1-1
2024-08-26 14:24themes: add theme key and color mode parsing utilstriesap1+1-1
2024-08-26 10:53apps-lib: add trellis component, temporarily define stores in `app` libtriesap17+808-42
2024-08-26 08:17themes: add theme and color mode utilstriesap1+21-2
2024-08-26 07:17client: update type iclientpreferencestriesap1+1-0
2024-08-26 07:15client: add preferences api remove methodtriesap1+9-0
2024-08-25 12:02client: add verbatimmodulesyntax type importstriesap3+3-3
2024-08-25 11:58utils: add nostr toolstriesap8+177-2
2024-08-25 09:23apps-lib: adds client stores and utilstriesap6+61-1
2024-08-24 23:27client: add capacitor sqlite apitriesap7+387-31
2024-08-24 10:34Initial committriesap9+778-0
2024-08-23 14:06client: add capacitor camera apitriesap5+207-4
2024-08-23 13:53client: update .gitignoretriesap2+1-3
2024-08-23 13:50client: add capacitor bluetooth-le apitriesap4+81-1
2024-08-23 13:39client: add capacitor window apitriesap4+56-1
2024-08-23 13:35client: correct type namestriesap2+4-4
2024-08-23 13:33client: add capacitor http apitriesap4+75-1
2024-08-23 13:23client: add capacitor geolocation apitriesap5+58-4
2024-08-23 13:18client: add capacitor date-picker apitriesap4+34-1
2024-08-23 12:55client: add capacitor browser apitriesap4+24-2
2024-08-23 12:20client: add capacitor dialog apitriesap4+68-4
2024-08-23 10:51client: add capacitor wifi apitriesap4+62-2
2024-08-23 10:42client: add capacitor share apitriesap4+51-1
2024-08-23 10:39client: add capacitor preferences apitriesap4+34-1
2024-08-23 10:36client: add capacitor network apitriesap4+44-4
2024-08-23 10:31client: add capacitor haptics apitriesap4+52-1
2024-08-23 10:23client: add capacitor device apitriesap4+39-1
2024-08-23 10:18client: add capacitor keystore apitriesap4+60-2
2024-08-23 09:24Initial committriesap12+826-0
2024-08-22 00:15Initial committriesap13+2296-0
2024-08-21 23:57Initial committriesap16+1179-0
2024-08-20 08:09Initial committriesap5+747-0
2024-08-17 17:23Initial committriesap5+904-0