Nicolas Dorier
aeaaa2f7d5
Merge pull request #1769 from msafi/check-in-vscode-debug-configurations
...
Check in VS Code debug configurations
2020-07-27 11:30:46 +09:00
Nicolas Dorier
89c39d15de
Merge pull request #1773 from bolatovumar/fix/1770
...
Add margin to "Delete this store" button
2020-07-27 11:30:01 +09:00
Nicolas Dorier
2cabc63752
Merge pull request #1774 from Eskyee/patch-10
...
Update .gitignore all the .DS_Store files
2020-07-27 11:29:39 +09:00
Umar Bolatov
e03311e5ec
Add margin to "Delete this store" button
...
fix #1770
2020-07-25 19:15:46 -07:00
Esky33
810e12f474
Update .gitignore all the .DS_Store files
...
.gitignore all the .DS_Store files in every folder and subfolder - improves UX
If you are using macOS, visual studio, visual code, rider, your system appends the .DS_Store file in your directories. It’s not a big issue, but often you need to exclude these files explicitly in your .gitignore file, to prevent any unnecessary files in your commit.
notice for btcpay Mac dev users..
This will never allow the .DS_Store file to sneak in your git.
But, if it's already there, you can write in your project terminal:
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
then commit and push the changes to remove the .DS_Store from your remote repo:
git commit -m "Remove .DS_Store from everywhere"
git push origin master
2020-07-26 00:30:34 +01:00
M.K. Safi
60157eb70c
Remove .NET Core Attach debug configurations
2020-07-25 10:11:30 -07:00
M.K. Safi
1f3f456123
Fix JSON indentations
2020-07-25 10:07:47 -07:00
M.K. Safi
97b7d920cb
Check-in .vscode/extensions.json
2020-07-25 10:07:03 -07:00
Nicolas Dorier
3ffd79c279
Merge pull request #1762 from dennisreimann/readmes
...
Minor README improvements
2020-07-25 14:36:55 +09:00
Nicolas Dorier
09c7b2a5e4
Merge pull request #1772 from bolatovumar/feat/1771
...
Add pagination to wallet transactions page
2020-07-25 14:03:56 +09:00
Umar Bolatov
df1447b917
Add pagination to wallet transactions page
...
close #1771
2020-07-24 21:39:30 -07:00
M.K. Safi
22f22c0fa0
Set logging.moduleLoad
to false
2020-07-24 12:53:36 -07:00
M.K. Safi
272de60f9f
Edit .gitignore
2020-07-24 10:15:31 -07:00
M.K. Safi
b40dd46871
Check-in VS Code debug config files
2020-07-24 10:13:34 -07:00
Andrew Camilleri
310f6a385c
fix null instance on invoice when using paymentCurrencies ( #1766 )
...
fixes #1765
2020-07-24 08:16:41 +02:00
Dennis Reimann
6245684801
Improve Pull Payment view
2020-07-23 17:15:08 +02:00
Dennis Reimann
79f0e5768b
README: Use two rows for supporters
2020-07-23 09:47:05 +02:00
Dennis Reimann
967f28542f
Minor README improvements
2020-07-23 09:47:04 +02:00
Nicolas Dorier
df413d1af0
Merge pull request #1761 from dennisreimann/store-ui
...
UI updates: Manage store
2020-07-23 16:28:11 +09:00
Dennis Reimann
a3b4ceba50
Improve update store view
2020-07-22 15:31:09 +02:00
Dennis Reimann
2496ec73bf
Improve checkout experience view
2020-07-22 15:30:58 +02:00
Dennis Reimann
f84fe82f9b
Improve list API tokens view
2020-07-22 15:29:58 +02:00
Dennis Reimann
c5a073cee8
Improve enable paybutton view
2020-07-22 15:29:24 +02:00
Dennis Reimann
ed81a17039
Code formatting
2020-07-22 15:29:03 +02:00
Dennis Reimann
22f8c4b88b
Render messages only when present
2020-07-22 15:28:31 +02:00
Nicolas Dorier
27d7d03d4c
Merge pull request #1745 from dennisreimann/recovery-seed
...
Recovery seed
2020-07-22 20:55:20 +09:00
Nicolas Dorier
ca8d83099f
Merge pull request #1752 from dennisreimann/login
...
Login/register view improvements
2020-07-22 20:53:01 +09:00
Nicolas Dorier
3b250dbbd0
Merge pull request #1759 from bolatovumar/fix/1758
...
Place status message in correct positions for cart and static versions of POS app
2020-07-22 20:47:43 +09:00
Umar Bolatov
bc0215b647
Place status message in correct positions for cart and static versions of POS app
...
fix #1758
2020-07-20 20:32:26 -07:00
Umar Bolatov
25527ec1dd
Use nameof() instead of strings
2020-07-20 20:02:14 -07:00
Dennis Reimann
9e1ac8cd28
Update test
2020-07-20 17:46:25 +02:00
Dennis Reimann
8688334f0d
Update views dependent on simple layout
2020-07-20 16:53:49 +02:00
Dennis Reimann
8d6a70ed7b
Minor login/register adjustments
2020-07-20 15:20:23 +02:00
Umar Bolatov
36e3eeecaa
Allow sorting apps by store, name or app type
...
close #1568
2020-07-19 15:20:18 -07:00
nicolas.dorier
25d08c1a71
Fix swagger doc for approve payout
2020-07-19 15:56:15 -05:00
Dennis Reimann
7c1d0f2e8f
Recovery seed page improvements
2020-07-19 15:52:57 +02:00
Dennis Reimann
0e8cd20533
Login/register/error view updates
2020-07-19 14:28:07 +02:00
Dennis Reimann
6bc5c05cf3
Fix text and test
2020-07-17 18:00:10 +02:00
Dennis Reimann
dbf6676115
Recovery seed page improvements
2020-07-17 18:00:09 +02:00
Dennis Reimann
188774f30a
Seed-lookup related test fixes
2020-07-17 18:00:08 +02:00
Dennis Reimann
cfef1f3432
Add separate recovery seed backup view
...
fix
2020-07-17 18:00:07 +02:00
Dennis Reimann
892ea0e9af
Login/register view improvements
...
Consistently aligned the texts centered and moved the Tor URL button below the form.
2020-07-17 17:51:25 +02:00
Nicolas Dorier
f6549cda33
Merge pull request #1749 from btcpayserver/invoicepref
...
Save the latest search on invoices
2020-07-17 19:16:36 +09:00
rockstardev
9fb83f268b
Fixing Unfiltered link to leverage empty string for clear
2020-07-17 04:32:33 -05:00
Nicolas Dorier
31d927c93d
Merge pull request #1750 from britttttk/rbf-doc
...
Use BTCPay doc for RBF tooltip
2020-07-17 16:46:51 +09:00
Nicolas Dorier
16977009ea
Merge pull request #1751 from bolatovumar/feat/1743
...
Allow selecting all notifications on the page at once
2020-07-17 15:35:05 +09:00
Umar Bolatov
08db3b1613
Allow selecting all notifications on the page at once
...
close #1743
2020-07-16 21:52:40 -07:00
britttttk
32c6228dfa
Use btcpay doc for rbf tooltip
2020-07-16 22:38:19 -06:00
nicolas.dorier
f3700c39e3
Save the latest search on invoices
2020-07-17 13:24:41 +09:00
Nicolas Dorier
7d0aa8d91f
Merge pull request #1729 from xpayserver/feat/enhance-monero
...
Show sync progress for monero and show amount of monero payment
2020-07-17 12:45:22 +09:00