Commit Graph

33 Commits

Author SHA1 Message Date
e586fe033d Add '.woodpecker.yml' 2022-11-11 08:09:57 +00:00
7f4bb68b9d
full reformat 2022-03-30 10:45:15 +02:00
547b7b375a
add conditional put 2022-03-30 09:36:59 +02:00
b4fcbdfef8
fix intendation in accounts.rs 2022-03-26 17:19:04 +01:00
36e35768c1
do not show account details if there are no accounts 2022-03-26 17:17:43 +01:00
9e37ddc955
fix device width on mobile 2022-03-26 17:11:17 +01:00
2808fb490a
make the layout more responsive 2022-03-26 16:31:43 +01:00
430547f821
fix layout switching between grid and flexbox 2022-03-26 16:13:18 +01:00
4f1b866ca5
align account title properly 2022-03-26 12:38:27 +01:00
4130d36472
only enable transfer button if a valid transfer account is selected 2022-03-26 12:36:06 +01:00
7413f09170
update readme 2022-03-26 11:43:01 +01:00
39e06ae504
update readme [skip ci] 2022-03-26 11:28:30 +01:00
c16812c719
add wasm32-unknown-unknown rust target 2022-03-26 11:27:44 +01:00
f2208c4bec
install build dependencies in build pipeline (should be in its own container but ok for now) 2022-03-26 11:12:45 +01:00
602ff3595d add makefile for static compilation 2022-03-26 11:00:13 +01:00
368e3b2b30 run cargo fmt 2022-03-26 07:57:57 +01:00
8cf6fbce57 remove margins for titles 2022-03-26 07:56:55 +01:00
385f3dff6f describe http-client in readme 2022-03-25 19:23:58 +01:00
8bcd555d71 add http-client 2022-03-25 19:18:55 +01:00
ac2904588c transfering -> transferring 2022-03-21 08:14:43 +01:00
e61af0b463 Update LICENSE 2022-03-19 11:41:18 +00:00
5eeca85984
remove test dependency on anyhow Result type in bank 2022-03-19 10:51:08 +01:00
c109f846ed prune dependencies 2022-03-19 10:48:02 +01:00
84ba5385cf Add 0BSD license, to get rid of the default no permission copyright (0CC is not recommended for software). 2022-03-19 09:26:05 +00:00
c7994d7fdf Update .gitlab-ci.yml file 2022-03-19 09:17:31 +00:00
9b40d46f17 Update .gitlab-ci.yml file 2022-03-19 09:15:10 +00:00
65555fb5c7 Update .gitlab-ci.yml file 2022-03-19 09:07:51 +00:00
2b12c46618 Update .gitlab-ci.yml file 2022-03-19 09:06:04 +00:00
9248c25f68
typo corrections in readme 2022-03-19 10:02:39 +01:00
ad79f4f086
add readme 2022-03-18 19:51:17 +01:00
dac95b7dae
Implement the http variant of the bank server.
During that process, many shortcomings with the socket server and the
bank lib were fixed.

I am aware a massive commit like this is not ideal.
2022-03-18 19:35:34 +01:00
c69654a924 split bank ad socket server up 2022-03-16 09:51:29 +01:00
3d9c98eeca
initial commit 2022-03-12 16:19:54 +01:00