Wire up billing navigation.
[?]
Feb 2, 2021, 1:15 AM
VTZT2ILU7VWP5EY4526HU72Z5HZB6VRVQIVJJTB6Q5NL2AUFZRSACDependencies
- [2]
ANDJ6GEYAdd billing component skeleton. - [3]
NJNMO72SAdd zcash.com submodule and update client to modern halogen. - [4]
WRPIYG3EUse project listing functionality to check for whether we have a cookie. - [5]
QH4UB73NFormat with purty. - [6]
NAFJ6RB3Minor module reorg. - [7]
PPW6ROC5Render project data - [8]
SAESJLLYInitial experiments in hash routing. - [9]
U7YAT2ZKAdd error reporting to signup form. - [10]
PT4276XCAdd logout functionality. - [11]
AAALU5A2Fix client routing - [12]
GLQSD33YUse mock capability for overview init. - [*]
EA5BFM5GSplit Login component into its own module. - [*]
RB2ETNIFAdd skeletal PureScript client project. - [*]
7TQPQW3NBegin adding parsing for project detail. - [*]
QAC2QJ32Add project overview page to client. - [*]
TKGBRIQTLogin component now raises LoginComplete message.
Change contents
- replacement in client/package-lock.json at line 1918
"version": "1.0.30001114","resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001114.tgz","integrity": "sha512-ml/zTsfNBM+T1+mjglWRPgVsu2L76GAaADKX5f4t0pbhttEp0WMawJsHDYlFkVZkoA+89uvBRrVrEE4oqenzXQ==","version": "1.0.30001181","resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001181.tgz","integrity": "sha512-m5ul/ARCX50JB8BSNM+oiPmQrR5UmngaQ3QThTTp5HcIIQGP/nPBs82BYLE+tigzm3VW+F4BJIhUyaVtEweelQ==", - edit in client/src/Aftok/Api/Billing.purs at line 11
import Data.Interval.Duration (Duration) - edit in client/src/Aftok/Api/Billing.purs at line 31
import Aftok.Zcash( Zatoshi ) - edit in client/src/Aftok/Api/Billing.purs at line 55
data Recurrence= Annually| Monthly Int| Weekly Int| OneTime - replacement in client/src/Aftok/Api/Billing.purs at line 63
{{ name :: String, description :: String, recurrence :: Recurrence, amount :: Zatoshi, gracePeriod :: Duration, expiryPeriod :: Duration - replacement in client/src/Aftok/Billing.purs at line 102
[ HH.text "Your project's payment requests & payments" ][ HH.text "Your project's payment requests & payments" ] - file addition: Zcash.purs[14.1]
module Aftok.Zcash wherenewtype Zatoshi = Zatoshi Int - edit in client/src/Main.purs at line 26
import Aftok.Billing as Billing - replacement in client/src/Main.purs at line 47
mainComponent = component liveSystem login signup timeline project overviewbilling = Billing.mockCapabilitymainComponent = component liveSystem login signup timeline project overview billing - edit in client/src/Main.purs at line 61
| VBilling - edit in client/src/Main.purs at line 70
, VBilling <$ lit "billing" - edit in client/src/Main.purs at line 79
VBilling -> "billing" - edit in client/src/Main.purs at line 108
, billing :: Billing.Slot Unit - edit in client/src/Main.purs at line 118[3.308276][18.1181]
_billing = SProxy :: SProxy "billing" - edit in client/src/Main.purs at line 130
Billing.Capability m -> - replacement in client/src/Main.purs at line 132
component system loginCap signupCap tlCap pCap ovCap =component system loginCap signupCap tlCap pCap ovCap bcap = - edit in client/src/Main.purs at line 169
VBilling ->withNavBar$ HH.div_[ HH.slot _billing unit (Billing.component system bcap pCap) st.selectedProject (Just <<< ProjectAction) ] - edit in client/src/Main.purs at line 230
, { label: "Billing", path: "billing" }