Gazook89
7ca38b88ad
add RPG awesome icons
...
This branch just does the same thing as the RPG Awesome repo, but more closely aligns with the code used in the other icon fonts and isn't an NPM package.
2024-04-19 23:15:02 -05:00
Trevor Buckner
83103a893a
add elderberryInn to emoji syntax
2024-04-18 23:06:21 -04:00
Trevor Buckner
8cbc7a68e5
Rename font-icons to elderberryInn
2024-04-18 23:06:02 -04:00
Trevor Buckner
1177fd721c
Change diceFont to camelCase to match existing naming convention
2024-04-18 16:57:35 -04:00
Trevor Buckner
2c8908850b
Merge branch 'master' into EmojiSyntax
2024-04-18 16:52:38 -04:00
Trevor Buckner
9f72dc08c6
Merge pull request #3411 from naturalcrit/make-diceFont-capitalization-consistent
...
Change dicefont names to consistent camelCase
2024-04-18 16:52:15 -04:00
Trevor Buckner
1018ba554f
rename files to camelCase
2024-04-18 16:42:06 -04:00
Trevor Buckner
709c9ece74
Change to camelCase
2024-04-18 16:20:09 -04:00
Trevor Buckner
4622a74786
Merge branch 'master' into EmojiSyntax
2024-04-17 01:08:19 -04:00
Trevor Buckner
19e51102d2
Merge pull request #3410 from naturalcrit/Only-check-DefinitionLists-at-start-of-line
...
Only check definition lists at start of line
2024-04-17 01:08:03 -04:00
Trevor Buckner
68a68bde82
Only check for DLs at start of line
...
Previous "start" regex used `^` instead of `\n`, which meant if the first character in a line failed to start a match, it would check for the start of a DL in *every* character in the line, which slows things down a lot.
2024-04-17 01:03:25 -04:00
Trevor Buckner
e1186b4a1e
Rename Inline to SingleLine
2024-04-17 01:01:58 -04:00
Trevor Buckner
72cfca1158
Hack to avoid conflict with emojis
2024-04-17 00:56:43 -04:00
Trevor Buckner
4f010d77e8
typo
2024-04-14 16:06:43 -04:00
Trevor Buckner
3b1f9b10e7
Clean up redundant code
2024-04-14 16:06:12 -04:00
Trevor Buckner
5e33d8b6c4
Sort alphabetically and numerically
...
i.e.,
"d2, d6, d8, d10, d12, d20", not "d10, d12, d2, d20, d6, d8"
2024-04-14 16:02:04 -04:00
Trevor Buckner
f7a2509405
Exclude : from the autocomplete trigger
2024-04-14 15:38:01 -04:00
Trevor Buckner
b0c2521101
CodeMirror Dropdown working
2024-04-12 14:12:30 -04:00
Trevor Buckner
61a4b558a8
Include Dicefont
2024-04-10 18:25:45 -04:00
Trevor Buckner
3771d4bfd8
Include marked-emoji package
2024-04-10 17:50:33 -04:00
Trevor Buckner
9e71945a76
Merge pull request #3388 from 5e-Cleric/scrollbar-new-fix
...
Custom scrollbar fixes
2024-04-09 18:39:20 -04:00
Trevor Buckner
9f6fc3d1ac
Merge branch 'master' into scrollbar-new-fix
2024-04-09 18:38:07 -04:00
Trevor Buckner
e22830eb4a
Merge pull request #3399 from 5e-Cleric/add-share-link-to-error-pages
...
Add share link to error pages ONLY IF PUBLISHED
2024-04-09 15:31:53 -04:00
Trevor Buckner
f02a3d815a
Merge branch 'master' into add-share-link-to-error-pages
2024-04-09 15:24:23 -04:00
Trevor Buckner
7097897df8
Remove "stub.published" from thrown error, since no longer used
2024-04-09 15:24:04 -04:00
Víctor Losada Hernández
9247967f93
fixed published request
2024-04-09 20:12:40 +02:00
Trevor Buckner
1b3d82fc04
Merge pull request #3400 from naturalcrit/dependabot/npm_and_yarn/eslint-plugin-jest-28.2.0
...
Bump eslint-plugin-jest from 27.9.0 to 28.2.0
2024-04-09 13:15:56 -04:00
dependabot[bot]
810934f2c1
Bump eslint-plugin-jest from 27.9.0 to 28.2.0
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 27.9.0 to 28.2.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.9.0...v28.2.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-09 15:42:16 +00:00
Trevor Buckner
3b507a1fb9
Merge pull request #3403 from naturalcrit/dependabot/npm_and_yarn/mongoose-8.3.1
...
Bump mongoose from 8.3.0 to 8.3.1
2024-04-09 11:41:27 -04:00
Trevor Buckner
4f1056a320
Merge branch 'master' into dependabot/npm_and_yarn/mongoose-8.3.1
2024-04-09 11:39:03 -04:00
Trevor Buckner
963aa8f003
Merge pull request #3398 from Gazook89/Clean-Up-accountPage.jsx
...
Refactor accountPage.jsx to functional component
2024-04-09 11:37:34 -04:00
Trevor Buckner
431dfd7780
tweak comments
2024-04-09 11:36:13 -04:00
Trevor Buckner
4f0cbd82d4
Linting, small cleanup, and renaming some functions
...
Renamed "makeActive" and "renderButton" to make more clear without needing comments.
2024-04-09 11:35:30 -04:00
dependabot[bot]
53e437c6bc
Bump mongoose from 8.3.0 to 8.3.1
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 8.3.0 to 8.3.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/8.3.0...8.3.1 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-09 03:02:17 +00:00
Víctor Losada Hernández
0e5c91733d
Revert "rename icons less"
...
This reverts commit 7cc83eaf95 .
2024-04-08 02:29:43 +02:00
Víctor Losada Hernández
f5c729c328
Revert "rename icons"
...
This reverts commit 22b01b131f .
2024-04-08 02:29:40 +02:00
Víctor Losada Hernández
4f9e93fac7
Revert "renaming snippetBar"
...
This reverts commit 2045bf8060 .
2024-04-08 02:29:38 +02:00
Víctor Losada Hernández
7cc83eaf95
rename icons less
2024-04-08 02:19:43 +02:00
Víctor Losada Hernández
22b01b131f
rename icons
2024-04-08 02:19:32 +02:00
Víctor Losada Hernández
2045bf8060
renaming snippetBar
2024-04-08 02:17:10 +02:00
Víctor Losada Hernández
df73b37180
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into add-share-link-to-error-pages
2024-04-07 16:17:51 +02:00
Víctor Losada Hernández
99f9b10348
initial commit
2024-04-07 16:16:21 +02:00
Gazook89
ed85f77c48
ESLint linting (one small whitespace change).
2024-04-06 21:34:04 -05:00
Gazook89
777438fd94
rename props.brew.uiItems to ...accountDetails
...
and destructure props at start of account page component.
`accountDetails` is more descriptive of what set of info is being passed through props to the account page, info which is only *then* displayed as UI items.
2024-04-06 21:23:26 -05:00
Gazook89
08406de5cc
add code comments for each step.
2024-04-06 15:44:19 -05:00
Gazook89
e1599909bc
change name of render method to be more discriptive
...
"UiItems" is not descriptive enough for a render method because most anything that is rendered is part of the UI. This could be left as just `render()`, but `renderAccountPage()` provides best context of what is happening.
2024-04-06 15:30:18 -05:00
Gazook89
e7eda1f5ec
Convert class component to functional component
...
Used OpenAI ChatGPT to do the bulk of this, and then fixed some formatting and looked for obvious mistakes.
2024-04-06 15:26:40 -05:00
Gazook89
9f2aaf01c7
Remove unnecessary Nav components and methods.
2024-04-06 14:50:20 -05:00
Trevor Buckner
882c78fbb5
Merge pull request #2981 from 5e-Cleric/small-fixes,-snippet-uniformity
...
Cleaning CSS for uniformity
2024-04-04 17:44:34 -04:00
Trevor Buckner
a79b2fb755
Merge branch 'master' into small-fixes,-snippet-uniformity
2024-04-04 17:38:42 -04:00