Andrew Camilleri
0936812df0
Fix date time issues on crowdfund.payment requests ( #808 )
...
* fix some conditional display bugs in crowdfund
* bump flatpickr
* make clear button show up even with flatpickt fake input ui
* update uis to specify date value in specific format and use custom format for flatpickr display and use moment to parse date instead
* fix remaining public ui date issues
2019-05-07 17:01:37 +09:00
Andrew Camilleri
19a990b095
Add U2f Login Support ( #787 )
...
* init u2f
* ux fixes
* Cleanup Manage Controller
* final changes
* remove logs
* remove console log
* fix text for u2f
* Use Is Secure instead of IsHttps
* add some basic u2f tests
* move loaders to before title
* missing commit
* refactor after nicolas wtf moment
2019-05-02 21:01:08 +09:00
rockstardev
e96d34f741
New QR Code component, fixes scanning of long lightning invoices
2019-03-08 16:19:39 -06:00
Kukks
bffc2e70c1
use summernote instead
2019-01-08 13:52:30 +01:00
Kukks
5341da28d9
add date time picker
2019-01-04 12:58:29 +01:00
Kukks
e4b9895ba7
add rich text and options
2019-01-02 12:47:06 +01:00
Kukks
8a646d85c6
fix bundles
2019-01-02 09:03:20 +01:00
Kukks
26f0c488e5
hook up proper payments to events and super crazy ux shit
2018-12-28 23:12:16 +01:00
Kukks
e97bb9c933
work on vue and signalr fro crowdfund
2018-12-27 20:19:21 +01:00
Kukks
9cb50446f4
update bootstrap to 4.2.1
2018-12-22 16:55:24 +01:00
Andrew Camilleri
f23e2a3ec4
async i18n and json translation format ( #369 )
...
* start working on loading locales async and as json
* finish off langs and UI
* fix path
* fix tests
2018-11-09 16:48:38 +09:00
rockstardev
5b5a2e8c25
Reorganizing Javascript code and references
2018-08-22 11:10:46 +02:00
rockstardev
33d18a3278
Displaying payment method name during checkout
...
Ref: https://github.com/btcpayserver/btcpayserver/issues/152
2018-07-13 15:58:59 -05:00
nicolas.dorier
6ea2d9175d
hamburger menu should not be black
2018-07-12 16:34:09 +09:00
nicolas.dorier
5ee9a92f1e
Do not use external website for highlightjs
2018-07-12 01:20:44 +09:00
lepipele
ba7e8cfe78
Removing Merriweather as default body font, back to Arial
...
Ref: https://forkbitpay.slack.com/archives/C6PSCRFAM/p1524130675000104
2018-04-19 10:04:59 -05:00
lepipele
d19b78b6cc
Moving Creative Start files to dedicated folder
2018-04-17 17:23:33 -05:00
lepipele
7df3c86649
Tweaking primary color now that creative.css no longer overrides
2018-04-17 16:29:05 -05:00
lepipele
c6e0a923bb
Unifying bg-dark style, cleaning up references to extra colors
2018-04-17 16:22:20 -05:00
lepipele
2432834f3d
Updating BundleMinifier, now supporting CSS variables
2018-04-09 23:13:14 -05:00
nicolas.dorier
1ddf47256f
Show more invoices on the invoice page, better search button
2018-04-09 17:53:43 +09:00
nicolas.dorier
25fe32c3f8
Add border to table
2018-04-09 17:43:33 +09:00
lepipele
48832f9ac3
Updating tables not to have top border and margin as requested
2018-04-08 00:06:47 -05:00
lepipele
9c798fc2e2
Bootstrap 4 custom theme to address issues from #106
...
Including SCSS variable changes in case we eventually want to
generate results CSS from Bootstrap SCSS
2018-04-08 00:05:00 -05:00
lepipele
4704587f0a
Removing unused Bootstrap 4 flavors and versions
2018-04-07 23:53:08 -05:00
lepipele
49200a4a9c
Removed old Bootstrap, no longer needed
2018-04-06 00:16:27 -05:00
lepipele
f9cc29f014
Removing CSS variables until NUglify is merged for bundling
...
Ref: https://github.com/madskristensen/BundlerMinifier/issues/306
2018-04-05 22:56:18 -05:00
lepipele
e832ce5b4a
Adding Bootstrap 4 to solution
2018-04-03 23:29:59 -05:00
lepipele
28b820241f
Integrating dropdown for language selection
...
So hard to find good jquery alternative that drops up
2018-03-22 00:07:30 -05:00
lepipele
fe55acb268
Reorganizing Checkout page resources and adding i18n libs
2018-03-20 13:24:11 -05:00
lepipele
b6138b36be
Restoring Unobtrusive Jquery validation
2018-02-27 17:03:29 +09:00
lepipele
68ca162dd3
Cleaning up JS/CSS references on Checkout page
2018-02-27 16:39:15 +09:00
Nicolas Dorier
a464a8702b
Merge pull request #42 from Eskyee/patch-2
...
bootstrap.min.css deleted last line
2018-01-26 07:02:35 +01:00
Esky33
698b3c46cd
bootstrap.min.css deleted last line
...
deleted this line
/*# sourceMappingURL=bootstrap.min.css.map */
because of a debug error in browser's
[Error] Failed to load resource: the server responded with a status of 404
(Not Found) (bootstrap.min.css.map, line 0)
https://btcpay-server-testnet.azurewebsites.net/vendor/bootstrap/css/bootstrap.min.css.map
2018-01-26 01:19:58 +00:00
Esky33
df81051d07
bootstrap.css deleted last line
...
deleted this line
/*# sourceMappingURL=bootstrap.css.map */
because of a debug error in browser's
[Error] Failed to load resource: the server responded with a status of 404
(Not Found) (bootstrap.css.map, line 0)
https://btcpay-server-testnet.azurewebsites.net/vendor/bootstrap/css/bootstrap.css.map
2018-01-26 01:12:52 +00:00
lepipele
f8189c64a4
Non blocking modal that shows sync progress
...
Ref: https://forkbitpay.slack.com/archives/C7M093Z55/p1515557792000053
2018-01-16 10:37:06 -06:00
nicolas.dorier
b649ae0a1e
fix linter issues
2017-10-27 17:54:56 +09:00
nicolas.dorier
4deb7c3270
Adopt dotnet core editorconfig, big reformating
2017-10-27 17:53:04 +09:00
NicolasDorier
6240abbb7b
Improve mobile view navbar
2017-09-15 21:56:17 +09:00
NicolasDorier
b5c6ed3860
Init
2017-09-13 15:55:16 +09:00