Trevor Buckner
7200889d8c
Restore recent snippet changes from after this PR
2022-05-17 23:42:15 -04:00
Trevor Buckner
253db8304a
Make dropdown close on clickoutside, not mouseout
...
Accomplished by adding an onClick event listener to the whole document and then closing if the click was not inside the dropdown.
2022-05-16 23:07:38 -04:00
Trevor Buckner
a17a9ac0a0
lint
2022-05-16 01:41:31 -04:00
Trevor Buckner
4f6555b522
Merge snippets between theme and basetheme
...
- Current theme has preference over the base theme
- Snippets with the same name are overwritten by the current theme.
- If the overwritten snippet has no `gen` property (or `gen` is falsy), it will remove the base Theme snippet.
- Snippets not overwritten will carry over from base Theme
- New snippets will be added on to base Theme
2022-05-16 01:40:40 -04:00
Trevor Buckner
4167026ca7
Point to new theme location for user page
2022-05-16 00:01:34 -04:00
Trevor Buckner
ef7b8f1ba4
Themes work on Print page
2022-05-15 23:48:23 -04:00
Trevor Buckner
ec57b209b6
Themes work on Share page
2022-05-15 23:36:07 -04:00
Trevor Buckner
1e64ca04d8
BaseTheme is a separate file; not duplicated inside child theme
2022-05-15 23:08:44 -04:00
Trevor Buckner
1f82dbe8ee
Make DMG style use CSS variables
2022-05-15 22:45:59 -04:00
Trevor Buckner
96e704234c
Convert LESS variables to CSS variables
2022-04-18 16:32:56 -04:00
Trevor Buckner
407528bd94
Don't embed base64 images
...
4+MB down to 17kb CSS file.
Images are only ~1.7MB. They were very bloated as base64
2022-04-18 16:32:35 -04:00
Trevor Buckner
5b107d4e62
Remove unneeded console log
2022-04-18 16:31:23 -04:00
Trevor Buckner
f71dc004c0
Themes list to use object instead of array.
2022-04-15 17:17:13 -04:00
Trevor Buckner
ff1f70afa8
Merge branch 'master' into SwappableThemes-ReorganizeFolderStructure
2022-04-02 13:50:18 -04:00
Trevor Buckner
613b9c4405
Merge pull request #2101 from naturalcrit/dependabot/npm_and_yarn/nanoid-3.3.2
...
Bump nanoid from 3.3.1 to 3.3.2
2022-03-31 23:09:59 -04:00
Trevor Buckner
6318b1f84c
Merge pull request #2115 from naturalcrit/dependabot/npm_and_yarn/googleapis-100.0.0
...
Bump googleapis from 99.0.0 to 100.0.0
2022-03-31 23:09:44 -04:00
dependabot[bot]
8800808925
Bump googleapis from 99.0.0 to 100.0.0
...
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client ) from 99.0.0 to 100.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases )
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v99.0.0...googleapis-v100.0.0 )
---
updated-dependencies:
- dependency-name: googleapis
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-01 03:01:36 +00:00
Trevor Buckner
12670d4d9b
Merge pull request #2090 from G-Ambatte/addQueryToUserPageUrl
...
Add UserPage filtering to/from URL
2022-03-31 22:24:48 -04:00
Trevor Buckner
41c0b7fef9
Formatting
2022-03-31 22:21:58 -04:00
dependabot[bot]
9a4c7da375
Bump nanoid from 3.3.1 to 3.3.2
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.1...3.3.2 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-01 01:43:02 +00:00
Trevor Buckner
34b4556e5c
Merge pull request #2088 from naturalcrit/dependabot/npm_and_yarn/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-03-31 21:42:47 -04:00
Trevor Buckner
bb935f4727
Merge pull request #2097 from naturalcrit/dependabot/npm_and_yarn/ansi-regex-4.1.1
...
Bump ansi-regex from 4.1.0 to 4.1.1
2022-03-31 21:42:35 -04:00
Trevor Buckner
2719bb8280
Merge pull request #2096 from naturalcrit/dependabot/npm_and_yarn/eslint-8.12.0
...
Bump eslint from 8.11.0 to 8.12.0
2022-03-31 21:42:17 -04:00
Trevor Buckner
ebfb0d8fcf
Merge pull request #2098 from naturalcrit/dependabot/npm_and_yarn/googleapis-99.0.0
...
Bump googleapis from 98.0.0 to 99.0.0
2022-03-31 21:42:03 -04:00
Trevor Buckner
8a0d74d323
Merge pull request #2102 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.2.9
...
Bump mongoose from 6.2.8 to 6.2.9
2022-03-31 21:41:48 -04:00
Trevor Buckner
84d0010702
Merge pull request #2111 from jeddai/logout-fix
...
update logout logic
2022-03-30 12:58:04 -04:00
Charlie Humphreys
e610c12b2a
update logout logic
2022-03-30 10:24:25 -05:00
Trevor Buckner
eeef9dcc1b
Merge pull request #2105 from jeddai/add-async-handler
...
add asyncHandler to async methods in routes
2022-03-29 16:43:00 -04:00
Charlie Humphreys
c17db043ba
remove extra slash in regex
2022-03-29 11:54:15 -05:00
Charlie Humphreys
89dbd19556
update response handling for saving google brews
2022-03-29 11:46:50 -05:00
Charlie Humphreys
e9cf7be488
add asyncHandler to async methods in routes
2022-03-28 20:43:45 -05:00
dependabot[bot]
48c05081a4
Bump mongoose from 6.2.8 to 6.2.9
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.2.8 to 6.2.9.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/6.2.8...6.2.9 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 17:37:06 +00:00
Trevor Buckner
36fcce7f1e
Merge pull request #2100 from naturalcrit/v3.0.8
...
Update version to v3.0.8
2022-03-28 13:35:20 -04:00
Trevor Buckner
6c85d0f35a
Update version to v3.0.8
2022-03-27 23:16:37 -04:00
Trevor Buckner
331fcf0714
Merge pull request #2085 from Gazook89/Drop-Cap-Snippet-Update
...
Unset `:first-line` small-caps rule with *Remove Drop Cap* snippet
2022-03-27 01:14:07 -04:00
Trevor Buckner
0ec9e8932e
Merge pull request #2089 from jeddai/google-transfer-api
...
Update app to use a single endpoint for google and non-google stored brews
2022-03-27 00:54:28 -04:00
Trevor Buckner
67eb7fdbd4
Merge branch 'master' into pr/2089
2022-03-27 00:41:50 -04:00
Trevor Buckner
a1e7da8d84
Merge pull request #2091 from G-Ambatte/fixComponentWillMount
...
Remove calls to deprecated `componentWillMount`
2022-03-26 23:49:36 -04:00
dependabot[bot]
396a49a16d
Bump googleapis from 98.0.0 to 99.0.0
...
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client ) from 98.0.0 to 99.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases )
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v98.0.0...googleapis-v99.0.0 )
---
updated-dependencies:
- dependency-name: googleapis
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-27 03:47:37 +00:00
dependabot[bot]
3628fb690a
Bump ansi-regex from 4.1.0 to 4.1.1
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-27 03:46:44 +00:00
dependabot[bot]
58428fbcc2
Bump eslint from 8.11.0 to 8.12.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.11.0 to 8.12.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.11.0...v8.12.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-27 03:46:44 +00:00
Trevor Buckner
f53b0ec9af
Merge pull request #2094 from G-Ambatte/experimentalCircleCIConfig
...
Increase test time out and update CircleCI testing configuration
2022-03-26 23:46:08 -04:00
G.Ambatte
57d0e8eea3
Test standard Docker MongoDB image
2022-03-26 21:13:06 +13:00
G.Ambatte
7403ef60c1
Increase test timeout via Jest config
2022-03-26 20:56:04 +13:00
G.Ambatte
42ee461f56
Remove commented out delay
2022-03-26 20:55:50 +13:00
G.Ambatte
77e8952e8a
Shift componentWillMount call to getInitialState
2022-03-25 16:40:41 +13:00
G.Ambatte
2be365c839
Shift global declarations to componentDidMount
2022-03-25 16:12:33 +13:00
G.Ambatte
c0c08b3354
Fix new Node image location
2022-03-25 15:08:37 +13:00
G.Ambatte
b0d8462a60
Remove MongoDB from testing, update Node image
2022-03-25 15:06:26 +13:00
G.Ambatte
f246c96b28
Remove 10s delay for diagnostics
2022-03-25 15:00:33 +13:00