Víctor Losada Hernández
efda06ebe5
console log to find the issue
2024-05-21 12:09:41 +02:00
Víctor Losada Hernández
e9b85e1a9a
damn totalBrews won't go away
2024-05-21 12:06:08 +02:00
Víctor Losada Hernández
f9d19c75b2
change renderPagination order of operations and fix pagination not loading properly
2024-05-21 11:57:48 +02:00
Víctor Losada Hernández
bc9ab284d8
Initial UI
2024-05-21 08:01:50 +02:00
David Bolack
e69132b40a
Constant a lookup.
2024-05-20 20:31:30 -05:00
David Bolack
77450ed334
Merge branch 'master' into Issue_241_Part_II
2024-05-20 20:03:23 -05:00
David Bolack
eb809ca375
Merge branch 'master' into Issue_241
2024-05-20 17:59:34 -05:00
David Bolack
54d2709d6a
Merge
2024-05-20 17:58:22 -05:00
David Bolack
916bd5f4d6
Merge branch 'master' into brew_themes_user_selection
2024-05-20 17:56:21 -05:00
David Bolack
835ca0de32
WIP
2024-05-20 16:21:02 -05:00
David Bolack
511c9ffada
Merge branch 'master' into issue_2994_css_style
2024-05-20 14:51:19 -05:00
David Bolack
f675fd130f
Merge branch 'master' into Issue_1958
2024-05-20 13:36:41 -05:00
David Bolack
ea03538552
Merge branch 'master' of github.com:naturalcrit/homebrewery
2024-05-20 13:33:20 -05:00
dependabot[bot]
8fb9f3f823
Bump dompurify from 3.1.1 to 3.1.4
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 3.1.1 to 3.1.4.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.1...3.1.4 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-20 17:39:53 +00:00
dependabot[bot]
7af919afd3
Bump react-router-dom from 6.23.0 to 6.23.1
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.23.0 to 6.23.1.
- [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.23.1/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 >
2024-05-20 17:39:49 +00:00
Trevor Buckner
5bbe4016d6
Merge pull request #3488 from naturalcrit/dependabot/npm_and_yarn/mongoose-8.4.0
...
Bump mongoose from 8.3.3 to 8.4.0
2024-05-20 13:39:00 -04:00
dependabot[bot]
0f3312a5d7
Bump mongoose from 8.3.3 to 8.4.0
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 8.3.3 to 8.4.0.
- [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/8.3.3...8.4.0 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-20 17:38:10 +00:00
Trevor Buckner
0bf432dd76
Merge pull request #3486 from naturalcrit/dependabot/npm_and_yarn/vitreum-9d55fd6
...
Bump vitreum from `49994da` to `9d55fd6`
2024-05-20 13:37:27 -04:00
dependabot[bot]
27b3da0144
Bump vitreum from 49994da to 9d55fd6
...
Bumps [vitreum](https://github.com/calculuschild/vitreum ) from `49994da` to `9d55fd6`.
- [Commits](49994da405...9d55fd6fb7 )
---
updated-dependencies:
- dependency-name: vitreum
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-20 03:13:40 +00:00
Víctor Losada Hernández
21244fba58
"Removed lodash import, simplified boolean assignments, refactored API request and error handling, and removed unused variables in ArchivePage component."
2024-05-19 23:45:12 +02:00
Víctor Losada Hernández
55dd4efe41
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into experimental-development
2024-05-19 23:21:47 +02:00
David Bolack
bacdd65025
Add a CR.
2024-05-19 11:52:16 -05:00
David Bolack
40c8b04a98
Merge branch 'master' into Issue_241
2024-05-19 11:48:10 -05:00
David Bolack
07f2e8ba4f
Merge branch 'master' into Issue_241_Part_II
2024-05-19 11:20:09 -05:00
David Bolack
86887b536e
Update Jump keys to match parent PR and shift live scrolling to scroll-lock.
...
Needs non-PC testing.
2024-05-19 11:16:50 -05:00
David Bolack
c0cc27a750
Change Jump hotkeys to M ( move ) bindings.
2024-05-19 11:12:19 -05:00
David Bolack
b7dc47fe9e
Add a Live Scroll lock/unlock below Brew/Source Jump buttons.
...
The button displays the *next* state of the toggle. IE, if the current state is locked ( Live scrolling is active ) the icon is unlock with a corresponding mouse-over.
It may be desirable to invert this.
2024-05-18 22:17:29 -05:00
Víctor Losada Hernández
9343f11366
Merge branch 'master' into metadata-api-endpoint
2024-05-19 00:11:34 +02:00
Víctor Losada Hernández
6e08fcca80
minor changes
2024-05-18 23:47:29 +02:00
Trevor Buckner
b8b1b9660f
Merge pull request #3404 from MurdoMaclachlan/master
...
Add proficiency bonus to monster statblocks
2024-05-18 17:28:38 -04:00
Víctor Losada Hernández
3d0a9ea805
"Update ArchivePage: erase brewcount when new query, modify error messages for 503 and 500 status codes"
2024-05-18 23:19:25 +02:00
Víctor Losada Hernández
a711f8eb89
remove regex search
2024-05-18 23:07:43 +02:00
David Bolack
8ece54701d
Add live scrolling to keep the preview in sync with editor position.
...
This catchs CTRL-HOME, CTRL-END, and mouseclicks.
It tests for changes on arrow keys and enter.
Not sure if it's the best way to do this, but it works quickly on a large, crappy brew.
2024-05-18 01:44:42 -05:00
David Bolack
9b0db15083
Add Jump To hotkeys
...
This binds CTRL/META-J to brewJump and SHIFT-CTRL/META-J to sourceJump.
2024-05-17 22:10:28 -05:00
David Bolack
c6f62142e1
Change the ID used for User Brews to the shareId for future-proofing.
2024-05-17 20:53:06 -05:00
Trevor Buckner
f40d851d49
Merge branch 'master' into master
2024-05-17 16:53:58 -04:00
Víctor Losada Hernández
b64c835706
Aparently it wasn't redundant as VSCode said
...
This reverts commit aef6605225 .
2024-05-17 22:38:54 +02:00
Víctor Losada Hernández
b7717171b3
Server and shared folders
2024-05-17 22:34:40 +02:00
Víctor Losada Hernández
92e27cda6c
"Removed unused imports of 'classnames' and 'create-react-class' from various JSX files. in the Client folder"
2024-05-17 22:31:55 +02:00
Víctor Losada Hernández
aef6605225
Remove redundant snippetBar import from editor.jsx
2024-05-17 22:28:01 +02:00
Víctor Losada Hernández
243038474e
Initial commit
2024-05-17 21:23:31 +02:00
Gazook89
7c9cc25923
update editor ref's in edit, home, and new pages.
2024-05-16 23:29:30 -05:00
Gazook89
78ce8aa6e3
remove unused ref attributes
...
from editPage, homePage, newPage, and printPage, as well as splitPane. The refs were declared, but never used.
2024-05-16 23:25:22 -05:00
Gazook89
8ae22bdc27
fix refs in codeEditor.jsx
2024-05-16 23:15:54 -05:00
Gazook89
46c14ef23b
fix refs in editor.jsx
...
now has refs `editorWrapper` and `editor`-- the former includes the snippet bar and codemirror editor, and the latter includes only the codemirror editor.
2024-05-16 23:12:10 -05:00
Trevor Buckner
d3080c03a4
Merge pull request #3432 from 5e-Cleric/fix-icon-fonts
...
Fix icon fonts
2024-05-16 17:22:39 -04:00
Trevor Buckner
12eead3379
Small typos
2024-05-16 17:19:13 -04:00
Trevor Buckner
a2e065c5d8
Adjustments to match Emojis PR
2024-05-16 17:04:02 -04:00
Trevor Buckner
0d1a3d55cf
Merge branch 'master' into fix-icon-fonts
2024-05-16 16:53:54 -04:00
Gazook89
b748a597d2
some fixes post merge.
2024-05-15 21:25:45 -05:00