0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 12:08:40 +00:00
Commit Graph

1314 Commits

Author SHA1 Message Date
G.Ambatte 9135ca1e43 Fix class => className 2022-09-25 23:20:03 +13:00
G.Ambatte db174c9655 Add optional overwrite protection 2022-09-24 13:50:26 +12:00
G.Ambatte 22896470e3 Remove unused splice function 2022-09-24 13:36:14 +12:00
G.Ambatte 56fde5a448 Use cm.replaceSelection instead of split/join text 2022-09-24 13:34:26 +12:00
Trevor Buckner 6ade9925d7 Merge pull request #2388 from Gazook89/Display-Renderer-on-Page
Add renderer to pageInfo
2022-09-22 14:51:20 -04:00
G.Ambatte fa0d8e86fc Remove unnecessary empty element 2022-09-22 20:25:18 +12:00
Gazook89 f3c9dde801 thumbnail preview de-uglification 2022-09-21 20:50:10 -05:00
Gazook89 45aa8bdfae Add html node and css for Delete button 2022-09-21 20:27:16 -05:00
G.Ambatte 09d161f3a6 Adjust background image properties 2022-09-22 07:48:51 +12:00
Gazook89 4dc1a60934 add lang property to brewRender and metadataEditor 2022-09-21 13:25:40 -05:00
Gazook89 8c6fd3086c add language field in metadata editor 2022-09-21 12:07:07 -05:00
Gazook89 90a65d0a57 Add renderer to pageInfo 2022-09-21 11:37:14 -05:00
Gazook89 3754468cf4 change sortDir by clicking on sort title. 2022-09-21 11:12:23 -05:00
Gazook89 6329cb2cec style changes for better contrast 2022-09-21 10:56:45 -05:00
G.Ambatte f218f48f0f Apply Gazook89's thumbnail style 2022-09-21 18:38:45 +12:00
G.Ambatte a179f8d124 Lint fix 2022-09-21 18:16:36 +12:00
Gazook89 f681948a35 pedantic change 2022-09-21 00:42:10 -05:00
Gazook89 475f3e75dd add simple toggle to 'save status' field for auto-save 2022-09-21 00:29:40 -05:00
G.Ambatte 918690e773 Merge branch 'master' into showThumbnailOnUserPage-#2331 2022-09-21 14:35:27 +12:00
Gazook89 7623d3e93a set scrollbar to 'thin' in recentItems dropdown 2022-09-20 20:37:55 -05:00
Gazook89 f2a8a6a03a match scroll bar style of recentItems to UI 2022-09-20 19:59:38 -05:00
Gazook89 49cc4180a7 set only listPage to overflow-y scroll.
The pages are not all quite set up the same way.  /new/, /edit/, and /share/ all use an iframe and those iframes have their own scroll behavior.  /user/ doesn't have an iframe and so the `.content` portion of the page needs to scroll.
2022-09-20 19:58:52 -05:00
Gazook89 38dccbae09 change 'effect' to 'affect' 2022-09-20 12:19:27 -05:00
Gazook89 7999553973 make reddit issue template a list 2022-09-19 20:44:31 -05:00
Gazook89 3c75ac6156 change some .less to reflect new focus of .active 2022-09-19 11:30:44 -05:00
Gazook89 9fcc7b84c3 set .sort-option to .active rather than button within. 2022-09-19 11:07:47 -05:00
Gazook89 8ac4d93581 change sort-container to baseline alignment 2022-09-19 10:47:35 -05:00
Gazook89 10a349ade8 change sortDir to always white. 2022-09-19 10:27:02 -05:00
Gazook89 87a9194189 remove unset on listPage height. 2022-09-19 10:08:52 -05:00
Gazook89 ac371946d8 Merge branch 'master' into filter-sort-as-divs 2022-09-19 10:04:47 -05:00
Gazook89 af8d327ae2 fix editPage url query & Saving label 2022-09-18 19:37:40 -05:00
Trevor Buckner 6d98119df2 Merge pull request #2367 from Gazook89/github-forms
Add different Issue forms
2022-09-18 17:20:25 -04:00
Gazook89 7a609f5a78 set Report Save Issue to open save_issue.yaml template 2022-09-18 10:08:01 -05:00
Gazook89 b120c47faa add vertical scroll - auto 2022-09-15 13:38:09 -05:00
Gazook89 49a3057765 clear out some unused properties 2022-09-15 13:33:19 -05:00
Gazook89 fc5d06be0e fixed vertical spacing 2022-09-15 13:19:27 -05:00
Gazook89 bb25d30663 flex working, but odd vertical spacing 2022-09-15 12:29:25 -05:00
Gazook89 9f4920fd2a change overflow-y behavior to fix navbar 2022-09-13 15:55:50 -05:00
Gazook89 cfdbe06d07 move dir button next to active sort option 2022-09-13 12:26:28 -05:00
Gazook89 46a45a8536 replace sort table with divs and give UI styling 2022-09-13 10:57:28 -05:00
G.Ambatte abe7d858a8 Merge branch 'master' into showThumbnailOnUserPage-#2331 2022-09-11 12:21:44 +12:00
Trevor Buckner 0f566fe912 Merge branch 'master' into SwappableThemes-ReorganizeFolderStructure 2022-09-09 10:51:08 -04:00
Trevor Buckner c0a14a5618 remove console.log 2022-09-06 22:57:00 -04:00
Trevor Buckner 8709545f14 Don't display tags that are empty strings. 2022-09-06 22:41:10 -04:00
Trevor Buckner e0d8846c44 tweaks 2022-09-06 01:00:38 -04:00
Trevor Buckner cae1bc9f0a Put tags in individual spans 2022-09-05 23:31:23 -04:00
Trevor Buckner eae5fc9be9 Hide themes behind flag "enable_themes" 2022-09-05 17:05:37 -04:00
Trevor Buckner c2a5aad1e8 Merge branch 'master' into SwappableThemes-ReorganizeFolderStructure 2022-09-05 16:13:11 -04:00
G.Ambatte 4a89d73f73 Update brewItem.less
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
2022-09-04 16:44:18 +12:00
Trevor Buckner 746e8f8a6a Merge pull request #2329 from G-Ambatte/smartenApostrophe-#2328
[UserPage] Change apostrophe in `usernameWithS`
2022-09-03 23:12:13 -04:00