* fix embed list bullet to render at top of embed
* make it work for images/video
* fix tweet skeleton and list horizontal scroll
---------
Co-authored-by: k00b <k00b@stacker.news>
This function can be removed because it will never do anything when called.
It does not do anything for wrapped invoices, and it will never get called for direct payments (since we don't know when the invoice was paid).
These are the only two payment methods for the RECEIVE paid action since 5a8804d.
* Add Territory Sub management tab in Subscriptions
* don't use queryRawUnsafe
* auto width on select
* separate into pages for browser nav
* fix multiple separators
* simplify queries
---------
Co-authored-by: k00b <k00b@stacker.news>
* Add lnbits-v1
* use v1 in dev when specified
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
Co-authored-by: k00b <k00b@stacker.news>
* Use dnsmasq to create virtual hosts and mock DNS management for custom domains
- dnsmasq docker image
- dnsmasq network bridge
- point *.sndev to 127.0.0.1
- set-dnsmasq script
- -- add/remove/list dns records in dnsmasq.conf
- add 'domains' to sndev
- 'sndev domains dns' referencing set-dnsmasq script
* restart dnsmasq if add/remove succeeded
* add domain to /etc/hosts; cleanup
* tell if the command needs sudo permission
* add directions for dnsmasq DNS server usage
* add --no-hosts flag to skip asking to edit /etc/hosts
* add domains command to README.md
* add dnsmasq instructions to README.md
* correct exit on usage function; final cleanup and comments
* portable bash; use default network for dnsmasq; set a version for dnsmasq image
* POSIX compliance, add env var to .env.development, adjust README
* ignore dnsmasq.conf edits, use template instead
* use extra configs for dnsmasq, more POSIX compliance
* fix --no-hosts flag recognition, light cleanup
* shift 4 only if the command has enough args; more error messages; adjust TXT type only on list
* different sed syntax for macOS
* feat: add exact search for quoted phrases/words
* feat: get some highlighting for exact search
* feat: Add exact search for title and text fields in OpenSearch
* simplify and make it work with nlp script
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
Co-authored-by: k00b <k00b@stacker.news>