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
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
659472578b
Merge branch 'master' into authors-as-links-to-userpage-in-error-pages
2024-04-04 14:19:56 -04:00
Gazook89
3b2a48eabf
remove + 1 from editor height
2024-04-03 22:52:16 -05:00
Gazook89
7954ae8692
set a min-width on icons, reduce font sizes
2024-04-03 12:57:24 -05:00
Víctor Losada Hernández
1e91d7256c
Merge branch 'master' into authors-as-links-to-userpage-in-error-pages
2024-04-02 14:12:35 +02:00
Trevor Buckner
451ff3ffec
Merge branch 'master' into scrollbar
2024-03-27 09:54:57 -04: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
Trevor Buckner
4606ad4c6e
Merge branch 'master' into scrollbar
2024-03-14 17:10:30 -04:00
Víctor Losada Hernández
b4fec32320
Merge branch 'scrollbar' of https://github.com/5e-Cleric/homebrewery into scrollbar
2024-03-08 10:13:06 +01:00
Víctor Losada Hernández
d0000cee11
linting
2024-03-08 10:13:04 +01:00
Víctor Losada Hernández
846b3b9d02
Merge branch 'master' into scrollbar
2024-03-08 10:11:16 +01:00
Víctor Losada Hernández
54d881642d
listpage, editor
2024-03-08 10:09:29 +01:00
David Bolack
cd537f98c7
Merge branch 'master' into Extended_DD
2024-03-06 23:41:42 -06:00
Trevor Buckner
58422569c9
Extra classes were needed for .recent and .save
...
.save has special styling for the "on" button.
.recent has special styling for the dividers between Edited and Viewed
2024-03-06 15:32:38 -05:00
Víctor Losada Hernández
f172d02920
Merge branch 'nav-fixes' of https://github.com/5e-Cleric/homebrewery into nav-fixes
2024-03-06 19:43:46 +01:00
Víctor Losada Hernández
dbe60e3ff1
dropdown classes fix
2024-03-06 19:43:44 +01:00
Víctor Losada Hernández
beaf67c975
initial commit
2024-03-06 19:30:23 +01:00
Trevor Buckner
8e6f0a7dbb
Merge branch 'master' into nav-fixes
2024-03-06 13:24:32 -05:00
Víctor Losada Hernández
b2b276c3a3
classname to new dropdown
2024-03-06 19:21:11 +01:00
Víctor Losada Hernández
7483b4afc6
quickfix
2024-03-06 19:16:48 +01:00
Víctor Losada Hernández
c7a2e84927
no wrapping text
2024-03-06 19:13:35 +01:00
Víctor Losada Hernández
3482330629
adjust to work with overflow
2024-03-06 19:05:58 +01:00
Víctor Losada Hernández
1721b9087a
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into nav-fixes
2024-03-06 18:55:02 +01:00
Trevor Buckner
c871548877
Merge branch 'master' into type-fix-for-stylesheet-import-in-html
2024-03-06 12:53:04 -05:00
Víctor Losada Hernández
e494899f8b
icons
2024-03-06 18:12:21 +01:00
Víctor Losada Hernández
f93af38fa6
split-style-and-metadata moved to helpers.js
2024-03-06 18:09:26 +01:00
Víctor Losada Hernández
25945fc0df
getting rid of state as per req
2024-03-06 14:06:57 +01:00
Víctor Losada Hernández
b50353c8c4
rename nav buttons per req
2024-03-06 14:02:09 +01:00
Víctor Losada Hernández
1e1505c63f
towards a more traditional approach
2024-03-05 08:27:56 +01:00
Víctor Losada Hernández
1bddb38fcc
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into newFromLocal
2024-03-05 08:07:34 +01:00
Trevor Buckner
9f5a4fb44c
Merge branch 'master' into FA-upgrade
2024-03-04 16:57:59 -05:00
David Bolack
7f16da110f
Merge branch 'master' into Extended_DD
2024-03-04 11:01:49 -06:00