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

421 Commits

Author SHA1 Message Date
Victor Losada Hernandez 2cce7aebfc correct highlight of curly elements 2023-05-02 21:25:00 +02:00
Trevor Buckner 1a87a5543f Merge branch 'master' into pr/2745 2023-03-22 14:11:19 -04:00
Trevor Buckner eaad46b6bc lint 2023-03-21 16:10:48 -04:00
Trevor Buckner c2349fb464 Add note to Lang selector 2023-03-21 11:05:26 -04:00
Trevor Buckner 10263cbf7c Add note to Lang selector 2023-03-21 10:38:48 -04:00
Trevor Buckner 285b4c3b92 Lift up box to not be covered by Themes selector. 2023-03-20 13:18:20 -04:00
Trevor Buckner 0a7ccfb89e Debounce validation on Lang field 2023-03-20 13:17:51 -04:00
Victor Losada Hernandez 54ed9a7d33 initial draft 2023-03-14 08:06:26 +01:00
Gazook89 7bef807c41 Remove unnecessary commented code. 2023-03-07 22:08:42 -06:00
Gazook89 29f8f3546c Merge branch 'master' into Language-Attribute 2023-03-07 21:23:23 -06:00
Trevor Buckner 7117d3caed Add "beta" badge on snippets marked "experimetal" 2023-02-28 16:26:23 -05:00
Trevor Buckner 051fdbbc60 Fix snippet hover highlight not full button width 2023-02-07 10:20:43 -05:00
Trevor Buckner a0af588d75 Custom icons 2023-02-04 11:07:04 -05:00
Trevor Buckner 5e38ff66da Add a side menu for sub-snippets
Subsnippets can be added to snippets as an additional property "subsnippets" which is an array of more snippets.
2023-02-02 15:29:12 -05:00
Trevor Buckner a457058041 Resize dropdown button 2023-01-27 14:45:31 -05:00
Trevor Buckner 6d40e63e96 Merge branch 'master' into pr/2622 2023-01-27 14:26:05 -05:00
Charlie Humphreys 8f75ea4728 fix error issue 2023-01-23 14:22:18 -06:00
Charlie Humphreys 6ddf0bb889 update metadata editor to include error handling 2023-01-23 09:35:19 -06:00
Victor Losada Hernandez d0dc83cf10 preview images updated 2023-01-21 17:15:50 +01:00
Victor Losada Hernandez 45c7ac4b85 Themes dropdown previews 2023-01-21 17:11:28 +01:00
Charlie Humphreys 6d9982f735 add elvis to fix invited authors editor 2022-12-23 12:21:15 -06:00
Charlie Humphreys e5febc1fef update ui to include invitedAuthors array 2022-12-13 21:06:47 -06:00
Charlie Humphreys 8a110567fc remove call to persist 2022-12-07 07:32:22 -06:00
Charlie Humphreys 4e2f6b1d26 move callIfExists to base file scope 2022-12-05 22:39:38 -06:00
Charlie Humphreys 208593d203 add callIfExists, which will call a method only if it exists 2022-12-05 22:06:06 -06:00
Gazook89 ecdcaadfa9 remove | from regexp 2022-12-05 11:25:24 -06:00
Gazook89 31d58f9075 change regex to work with safari. 2022-12-01 11:55:37 -06:00
Gazook89 12fe787ab4 allow strings for filterOn 2022-11-29 12:06:38 -06:00
Gazook89 fc7c46cfec add ability to filter options on any number of attributes 2022-11-28 21:39:41 -06:00
Gazook89 8d80f699b6 add 'title' attr to lang options 2022-11-24 23:50:19 -06:00
Gazook89 e1ff34ebaa add placeholder to input 2022-11-24 23:33:04 -06:00
Gazook89 ce732778bb add .value div for consistency and styling 2022-11-24 23:21:47 -06:00
Gazook89 fb95039368 edit/add autoSuggest options 2022-11-24 22:51:16 -06:00
Gazook89 a9ff1cded7 add autoSuggest option based on option 'value' 2022-11-24 19:55:18 -06:00
Gazook89 adb261f8f1 revert change to Themes dropdown 2022-11-23 22:44:17 -06:00
Gazook89 678c1fb3d8 create combobox 2022-11-23 22:34:32 -06:00
Gazook89 1818ea1e3b dropdown changes 2022-11-22 12:02:27 -06:00
Gazook89 d4b803205e add a few language tags with subtags 2022-11-20 22:20:22 -06:00
Gazook89 a16f12546a set name attr's on inputs to remove autocomplete 2022-11-20 22:11:46 -06:00
Gazook89 b3343e5981 adjust console log of valid errors. 2022-11-20 12:00:35 -06:00
Gazook89 0061040cb6 add a few more language codes to datalist. 2022-11-20 11:56:35 -06:00
Gazook89 c2d79bedb5 add more robust lang code regexp. 2022-11-20 11:42:01 -06:00
Gazook89 9ce79fbe3f update validation on lang field 2022-11-19 19:41:17 -06:00
Gazook89 806dcb04eb change default to 'en', including if input is left empty 2022-11-19 19:27:27 -06:00
Gazook89 d5ea4c4e77 Merge branch 'master' into Language-Attribute 2022-11-19 11:30:54 -06:00
Trevor Buckner 3e44d0ad13 Merge pull request #2488 from Gazook89/Field-Validation-System-2
Field validation system 2
2022-11-17 21:58:54 -05:00
Trevor Buckner b23a09b1b8 cleanup 2022-11-17 21:58:24 -05:00
Trevor Buckner 421ed8f51d Remove comments 2022-11-17 21:53:46 -05:00
Trevor Buckner 1cc84da976 Remove end/start bracket tracking for injectors 2022-11-16 15:42:45 -05:00
Gazook89 24debfc75c fix regexp to not include inside of curly spans 2022-11-15 11:09:27 -06:00