-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add createFarm in chain & client * Add farms page layout & route * Add getUserFarms * Implement addFarmIP, removeFarmIP, addPublicConfig, addStellarAddress in chain & client * Create grid store & set it in profile store * add getUserNodes * Render farm tables, route component if grid is set * Fix expand tables, add public ips table * Remove getUserNodes * Create add ip, create farm & public ips table. Edit user farms. * Add get-ip-range package * fix add ip * Add custom toast, fix add & delete IP * Add farm actions, fix addStellarAddress * Add node details * Edit addConfig, add public config & set extra fees components * Fix node uptime * Fix uptime type in node.ts * Fix expanded in user nodes, Fix minting details * Fix reciept uptime * Fix farms table expand, change its return type. Fix public ips values * Fix typo, edit farm details styling * edit remove ip dialogue * Add IP validation, fix range, emit add & remove ip * Fix tables * EDit public cofig validation, add btns loading, edit props & addConfig in grid & chain * Use server side farms table, unify dialogue style, use node details, remove uptime progress * Fix search farm, disable sorting, edit farms table to be server side * Resolving comments * Resolving comments * Seperating global css. * Unify dialogue styles * Fixed prop types, fixed validation, * edited public config prop type & fixed its validation. * Update stellar once its set * Added info toast once stellar is added. reload table once updated. * Check for nodes before setting uptime, add button loading * Add tooltip tp add_ip inputs * Check balance before extrinsics, fix types in grid & chain * Update farms table on create farm, add loading to create btn * Add patchExtrinsic return type, fix config types * fix farm name validation, add toast on error, fix status color * Edit min extra fee, change expansion title color * Edit extra fee decorators, fix delete ip dialogue * Fix delete ip, fix return farm type, refactor node.ts * Fix add IP range, fix table update * Fix removePublicConfig, relax config validation in client, fix IPublicConfig type, Fix config binding * Edit public config validation * Add farm minting receipts, fix node uptime * Edit public config validation * resolving comments * Replace batch w batchAll in add ip * Fix public config null error, retrive contractId in PublicIP type and make it optional * Fix add/remove config * Update config pop up on add/remove * Edit addIP request on range
- Loading branch information
1 parent
a0c4980
commit f13a6f0
Showing
27 changed files
with
2,518 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.