G.Ambatte
|
b6e11ba607
|
Move e.preventDefault to after isDragging check
|
2023-08-19 15:01:16 +12:00 |
|
Trevor Buckner
|
355b8ac78f
|
Merge pull request #2994 from G-Ambatte/bugfix-#2993
Fix save location logic
|
2023-08-18 07:20:01 -04:00 |
|
G.Ambatte
|
a2c20a0f7a
|
Fix save location logic
|
2023-08-18 20:35:26 +12:00 |
|
Trevor Buckner
|
117e399c1d
|
Merge pull request #2979 from naturalcrit/dependabot/npm_and_yarn/react-router-dom-6.15.0
Bump react-router-dom from 6.14.2 to 6.15.0
|
2023-08-17 16:45:15 -04:00 |
|
Trevor Buckner
|
a3ac524308
|
Merge pull request #2978 from G-Ambatte/update-v3.9.2
Update v3.9.2
|
2023-08-17 16:12:07 -04:00 |
|
Trevor Buckner
|
1e9ba31644
|
Add date
|
2023-08-17 16:11:40 -04:00 |
|
Trevor Buckner
|
8e05cdbb43
|
Merge pull request #2985 from naturalcrit/dependabot/npm_and_yarn/mongoose-7.4.3
Bump mongoose from 7.4.2 to 7.4.3
|
2023-08-15 10:48:53 -04:00 |
|
Trevor Buckner
|
a5483c549b
|
Merge pull request #2986 from naturalcrit/dependabot/npm_and_yarn/eslint-8.47.0
Bump eslint from 8.46.0 to 8.47.0
|
2023-08-15 10:48:46 -04:00 |
|
dependabot[bot]
|
746f3d35f8
|
Bump eslint from 8.46.0 to 8.47.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.47.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.46.0...v8.47.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-14 03:47:18 +00:00 |
|
dependabot[bot]
|
94c902bf38
|
Bump mongoose from 7.4.2 to 7.4.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.2 to 7.4.3.
- [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/7.4.2...7.4.3)
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-14 03:47:06 +00:00 |
|
Trevor Buckner
|
0da1c43dc3
|
Merge pull request #2983 from G-Ambatte/fixColumnFlow
Fix Markdown render parameter
|
2023-08-12 01:19:16 -04:00 |
|
G.Ambatte
|
32417e92ff
|
Fix Markdown render parameter
|
2023-08-12 14:27:34 +12:00 |
|
dependabot[bot]
|
540dee89dd
|
Bump react-router-dom from 6.14.2 to 6.15.0
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.14.2 to 6.15.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.15.0/packages/react-router-dom)
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-11 03:32:08 +00:00 |
|
G.Ambatte
|
1854080771
|
Merge branch 'master' into update-v3.9.2
|
2023-08-11 12:52:38 +12:00 |
|
Sean Robertson
|
45207b8114
|
Up version to 3.9.2
|
2023-08-11 12:42:20 +12:00 |
|
Sean Robertson
|
2b3c2c9fac
|
Update change log with merged PR info
|
2023-08-11 12:42:04 +12:00 |
|
Trevor Buckner
|
0b953fcbf3
|
Merge pull request #2944 from G-Ambatte/experimentalSaveLocation
Add save location setting to local storage
|
2023-08-10 20:30:13 -04:00 |
|
Sean Robertson
|
7feaa51de0
|
Rename renderButton visibility control parameter
|
2023-08-11 11:56:45 +12:00 |
|
G.Ambatte
|
1729b13574
|
Merge branch 'master' into experimentalSaveLocation
|
2023-08-11 11:53:26 +12:00 |
|
G.Ambatte
|
73832fabcc
|
Update client/homebrew/pages/accountPage/accountPage.jsx
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
|
2023-08-11 11:15:27 +12:00 |
|
Trevor Buckner
|
bac537244c
|
Merge pull request #2969 from G-Ambatte/addGoogleFileLink
Add Google file link to UserPage BrewItem
|
2023-08-10 17:19:18 -04:00 |
|
G.Ambatte
|
54f8bb4b08
|
Merge branch 'master' into addGoogleFileLink
|
2023-08-10 16:47:07 +12:00 |
|
G.Ambatte
|
38f6929c1d
|
Reverse StorageIcons logic
|
2023-08-10 16:46:45 +12:00 |
|
Trevor Buckner
|
64ce9ecfa6
|
Merge pull request #2973 from naturalcrit/dependabot/npm_and_yarn/babel/preset-env-7.22.10
Bump @babel/preset-env from 7.22.9 to 7.22.10
|
2023-08-09 13:57:56 -04:00 |
|
Trevor Buckner
|
858990c4bd
|
Merge pull request #2971 from naturalcrit/dependabot/npm_and_yarn/babel/core-7.22.10
Bump @babel/core from 7.22.9 to 7.22.10
|
2023-08-09 13:57:48 -04:00 |
|
dependabot[bot]
|
785011cba4
|
Bump @babel/core from 7.22.9 to 7.22.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-core)
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-09 15:27:35 +00:00 |
|
dependabot[bot]
|
50d3b503d9
|
Bump @babel/preset-env from 7.22.9 to 7.22.10
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env)
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-09 15:27:22 +00:00 |
|
Trevor Buckner
|
2f8e2545c6
|
Merge pull request #2968 from naturalcrit/dependabot/npm_and_yarn/marked-gfm-heading-id-3.0.6
Bump marked-gfm-heading-id from 3.0.4 to 3.0.6
|
2023-08-09 11:26:16 -04:00 |
|
Trevor Buckner
|
d8574e7045
|
Merge pull request #2972 from naturalcrit/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.22.10
Bump @babel/plugin-transform-runtime from 7.22.9 to 7.22.10
|
2023-08-09 11:25:59 -04:00 |
|
dependabot[bot]
|
4a927daff3
|
Bump @babel/plugin-transform-runtime from 7.22.9 to 7.22.10
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-plugin-transform-runtime)
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-08 03:02:35 +00:00 |
|
G.Ambatte
|
d28e85209e
|
Add HB icon for Mongo brews
|
2023-08-07 22:03:49 +12:00 |
|
G.Ambatte
|
cca882869d
|
Add file link to Google icon on User Page
|
2023-08-07 22:03:17 +12:00 |
|
dependabot[bot]
|
9ae55c87a9
|
Bump marked-gfm-heading-id from 3.0.4 to 3.0.6
Bumps [marked-gfm-heading-id](https://github.com/markedjs/marked-gfm-heading-id) from 3.0.4 to 3.0.6.
- [Release notes](https://github.com/markedjs/marked-gfm-heading-id/releases)
- [Changelog](https://github.com/markedjs/marked-gfm-heading-id/blob/main/release.config.cjs)
- [Commits](https://github.com/markedjs/marked-gfm-heading-id/compare/v3.0.4...v3.0.6)
---
updated-dependencies:
- dependency-name: marked-gfm-heading-id
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-07 03:02:48 +00:00 |
|
G.Ambatte
|
f8b42031fb
|
Merge branch 'master' into experimentalSaveLocation
|
2023-08-05 14:22:05 +12:00 |
|
Trevor Buckner
|
b2e7b28b65
|
Merge pull request #2945 from 5e-Cleric/TOC-generate-fix
exclude covers from TOC generation
|
2023-08-04 19:16:58 -04:00 |
|
Trevor Buckner
|
3efa7dd0be
|
Merge pull request #2961 from Gazook89/Mobile-tweaks
Simple adjustments for mobile viewing
|
2023-08-04 16:42:08 -04:00 |
|
Trevor Buckner
|
677e27bb66
|
Merge pull request #2966 from naturalcrit/dependabot/npm_and_yarn/mongoose-7.4.2
Bump mongoose from 7.4.1 to 7.4.2
|
2023-08-04 01:51:12 -04:00 |
|
Trevor Buckner
|
da71bd7a10
|
Merge pull request #2965 from G-Ambatte/reworkClassTables-#2964
Update class table generators
|
2023-08-04 01:41:02 -04:00 |
|
Trevor Buckner
|
0869f6b29b
|
Just... put the whole table in.
|
2023-08-04 01:19:33 -04:00 |
|
Trevor Buckner
|
0da5de494e
|
simplify third caster gen
|
2023-08-04 00:23:23 -04:00 |
|
Trevor Buckner
|
bc9dc8dee9
|
Clean up half caster gen.
|
2023-08-04 00:04:17 -04:00 |
|
Trevor Buckner
|
e3e250255e
|
Simplify full caster gen
|
2023-08-03 23:39:17 -04:00 |
|
dependabot[bot]
|
787a23bdf8
|
Bump mongoose from 7.4.1 to 7.4.2
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.1 to 7.4.2.
- [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/7.4.1...7.4.2)
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-04 03:36:35 +00:00 |
|
Trevor Buckner
|
7aca0f2f10
|
Use dedent-tabs
|
2023-08-03 19:23:40 -04:00 |
|
Trevor Buckner
|
999f9c8f25
|
Rename passed in "classes" to "snippetClasses" for clarity
|
2023-08-03 17:22:30 -04:00 |
|
Trevor Buckner
|
ee4b2d549b
|
Make CSS class order consistent on snippets
|
2023-08-03 17:20:38 -04:00 |
|
Trevor Buckner
|
3eb7ce2775
|
Clean up indentation
|
2023-08-03 17:16:26 -04:00 |
|
Trevor Buckner
|
4d4371f48c
|
Compact features array
|
2023-08-03 17:15:14 -04:00 |
|
G.Ambatte
|
e6f792900c
|
Merge branch 'master' into experimentalSaveLocation
|
2023-08-03 18:28:39 +12:00 |
|
G.Ambatte
|
0ddeafd260
|
Merge branch 'master' into reworkClassTables-#2964
|
2023-08-02 21:40:22 +12:00 |
|