Víctor Losada Hernández
2c5c3d40df
revert toolbar changes
2024-12-09 22:08:39 +01:00
Víctor Losada Hernández
eca0f59b40
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into adress-small-accessibility-concerns
2024-12-09 21:52:25 +01:00
David Bolack
e252a39bd2
Implement Gazook89's suggested fix
2024-12-01 11:41:29 -06:00
Trevor Buckner
fb9148ada5
Site runs and all tests pass
2024-11-20 16:21:35 -05:00
Víctor Losada Hernández
cf46a975aa
Merge branch 'master' into Update-core-and-reset
2024-11-12 22:05:27 +01:00
David Bolack
4e4463fe4d
Fix Issue 3718 by bounds checking prerender.
2024-11-11 11:17:00 -06:00
Gazook89
9bc4b1fb56
Changes to core.less, reset.less, and toolbar
...
Making some changes to the reset.less so that some default UA button styling is removed.
Then, changing core.less so that the classic "HB" button styling is scoped to a certain class `.colorButton`. This will make it easier to use the button element in other places.
2024-11-10 21:48:01 -06:00
Gazook89
172a3eaadf
fix memoization on brewRenderer.jsx
2024-11-05 12:45:41 -06:00
Gazook89
89a16956b9
Merge branch 'master' into View-Modes
2024-11-04 14:22:54 -06:00
Gazook89
b098d28407
linting
2024-11-04 14:08:06 -06:00
Gazook89
1be1b3b747
small accessibility changes.
2024-11-04 13:55:18 -06:00
Trevor Buckner
f63d2de8f4
Refactor toolbar view options ( #2 )
...
* Refactor toolbar view options
* Remove a couple more unused states
2024-11-01 22:19:48 -05:00
G.Ambatte
f5bc490380
Remove type='submit' attribute
2024-10-29 18:10:25 +13:00
G.Ambatte
be4ba06081
Removed unused themes.json import
2024-10-29 17:32:31 +13:00
G.Ambatte
0fda0673b2
Simplify logic & reduce nesting
2024-10-29 17:27:59 +13:00
G.Ambatte
9edf65c252
Shift to element.remove()
2024-10-29 16:50:44 +13:00
G.Ambatte
3f8ec30f89
Fix broken check for document existence
2024-10-29 16:50:33 +13:00
G.Ambatte
f1bebe3895
Move import to be adjacent to existing requires
2024-10-29 16:36:49 +13:00
G.Ambatte
f5954b03f2
Add comment to reference vue-html-secure pacakge
2024-10-29 16:34:50 +13:00
G.Ambatte
a265723c57
Merge branch 'master' into fixLinks-#3547
2024-10-29 16:32:23 +13:00
Víctor Losada Hernández
ddfccba822
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into add-notification-client-side
2024-10-23 19:48:45 +02:00
Víctor Losada Hernández
069d054e30
remove console logs and lint
2024-10-23 19:47:12 +02:00
Víctor Losada Hernández
1f7ff4386b
fix html in notifs
2024-10-23 19:45:47 +02:00
Trevor Buckner
6373c398bc
Fix scroll PR when no hash
2024-10-23 13:45:10 -04:00
Víctor Losada Hernández
7a78408415
Merge branch 'add-notification-client-side' of https://github.com/5e-Cleric/homebrewery ; branch 'master' of https://github.com/naturalcrit/homebrewery into add-notification-client-side
2024-10-23 19:33:14 +02:00
Víctor Losada Hernández
999a96b5ce
"Rename dismissKeys to dismisskeys in Dialog component and its usage"
2024-10-22 21:46:57 +02:00
Trevor Buckner
d5f498cbf9
Merge branch 'master' into scroll-to-element
2024-10-22 14:09:49 -04:00
Trevor Buckner
5040b9528f
cleanup
2024-10-22 14:08:20 -04:00
Trevor Buckner
83a48b8d0c
Simplify observer
2024-10-22 13:58:35 -04:00
Trevor Buckner
9fbdd24d01
Cleanup
2024-10-22 13:52:34 -04:00
Trevor Buckner
5b136f651c
Call scrollToHash from our existing "frameDidMount`
...
`frameDidMount` is equivalent to using iframe.addEventListener('load');
Let's not add a new listener and just use the existing event we already have. Functionality still works.
2024-10-22 13:03:12 -04:00
Trevor Buckner
ac766f3b37
Update brewRenderer.jsx
2024-10-18 10:23:56 -04:00
Víctor Losada Hernández
189625c79b
adding margin to scroll action to prevent toolbar overlapping
2024-10-17 23:38:27 +02:00
Víctor Losada Hernández
d872a496a7
fix mutation observer integration
2024-10-17 23:38:11 +02:00
Víctor Losada Hernández
9a4473526a
move around 2
2024-10-17 22:59:29 +02:00
Víctor Losada Hernández
5077fda3f6
move stuff around for minimal changes
2024-10-17 22:58:14 +02:00
Víctor Losada Hernández
397ae31f56
remove stale changes
2024-10-17 22:56:58 +02:00
Víctor Losada Hernández
87915ef0ef
remove unnecessary changes
2024-10-17 22:42:55 +02:00
Víctor Losada Hernández
ccfd5578cf
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into scroll-to-element
2024-10-17 22:39:28 +02:00
Víctor Losada Hernández
618e865e52
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into add-notification-client-side
2024-10-17 22:29:31 +02:00
Trevor Buckner
7888bfa878
Merge branch 'master' into tweakBrewRendererBackgroundStyle
2024-10-16 16:23:47 -04:00
Trevor Buckner
2aa60f793d
Fix /new
...
/new starts with no `text` so it will crash without `?.`
2024-10-15 22:39:13 -04:00
Trevor Buckner
321bbba4b8
Rearrange
2024-10-15 22:07:41 -04:00
Trevor Buckner
36af1cdb7f
Update brewRenderer.jsx
2024-10-15 21:47:27 -04:00
Gazook89
810c2140c9
move some toolbar specific styling to toolbar.less
2024-10-13 20:45:05 -05:00
Gazook89
c4fbc8d827
Merge branch 'master' into View-Modes
2024-10-13 09:40:05 -05:00
Gazook89
96ae07a456
Small style change on checkbox inputs
2024-10-13 09:39:41 -05:00
Víctor Losada Hernández
3c66907a86
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into scroll-to-element
2024-10-13 11:15:15 +02:00
Gazook89
b33d9264d3
unify terms to 'spreads'
...
This commit only renames things, changes no logic. Any mention of "book", "view", or "mode" is renamed in relation to "spreads".
The AnchoredBox.jsx file is renamed to Anchored.jsx
Extra icons are deleted, and the remaining ones are renamed.
2024-10-12 23:25:14 -05:00
Gazook89
0855c5c181
remove errant console.log
2024-10-12 23:12:37 -05:00