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
|
47666cc26d
|
Merge branch 'master' into addEditorThemes-#362
|
2023-08-03 18:29:19 +12:00 |
|
G.Ambatte
|
e8352d996e
|
Merge branch 'master' into trimBrewTitlesOnUserPage-#2775
|
2023-08-03 18:29:13 +12: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 |
|
G.Ambatte
|
4cf54d6ae8
|
Update class table generators
|
2023-08-02 21:23:11 +12:00 |
|
Gazook89
|
8d3329069a
|
remove logs
|
2023-08-01 14:16:31 -05:00 |
|
Gazook89
|
2e13eed2ef
|
revert moving pointerMove & pointerUp, now on splitPane
|
2023-08-01 13:53:38 -05:00 |
|
Gazook89
|
310faa449d
|
set editor font size to 16px on touchscreens
iOS requires minimum 16px font to prevent auto-zooming into input fields.
|
2023-08-01 13:29:57 -05:00 |
|
Trevor Buckner
|
8527a976a6
|
Merge pull request #2936 from naturalcrit/dependabot/npm_and_yarn/babel/core-7.22.9
Bump @babel/core from 7.22.8 to 7.22.9
|
2023-08-01 11:27:53 -04:00 |
|
dependabot[bot]
|
54460c52f6
|
Bump @babel/core from 7.22.8 to 7.22.9
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.8 to 7.22.9.
- [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.9/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-01 15:26:55 +00:00 |
|
Trevor Buckner
|
e81bd2a0d2
|
Merge pull request #2960 from naturalcrit/dependabot/npm_and_yarn/eslint-plugin-react-7.33.1
Bump eslint-plugin-react from 7.33.0 to 7.33.1
|
2023-08-01 11:25:54 -04:00 |
|
Trevor Buckner
|
6c0daa1e4d
|
Merge pull request #2935 from naturalcrit/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.22.9
Bump @babel/plugin-transform-runtime from 7.22.7 to 7.22.9
|
2023-08-01 11:25:47 -04:00 |
|
dependabot[bot]
|
25d03faae2
|
Bump eslint-plugin-react from 7.33.0 to 7.33.1
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.0 to 7.33.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.0...v7.33.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-01 15:22:58 +00:00 |
|
Trevor Buckner
|
378b2204da
|
Merge pull request #2959 from naturalcrit/dependabot/npm_and_yarn/eslint-8.46.0
Bump eslint from 8.45.0 to 8.46.0
|
2023-08-01 11:21:38 -04:00 |
|
Trevor Buckner
|
447b0939f2
|
Merge pull request #2957 from naturalcrit/dependabot/npm_and_yarn/jest-29.6.2
Bump jest from 29.6.1 to 29.6.2
|
2023-08-01 11:21:26 -04:00 |
|
Gazook89
|
0bde336226
|
move all pointer events to divider, not splitPane
|
2023-07-31 22:20:27 -05:00 |
|
Gazook89
|
73e44b8d7a
|
add touch-action css property to splitPane
|
2023-07-31 15:06:09 -05:00 |
|
dependabot[bot]
|
53fbaf87c2
|
Bump eslint from 8.45.0 to 8.46.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.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.45.0...v8.46.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-07-31 03:14:21 +00:00 |
|
Gazook89
|
a8db7353b0
|
preventDefaults on pointerEvents to prevent some default behavior.
|
2023-07-30 20:49:16 -05:00 |
|
Gazook89
|
bda8037cd6
|
change onMouse events to onPointer events for mobile use.
|
2023-07-30 20:12:16 -05:00 |
|
Gazook89
|
1f173814ec
|
Add viewport meta tag for mobile view.
|
2023-07-30 19:40:39 -05:00 |
|
Gazook89
|
deb0e2f85b
|
add meta viewport tag in header
|
2023-07-30 15:00:42 -05:00 |
|
dependabot[bot]
|
5425ae5d15
|
Bump jest from 29.6.1 to 29.6.2
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.6.1 to 29.6.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest)
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-28 03:15:48 +00:00 |
|
G.Ambatte
|
f03f2c36de
|
Merge branch 'master' into addEditorThemes-#362
|
2023-07-27 13:59:05 +12:00 |
|
G.Ambatte
|
a1e663bc32
|
Merge branch 'master' into trimBrewTitlesOnUserPage-#2775
|
2023-07-27 13:58:01 +12:00 |
|
Trevor Buckner
|
16c842e08f
|
Merge pull request #2939 from naturalcrit/dependabot/npm_and_yarn/eslint-8.45.0
Bump eslint from 8.44.0 to 8.45.0
|
2023-07-25 19:05:00 -04:00 |
|
Trevor Buckner
|
1c0edce6f6
|
Merge pull request #2941 from naturalcrit/dependabot/npm_and_yarn/react-router-dom-6.14.2
Bump react-router-dom from 6.14.1 to 6.14.2
|
2023-07-25 19:04:47 -04:00 |
|
Trevor Buckner
|
8ec6e66c92
|
Merge pull request #2947 from naturalcrit/dependabot/npm_and_yarn/npm-9.8.1
Bump npm from 9.8.0 to 9.8.1
|
2023-07-25 19:04:37 -04:00 |
|
Trevor Buckner
|
330cdb35f4
|
Merge pull request #2948 from naturalcrit/dependabot/npm_and_yarn/stylelint-15.10.2
Bump stylelint from 15.10.1 to 15.10.2
|
2023-07-25 19:04:29 -04:00 |
|
Trevor Buckner
|
f93fbab754
|
Merge pull request #2950 from naturalcrit/dependabot/npm_and_yarn/eslint-plugin-react-7.33.0
Bump eslint-plugin-react from 7.32.2 to 7.33.0
|
2023-07-25 19:04:21 -04:00 |
|
Trevor Buckner
|
b9498e49fc
|
Merge pull request #2952 from naturalcrit/dependabot/npm_and_yarn/mongoose-7.4.1
Bump mongoose from 7.3.4 to 7.4.1
|
2023-07-25 19:04:09 -04:00 |
|
dependabot[bot]
|
4a434bb161
|
Bump mongoose from 7.3.4 to 7.4.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.3.4 to 7.4.1.
- [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.3.4...7.4.1)
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-25 03:49:00 +00:00 |
|
dependabot[bot]
|
a339cb036f
|
Bump eslint-plugin-react from 7.32.2 to 7.33.0
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.33.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.2...v7.33.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-21 03:14:09 +00:00 |
|
dependabot[bot]
|
91eef51fb5
|
Bump stylelint from 15.10.1 to 15.10.2
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.1 to 15.10.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.1...15.10.2)
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-20 03:52:49 +00:00 |
|
dependabot[bot]
|
46b050ae7d
|
Bump npm from 9.8.0 to 9.8.1
Bumps [npm](https://github.com/npm/cli) from 9.8.0 to 9.8.1.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v9.8.0...v9.8.1)
---
updated-dependencies:
- dependency-name: npm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-20 03:52:26 +00:00 |
|
Víctor Losada Hernández
|
b433691596
|
exclude covers from TOC generation
|
2023-07-19 21:38:14 +02:00 |
|
G.Ambatte
|
cef7f98176
|
Use existing makeActive function
|
2023-07-19 20:43:49 +12:00 |
|
G.Ambatte
|
b869d086ea
|
Add default to New Page
|
2023-07-19 20:39:33 +12:00 |
|
G.Ambatte
|
64a361e06c
|
Determine default state and set in local storage
|
2023-07-19 20:36:55 +12:00 |
|
G.Ambatte
|
9e7e646296
|
Add username to save key
|
2023-07-19 20:34:10 +12:00 |
|
G.Ambatte
|
7274d788c5
|
Clean up comments, change to actual G-Drive check
|
2023-07-19 19:39:07 +12:00 |
|
G.Ambatte
|
7942f1caed
|
Initial functionality pass
|
2023-07-19 19:36:14 +12:00 |
|
G.Ambatte
|
343e176b83
|
Merge branch 'master' into addEditorThemes-#362
|
2023-07-19 17:19:44 +12:00 |
|
G.Ambatte
|
3db5959cfa
|
Merge branch 'master' into trimBrewTitlesOnUserPage-#2775
|
2023-07-19 17:19:35 +12:00 |
|
dependabot[bot]
|
62f9781c8e
|
Bump react-router-dom from 6.14.1 to 6.14.2
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.14.1 to 6.14.2.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@6.14.2/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.14.2/packages/react-router-dom)
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-18 03:05:33 +00:00 |
|
dependabot[bot]
|
9d53002874
|
Bump eslint from 8.44.0 to 8.45.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.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.44.0...v8.45.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-07-17 03:48:12 +00:00 |
|