Trevor Buckner
9635e1a8eb
Change another return to throw
2024-10-09 14:41:37 -04:00
Trevor Buckner
23e3c98a0d
Add test for adding notification without dismissKey
2024-10-09 14:40:38 -04:00
Trevor Buckner
346bb0086e
Should throw, not return errors, so they land in catch
2024-10-09 14:40:11 -04:00
Trevor Buckner
e873dcf3a8
Fix error messages crashing page
2024-10-09 14:35:16 -04:00
Trevor Buckner
269dd6107c
Merge branch 'master' into experimentalNotificationDB
2024-10-09 11:12:23 -04:00
Trevor Buckner
8281db8543
Merge pull request #3804 from naturalcrit/dependabot/npm_and_yarn/cookie-parser-1.4.7
2024-10-09 11:07:27 -04:00
dependabot[bot]
66db3ecdc1
Bump cookie-parser from 1.4.6 to 1.4.7
...
Bumps [cookie-parser](https://github.com/expressjs/cookie-parser ) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/expressjs/cookie-parser/releases )
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7 )
---
updated-dependencies:
- dependency-name: cookie-parser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-09 15:06:37 +00:00
Trevor Buckner
1ef61b32d4
Merge pull request #3803 from naturalcrit/dependabot/npm_and_yarn/express-4.21.1
2024-10-09 11:05:13 -04:00
G.Ambatte
dc66d36b2d
Simplify history loading
2024-10-09 19:35:48 +13:00
G.Ambatte
0bd3b53dd1
Merge branch 'master' into addIndexedDM-#3763
2024-10-09 19:00:45 +13:00
G.Ambatte
5651c66562
Fix race condition
2024-10-09 18:29:15 +13:00
G.Ambatte
fb2d03f5a2
Change to test values
2024-10-09 17:50:26 +13:00
G.Ambatte
0b44e68a36
Simplify garbage collection
2024-10-09 17:27:33 +13:00
dependabot[bot]
fe7ee78cae
Bump express from 4.21.0 to 4.21.1
...
Bumps [express](https://github.com/expressjs/express ) from 4.21.0 to 4.21.1.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-09 03:25:09 +00:00
G.Ambatte
aa68762294
Simplify historyCheck logic
2024-10-09 15:59:11 +13:00
G.Ambatte
2a9402634f
Remove unnecessary guard clause
2024-10-09 14:58:20 +13:00
G.Ambatte
291e16b124
Revert to use local consts instead of config vars
2024-10-09 14:57:04 +13:00
G.Ambatte
e75eb72d3f
Remove obsolete function
2024-10-09 14:54:23 +13:00
Trevor Buckner
7bf95dd0ca
Merge pull request #3132 from dbolacksn/Issue_1958
2024-10-08 17:13:19 -04:00
Trevor Buckner
80a21e3f27
Merge branch 'master' into Issue_1958
2024-10-08 17:12:05 -04:00
Trevor Buckner
a921d0a9bb
Merge pull request #3802 from Gazook89/Remove-Unused-Nav-Components
2024-10-08 17:10:20 -04:00
Trevor Buckner
9acecb63ed
Merge branch 'master' into addIndexedDM-#3763
2024-10-08 17:07:39 -04:00
Gazook89
a6efaf0e8b
Remove unused Nav components
2024-10-08 10:12:53 -05:00
David Bolack
c4b754e467
Lost a stray ) on update
2024-10-07 14:45:33 -05:00
David Bolack
e82411d3d2
Merge branch 'master' into Issue_1958
2024-10-07 14:35:19 -05:00
David Bolack
5080fd068a
Merge branch 'master' into nanoid-fix
2024-10-07 14:32:19 -05:00
Trevor Buckner
88d36bcf85
Merge pull request #3798 from naturalcrit/dependabot/npm_and_yarn/eslint-9.12.0
...
Bump eslint from 9.11.1 to 9.12.0
2024-10-07 13:24:31 -04:00
dependabot[bot]
e2243efe82
Bump eslint from 9.11.1 to 9.12.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.11.1 to 9.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/v9.11.1...v9.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 >
2024-10-07 15:10:37 +00:00
Trevor Buckner
337531a622
Merge pull request #3797 from naturalcrit/dependabot/npm_and_yarn/stylistic/stylelint-plugin-3.1.1
...
Bump @stylistic/stylelint-plugin from 3.1.0 to 3.1.1
2024-10-07 11:09:18 -04:00
Víctor Losada Hernández
e396a51ad5
Merge branch 'v3.15.2' of https://github.com/naturalcrit/homebrewery into scroll-to-element
2024-10-07 11:47:13 +02:00
G.Ambatte
7e165c6e61
Remove unnecessary key check
2024-10-07 21:53:24 +13:00
G.Ambatte
5d9ef3fa6c
Add custom IDB store
2024-10-07 21:53:05 +13:00
G.Ambatte
24bffacaeb
GC functional, config values now actually used
2024-10-07 20:53:32 +13:00
G.Ambatte
1e38ed8d1f
Bump max-lines
2024-10-07 20:53:05 +13:00
G.Ambatte
25ce1aa00c
Functional history menu
2024-10-07 19:36:17 +13:00
G.Ambatte
97f8493319
Merge branch 'master' into addIndexedDM-#3763
2024-10-07 18:32:05 +13:00
G.Ambatte
c9241e3091
WIP Update
2024-10-07 18:22:06 +13:00
dependabot[bot]
70118022b8
Bump @stylistic/stylelint-plugin from 3.1.0 to 3.1.1
...
Bumps [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/stylelint-stylistic/stylelint-stylistic/releases )
- [Changelog](https://github.com/stylelint-stylistic/stylelint-stylistic/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint-stylistic/stylelint-stylistic/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: "@stylistic/stylelint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-07 03:36:16 +00:00
Gazook89
68c75fbfd2
adjust CSS to support Firefox
...
Set's a non-ideal but functional css style for the box when using Firefox so the box is at least visible.
2024-10-06 22:16:46 -05:00
Gazook89
d6d6cc1e29
Add View Mode Options
...
Adds a new AnchoredBox component that is functionally a clone of the "saving error" notifications, but drops a lot of the JS in favor of the new (chrome-only!) CSS Anchor Positioning API. In subsequent commits, either alternate styling or a polyfill will be added non-supported browsers.
The box contains a few inputs that modify the CSS applied to `.pages`, most critically a "start on right" toggle for the Facing Pages mode.
2024-10-06 21:51:44 -05:00
Gazook89
9fce94af63
Small CSS tweaks/display 'value' tooltip only if exists
...
The range slider should only display a tooltip for the value if the value attribute exists. For example, the difference between controlled and uncontrolled inputs.
Update toolBar.less
2024-10-06 21:26:48 -05:00
Gazook89
41f390b305
Add a classname to recto configuration
...
Adding class name so that it can be toggled between 'recto' and 'verso'. Verso being the normal left/right configuration, no styling is needed. With recto, the first page is shifted to the second slot, or right side.
2024-10-06 21:24:50 -05:00
Trevor Buckner
226e714f32
Merge pull request #3793 from 5e-Cleric/fix-wrong-brew-id-links-generated
2024-10-06 15:57:11 -04:00
Trevor Buckner
f3332fb95b
Merge branch 'master' into fix-wrong-brew-id-links-generated
2024-10-06 15:54:37 -04:00
Trevor Buckner
10d4cd4ab3
Merge pull request #3796 from naturalcrit/FixGoogleLinksinUserPage
v3.15.2ABC
v3.15.2
2024-10-06 15:52:29 -04:00
Trevor Buckner
2a523c4955
Fix links to google drive files in user page
...
User page was not marking Google Brews as "stubbed" if the brew belongs to another users' Google Drive or your own credentials are expired (it searches the current user drive for google files and checks if those are stubbed)
This now sets *every* file found on Mongo as "Stubbed", whether the Drive file belongs to the current user or not.
2024-10-06 15:48:10 -04:00
Víctor Losada Hernández
64dd71601c
last changes
2024-10-06 19:59:58 +02:00
Víctor Losada Hernández
4968300e7a
return correct data
2024-10-06 19:54:41 +02:00
Víctor Losada Hernández
3acb25ce3a
adress comments
2024-10-06 19:43:51 +02:00
Víctor Losada Hernández
487a574f50
initital fix
2024-10-06 00:05:12 -04:00