0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-27 17:08:39 +00:00
Commit Graph

159 Commits

Author SHA1 Message Date
Trevor Buckner 50f069e688 Fix some nesting of styles
The values from nav.less were mistakenly nested inside each other which was adding too much specificity.
2024-03-01 01:24:50 -05:00
Gazook89 323d84974c Combine nav and navbar styles
- moves all the nav.less styling to navbar.less in the `client` directory
- deletes nav.less
- changes the nav.jsx import of styles to navbar.less
- stylelint navbar.less
- added a couple comments about easy future changes.
2024-02-10 22:29:16 -06:00
Víctor Losada Hernández f32c52a460 Merge branch 'master' into new-page-in-new-tab 2024-01-19 18:25:57 +01:00
Víctor Losada Hernández edbe8cdace initial commit 2024-01-19 18:17:03 +01:00
Trevor Buckner b0ea34cc3f Add custom error messages. 2024-01-18 17:20:31 -05:00
Trevor Buckner 48474c6f7b Simplify dropdown & convert to Functional Component 2023-07-07 20:38:56 -04:00
G.Ambatte 678ac90cd0 Shift Recent Items to use Nav.dropdown 2023-06-29 23:58:52 +12:00
Trevor Buckner c48dccb0d3 spaces to tabs 2023-04-17 16:16:47 -04:00
Trevor Buckner 891bf528cd Tidy NavBar Less 2023-04-12 17:35:18 -04:00
Trevor Buckner d369cad02c Tweak tag bubbles 2023-04-11 21:29:01 -04:00
Trevor Buckner a2430c8744 Tweak size and centering strategy 2023-04-11 21:26:16 -04:00
G.Ambatte 4ddee3c2f1 Remove z-index to fix UserPage bug 2023-04-10 10:17:15 +12:00
G.Ambatte 0aac08f276 Move from let to const 2023-04-10 10:16:28 +12:00
G.Ambatte 9690c6dac3 Center metadata window 2023-04-10 09:35:56 +12:00
G.Ambatte eb7d558c8d Change author names to UserPage links 2023-04-09 23:24:54 +12:00
G.Ambatte 0e226ca8db Add min and max widths 2023-04-09 22:26:15 +12:00
G.Ambatte 14ac098882 Fix no systems/tags/authors mesasges 2023-04-09 21:40:41 +12:00
G.Ambatte d5dbf46fc4 Fix "No tags" message 2023-04-09 21:33:57 +12:00
G.Ambatte bc83e1f84d Tweak animation, add alternating bg colors 2023-04-09 21:33:33 +12:00
G.Ambatte b8e68f9a93 Add animations 2023-04-09 21:01:28 +12:00
G.Ambatte ebc90c998a Position window correctly when nav bar is thick 2023-04-09 20:31:12 +12:00
G.Ambatte aa0cc1ebf6 Move Metadata window to title 2023-04-09 13:33:53 +12:00
G.Ambatte c5bd41acbf Adjust tag styling 2023-04-09 11:00:41 +12:00
G.Ambatte 89ba709789 Merge branch 'master' into addMetadataToShare-#1679 2023-04-08 17:14:39 +12:00
Trevor Buckner 89f0c7e127 Small refactor to fix error popup that lost its styling 2023-04-04 23:46:11 -04:00
Trevor Buckner 70295fb227 Revert "Small refactor to fix broken error popup"
This reverts commit 2cb6acc090.
2023-04-04 23:44:23 -04:00
Trevor Buckner 2cb6acc090 Small refactor to fix broken error popup 2023-04-04 23:41:44 -04:00
G.Ambatte 591c45f59f Fix Recent Items drop down 2023-03-30 20:19:30 +13:00
G.Ambatte aed29952d6 Fix nav item background transparency & z position 2023-03-30 20:13:01 +13:00
G.Ambatte b24c604597 Merge branch 'master' into addMetadataToShare-#1679 2023-03-22 18:51:49 +13:00
Michiel De Mey a52ec1c330 Remove text transform from username
Fixes #2731
2023-03-21 16:08:58 +01:00
G.Ambatte db5469699e Move metadata window to be independent of title 2023-03-19 18:42:31 +13:00
G.Ambatte bd4c24df46 Adjust styling for unusual browser widths 2023-03-15 13:46:30 +13:00
G.Ambatte 1126481d53 Add Last Updated field and nudge styling 2023-03-15 11:46:27 +13:00
G.Ambatte a3f93c2602 Styling updates 2023-03-15 11:06:48 +13:00
G.Ambatte 24564a2750 Shift to title wrapper 2023-03-15 09:17:05 +13:00
G.Ambatte ccf44cbe91 Initial functionality pass 2023-03-14 23:01:29 +13:00
Charlie Humphreys 8f75ea4728 fix error issue 2023-01-23 14:22:18 -06:00
Charlie Humphreys 79db97efdf create error navitem and use it in all necessary use cases 2023-01-21 00:25:35 -06:00
Gazook89 67c19b79e3 Add link to FAQ in "Need Help" menu 2022-11-15 10:21:35 -06:00
Trevor Buckner dc86f89c4f Add title attribute 2022-11-14 09:58:48 -05:00
Gazook89 bda80c9984 remove comments 2022-11-13 11:43:55 -06:00
Gazook89 7de60e2345 Merge branch 'master' into Delete-Recent-Items 2022-11-13 11:41:19 -06:00
Gazook89 ffddc275c1 set removeItem icon to transparent background 2022-11-03 23:38:46 -05:00
G.Ambatte e40bbf56c7 Merge branch 'master' into createUIBasePage 2022-10-30 18:21:45 +13:00
Trevor Buckner 65beb8d65e Merge branch 'master' into pr/2442 2022-10-28 14:07:14 -04:00
Gazook89 23a0a89ead autohide dropdown again 2022-10-18 21:02:44 -05:00
Gazook89 a7a67621a1 added removeItem() function 2022-10-18 21:01:24 -05:00
Gazook89 bebb06a36d Merge branch 'master' into Delete-Recent-Items 2022-10-18 19:22:01 -05:00
Trevor Buckner 164a0fe8d5 Merge pull request #2425 from G-Ambatte/addURIEncodingToUserName-#2420
Add URI encoding to User Page link
2022-10-18 14:11:42 -04:00