evazion
7bfea5cd19
js: drop stupidtable plugin.
...
This was only used on the saved search index. It let you click on column
headers to sort the table by that column. This doesn't make sense now
that saved searches are paginated.
2020-07-08 11:31:45 -05:00
evazion
e6e2813f73
Update ruby gems and yarn packages.
2020-07-08 11:25:48 -05:00
evazion
57dcd9ee1a
Remove unused gems and yarn packages.
2020-06-30 23:44:03 -05:00
evazion
1760d1fc73
js: upgrade jquery to 3.5.1.
...
Changelog:
* https://blog.jquery.com/2020/05/04/jquery-3-5-1-released-fixing-a-regression/
* https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
2020-06-30 23:42:37 -05:00
evazion
efe5111a9e
js: bundle jQuery with Webpack.
...
Include jQuery in our Webpack bundle instead of loading it from CDNJS.
This means we no longer load any Javascript libraries from third party
sites.
2020-06-30 23:41:47 -05:00
evazion
94490eb57f
Fix #4492 : Switch from qtip2 to tippy.js.
2020-06-30 22:40:40 -05:00
evazion
fde6e39213
Update ruby gems and yarn packages.
2020-06-29 17:46:28 -05:00
evazion
504edff14b
Update ruby gems and yarn packages.
2020-06-21 18:49:08 -05:00
evazion
ae7fc7d1bc
Update eslint to 7.0, add babel-eslint plugin.
...
Add babel-eslint plugin so that eslint can recognize optional chaining
syntax (a?.b).
2020-06-19 02:25:28 -05:00
evazion
ed152a780b
Upgrade ruby gems and yarn packages.
2020-06-16 00:38:09 -05:00
evazion
470c3edd94
Upgrade ruby gems and yarn packages.
2020-06-09 01:21:56 -05:00
dependabot[bot]
1f16ec67ba
build(deps): bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-06-06 22:52:37 +00:00
evazion
6b490cacba
Update ruby gems and yarn packages.
2020-06-01 13:03:28 -05:00
evazion
8f10fb99f4
Merge pull request #4482 from BrokenEagle/add-monospace-font
...
Add monospace font
2020-05-25 19:34:55 -05:00
BrokenEagle
8cab65367c
Added mono font
2020-05-25 19:15:35 +00:00
evazion
66a66cc952
Update ruby gems and yarn packages.
2020-05-25 01:10:49 -05:00
evazion
127bd9866d
Update ruby gems and yarn packages.
2020-05-04 02:34:42 -05:00
evazion
1ccefa613f
Update ruby gems and yarn packages.
2020-04-27 19:12:16 -05:00
evazion
8c3d979a8d
Update ruby gems and yarn packages.
2020-04-21 00:31:16 -05:00
evazion
432668ddef
Update ruby gems and yarn packages.
2020-04-15 01:18:41 -05:00
evazion
98e84d83fb
Update ruby gems and yarn packages.
2020-04-06 14:13:22 -05:00
evazion
e957fccd7f
Update ruby gems and yarn packages.
2020-03-31 21:57:34 -05:00
evazion
353c2e4bae
Update ruby gems and yarn packages.
2020-03-29 15:58:04 -05:00
evazion
27f10d53d6
Update ruby gems and yarn packages.
2020-03-23 01:48:59 -05:00
evazion
ef43b276b3
Update ruby gems and yarn packages.
2020-03-18 03:31:45 -05:00
evazion
4b30e644bb
Update ruby gems and yarn packages.
2020-03-14 21:17:58 -05:00
evazion
1385e60f8c
Update ruby gems and yarn packages.
2020-02-16 13:08:23 -06:00
evazion
4ed716e90d
Update ruby gems and yarn packages.
2020-02-10 17:11:38 -06:00
evazion
796efccbf4
Update ruby gems and yarn packages.
2020-01-12 13:13:03 -06:00
evazion
9f4ac4c96a
js: replace jquery-ujs with @rails/ujs.
2020-01-09 22:15:18 -06:00
evazion
1d26fdab79
Update gems and yarn packages.
2020-01-06 01:22:41 -06:00
evazion
a58dd83ad7
Update ruby gems and yarn packages.
2019-12-22 17:33:52 -06:00
evazion
c96565dac2
Update gems and yarn packages.
2019-12-15 17:53:05 -06:00
evazion
f73bd03576
Update yarn packages.
2019-12-13 19:06:40 -06:00
evazion
f8e109f6dc
Update gems and yarn packages.
...
Remove *.scss.erb loader because it's now supported natively by
webpacker.
2019-11-26 01:58:57 -06:00
evazion
b43008a506
notes: add multiple new fonts ( #4212 ).
...
Add the following fonts:
* Comic (Comic Relief)
* Slab Sans (Anton)
* Slab Serif (Rokkitt)
* Formal Serif (Lora)
* Formal Cursive (Petit Formal Script)
* Print (Kalam)
* Hand (Indie Flower)
* Narrow (Archivo Narrow)
* Blackletter (Unifraktur Maguntia)
Add the following font aliases:
* Comic Sans MS is aliased to Comic Relief.
* Arial Narrow is aliased to Archivo Narrow.
* Rockwell is aliased to Rokkitt.
* Impact is aliased to Anton.
2019-11-26 01:27:41 -06:00
evazion
fedb525305
notes: add fallback font for comic sans ( #4212 ).
2019-11-16 22:43:16 -06:00
evazion
f075e63573
Merge pull request #4200 from r888888888/dependabot/npm_and_yarn/jquery-3.4.1
...
build(deps): bump jquery from 3.3.1 to 3.4.1
2019-10-28 21:28:09 -05:00
evazion
e4787229fd
Merge pull request #4202 from r888888888/dependabot/npm_and_yarn/fstream-1.0.12
...
build(deps): bump fstream from 1.0.11 to 1.0.12
2019-10-28 21:27:50 -05:00
dependabot[bot]
2cfcd96639
build(deps): bump fstream from 1.0.11 to 1.0.12
...
Bumps [fstream](https://github.com/npm/fstream ) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases )
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-10-29 01:15:07 +00:00
dependabot[bot]
32d39dc248
build(deps): bump eslint-utils from 1.4.0 to 1.4.3
...
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils ) from 1.4.0 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases )
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-10-29 01:15:04 +00:00
dependabot[bot]
df8abeeef0
build(deps): bump jquery from 3.3.1 to 3.4.1
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.3.1 to 3.4.1.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-10-29 01:15:00 +00:00
evazion
103742eb6c
Fix #4058 : FontAwesome CDN is slow/blocking.
...
Switch to the free self-hosted version of FontAwesome. We're not using
any Pro icons, so the Pro version isn't necessary.
2019-10-22 12:02:26 -05:00
evazion
60eaa99784
css: add stylelint.
2019-10-02 01:52:24 -05:00
evazion
f2937e3d27
js: update yarn packages.
2019-08-18 11:24:42 -05:00
evazion
d812020030
js: migrate stupidtable and jquery-hotkeys to yarn.
2019-08-14 01:46:43 -05:00
evazion
fccb6cda27
js: migrate dropzone to yarn.
...
Also fixes a bug where sometimes the dropzone widget didn't work because
of late loading caused by the `<script async>` tag.
2019-08-14 01:46:43 -05:00
evazion
504f785edc
Fix #4115 : Upgrade to webpack 4.x.
...
https://github.com/rails/webpacker/blob/master/docs/v4-upgrade.md
2019-07-31 20:17:14 -05:00
Albert Yi
0c791a1257
upgrade webpack-dev-server
2019-01-30 14:05:33 -08:00
Albert Yi
26aff41738
update gems + yarn
2019-01-30 14:04:33 -08:00