David Bolack
872ee339da
Clean up console logs
...
Eliminate erroronous theme pulldown texture load.
2024-05-07 12:13:57 -05:00
David Bolack
ef25139ffe
Merge branch 'master' into brew_themes_user_selection
2024-05-06 12:04:38 -05:00
Víctor Losada Hernández
d3f1fde9d9
icon for edit link
2024-05-06 07:43:45 +02:00
Trevor Buckner
8cd4a58304
Merge branch 'master' into icons-for-share-dropdown
2024-05-05 21:43:12 -04:00
Víctor Losada Hernández
268d202562
initial commit
2024-05-06 00:32:38 +02:00
Víctor Losada Hernández
3c1f8804af
initial commit
2024-05-02 11:38:00 +02:00
David Bolack
88ccb955ce
Merge branch 'master' into brew_themes_user_selection
2024-04-30 20:11:32 -05:00
Trevor Buckner
c0a8b79acc
Small tweak
2024-04-30 13:40:39 -04:00
David Bolack
1292d9ad9b
Merge branch 'master' into brew_themes_user_selection
2024-04-18 21:13:01 -05:00
Gazook89
52904eea09
add a comment
2024-04-13 20:47:38 -05:00
Gazook89
ff84ded547
Convert page to functional component
2024-04-13 11:10:43 -05:00
Gazook89
6220e4f63f
Remove unused defaultProps
...
The defaultProps are not used, and may be a relic of previous error page function.
2024-04-13 10:30:04 -05:00
Trevor Buckner
f02a3d815a
Merge branch 'master' into add-share-link-to-error-pages
2024-04-09 15:24:23 -04:00
Víctor Losada Hernández
9247967f93
fixed published request
2024-04-09 20:12:40 +02: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
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
David Bolack
57f0aefbc8
Merge branch 'master' into brew_themes_user_selection
2024-03-25 20:38:28 -05:00
Víctor Losada Hernández
03f868d084
initial commit
2024-03-20 17:58:10 +01:00
G.Ambatte
8f0fb6e458
Merge branch 'master' into experimentalBrewLocking-#3326
2024-03-17 18:40:57 +13:00
David Bolack
f2f32c35ea
Ensure shared pages work with user themes.
2024-03-10 11:54:48 -05:00
David Bolack
eb4ecf853b
Fix Jest issues I was able to understand
2024-03-06 22:50:24 -06:00
David Bolack
54e2deaddc
Merge branch 'master' into brew_themes_user_selection
2024-03-06 19:28:37 -06:00
David Bolack
87502f4249
Heavy rework for usertheme parents.
2024-03-06 18:55:12 -06:00
Trevor Buckner
c871548877
Merge branch 'master' into type-fix-for-stylesheet-import-in-html
2024-03-06 12:53:04 -05:00
David Bolack
6f6a06c8c3
More debug
2024-03-06 11:00:43 -06:00
David Bolack
79a4291153
More debug
2024-03-06 10:37:10 -06:00
David Bolack
a54fb98d4e
Additional debugging
2024-03-06 10:28:09 -06:00
David Bolack
1a467565c1
Merge branch 'master' into brew_themes_user_selection
2024-02-27 21:32:33 -06:00
G.Ambatte
df3db14e8b
Merge branch 'master' into experimentalBrewLocking-#3326
2024-02-28 15:55:01 +13:00
David Bolack
8f15887c03
Cleanup of console logging
2024-02-27 20:51:59 -06:00
David Bolack
7384cdc241
My god it works
2024-02-27 20:20:43 -06:00
David Bolack
50c9d95ce0
WIP trying to debug theme selection.
2024-02-27 17:30:14 -06:00
David Bolack
7b3a1eb4ff
Functional user theme loading though noising console
2024-02-27 13:41:51 -06:00
G.Ambatte
f9d8344dba
Remove unnecessary function
2024-02-26 21:16:37 +13:00
G.Ambatte
26263c0bf8
Remove unused function parameter type
2024-02-26 13:01:13 +13:00
G.Ambatte
802da2920b
Initial functionality pass
2024-02-25 22:28:44 +13:00
G.Ambatte
a2b97abb2e
Remove missed console.log debugging lines
2024-02-25 11:47:34 +13:00
Víctor Losada Hernández
0331f5cf5b
Merge branch 'master' into experimentalTagFiltering-#3164
2024-02-24 23:30:14 +01:00
David Bolack
bf874c55af
Add a column break before the Tables header on page 2
...
Small formatting fix.
2024-02-23 14:46:13 -06:00
Víctor Losada Hernández
f21eaab997
Merge branch 'master' into type-fix-for-stylesheet-import-in-html
2024-02-23 20:19:58 +01:00
G.Ambatte
43209186ee
Remove obsolete styling from tags-container
2024-02-22 19:27:17 +13:00
G.Ambatte
46a0a66fb6
Use currentColor once instead of multiple border-color declarations
2024-02-22 19:20:42 +13:00