DevStack Change Log

DevStack: 2.0.106

Added

  • -Updated remix stack Adding all of shadCN blocks w/ its own submenu that branches by category currently adding them to a section in my stack, so the code is already added, just import where you want to use them, there is a section to view them when you get a dev server up and running not completed
  • -completed and available to use, just havent gotten around to make their sections yet:
  • -readme generator
  • -its located in the md editor
  • -open route in browser
  • -make port dynamic by editor context
  • -install remix auth
  • -including all of its scaffolding, editor context
  • -in the viewers drop down, under Projects
  • -Created @remix-run/v1-route-convention for react-router due to remix being done hasnt been tested yet
  • -create single project function
  • -updated
  • -viewers dropdown menu, under master apps
  • -npx create-remixv2
  • -With remix run coming to an end, forked it and created a builder for it, at build time it asks what pkg mgr you want to use, which stack, and project name. I included all of remixs base offical stacks, listed about the top 30 stacks to choose from
  • -inline imports
  • -converts imports into single line while also converting @/ to ~/
  • -right click in editor, under formatters select formatters
  • -Create include object
  • -right click on the schema object name and select create includes object and it will grab all the nested relations from your schema and produce an object where it will include all relative schemas automatically, going 2 deep
  • -right click in editor, under prisma select Create include object
  • -Create action object
  • -same as above but for create/update prisma statements
  • -right click in editor, under prisma select Create action object
  • -Automatic Remix Action
  • -Where as create action object, just creates the data object for a single prisma function, this takes in the whole file and creates all of your prisma functions for all forms.
  • -need to leave a comment above the form that will be schema object followed be the where data value, if its a form to update
  • -ie: // Inventory id
  • -ie: {/** Inventory id */}
  • -if it detects a second word in the comment it will automatically know its a prisma update function
  • -if your intent includes delete, it will create a delete function
  • -if your intent includes update or save, it will create an update function
  • -otherwise it will create a create function
  • -right click in editor, under remix select automatic remix action
  • -kinda sweet, now when im done the ui its just one click to pretty much complete the action, no matter how many forms there are
  • -you still need to include the actual action function, along with getting your formdata and any other objects you may need
  • -Updated remix stack
  • -Adding all of shadCN blocks w/ its own submenu that branches by category currently adding them to a section in my stack, so the code is already added, just import where you want to use them, there is a section to view them when you get a dev server up and running not completed

Fixed

  • -Auto Remix Action
  • -formatter had an issue with json files
  • -configured formatter so that vscode would allow it to be set as a default
  • -updating the formatters to be more comprehensive, along with a more detailed viewing example, giving a code example for each and every config option
  • -restored context menu functionality that was removed during the recent update
  • -updated explorer/context add file to devstack
  • -fixed issue that effected ts, tsx, js and jsx formatters where if there was an error in the imports it would just error out and not format the file. Now it fixes those errors and will format the page after fixing these errors
  • -md editor various fixes include but not limited to:
  • -format of pasted content w/ inline editor
  • -creating custom keymap to ensure editor acts the same when dealing with unordered, ordered and checklists for example when pressing enter when you want to start a new line, it now continues the list unless there is no content on that line
  • -no longer automatically indents, unless current line is indented
  • -fixed issue with unordered lists
  • -fixed issue with current line hightlighting
  • -there were some other small fixes but I can't remember

Issue

  • -At this time, no issues to report that I'm aware of

DevStack: 2.0.0

Added

  • -Hopefully I can remember everything lol:
  • -new web based ui system that includes
  • -Formatter with real time viewer goal is to cover all file types
  • -rich text md editor incldues inline and split renderers, reference sheet, readme builder and more
  • -new snippets build packed with features to help create snippets faster and easier.... way easier and faster
  • -color wheels
  • -lucide icons
  • -md ref sheet
  • -vscode ref sheet
  • -new str ui both in vscode and web based
  • -convert v2 to v1 routing for remix
  • -new remix builder via npx create-remixv2
  • -install shadcn
  • -shadcn components on editor context
  • -add eslint and prettier configs
  • -install remix auth with scaffolding
  • -install remix otp with scaffolding
  • -custom remix stack
  • -react-router folder routing to mimic remix routing v1
  • -create mono repo
  • -create single app project
  • -convert single app project to mono repo
  • -build and deply configurator ui used to only be hard coded and not available to anyone
  • -str init
  • -str setup and build
  • -update prisma scripts through str
  • -through new ui create devstack cmds and chains, str cmds and chains, mds, snippets
  • -configure missing imports && add missing imports
  • -configure default apps
  • -vs code theme configurator that saves workspace, globally, clipboard and also converts to tailwind v3 and v4 if you love your theme that much you can even put it on your site with no extra effort
  • -in editor context menu:
  • -context snippets
  • -import snippets
  • -all of shadcns components inserted at cursor
  • -various remix functions and things inserted at cursor
  • -auto remix action builder
  • -open route in browser
  • -insert route files
  • -open object in schema
  • -open github repo in browser
  • -various github functions
  • -various formatters
  • -various devstack functionality
  • -theres more... but you get the point

Changed

  • -Superuser Task Runner ( name was changed at this time ), was merged into DevStack keeping all of the original functionality while at the same time building upon to make it easier for users with a new ui, instead of always editing config files with a cli based system

DevStack: 1.0.50

Fixed

  • -chain broke while I was fixing another function, didnt notice at the time but its back online
  • -the add chain functionality still hasnt been tested yet, I seem to just go straight to the config file for this for some reason, as this is the only reason I edit it manually
  • -speaking of which, for the best result for editing the config file if for some reason you do not use the in app function and edit at the source, save a back up, make your changes, close all vscode windows, delete global config file, copy and paste the back up over to take its place

DevStack: 0.1.6

Fixed

  • -weirdly saved all data from clipbaord while creating the snippet but, saving on close or when using shortcut, did not save

DevStack: 0.1.1

Added

  • -item type chain
  • -item type debianCMD

Fixed

  • -item type snippet, now opens the snippet correctly

DevStack: 1.0.19

Fixed

  • -Fixed issue with deleting files in repo

DevStack: Unreleased

Added

    Fixed

      Removed

        Changed

          Issue

            Superuser Task Runner Change Log

            Superuser Task Runner: Unreleased

            Changed

            • -Merged with devstack, keeping its orignial functionality intact, while adding on a complete ui to complete any function within the extension

            Superuser Task Runner: 1.0.19

            Fixed

            • -Fixed issue with deleting files in repo

            Superuser Task Runner: Unreleased

            Added

              Fixed

                Removed

                  Changed

                    Issue

                      Notes, to-do and things Change Log

                      Notes, to-do and things: 1.0.50

                      Removed

                      • -POSTGresQL DB

                      Notes, to-do and things: 1.0.30

                      Added

                      • -Chain displaying the items used for chain functions in the ui... is annoying tbh, as this feature has been used more then initially thought, even for simpler functions
                      • -format file, save all
                      • -save all, add, commit, push
                      • -save all, add, commit, push, patch
                      • -kill terminals, start dev and other scripts
                      • -save all, close editors, etc, etc
                      • -edited the config for each item, adding an optional hidden value
                      • -will be updating the default config with lesser functionality than whats being used. Just so you dont have to delete a bunch of items of first load. OR, have an option in the config dropdown to save a more in depth configuration with notes in the root folder to show everything, either or, will inlude what Im currently using in the global files to provide an example of how you can configure the nav
                      • -can toggle globally to display/hide items that are already set true, or individually hide them
                      • -this enables you to keep your chain items together, instead of all over the config
                      • -in the future, when adding a chain it will ask for you to input a label then, display a quick pick of all of your current items in your nav that you can choose to add, one after another in firing sequence, till you end the choice sequence, where you will be able to choose where it will end up in your nav
                      • -going this route makes everything a lot simpler, especially since the user will more than likely, already have the items they want to use in the chain in their config
                      • -you can still add a chain in the ui currently, but tbh its quicker to edit the config file due to adding the chain command, then subsequently adding the items you want to use for your chain after if they arent already in the config, hoping you spelled everything correctly, for this reason alone I still havent tested the ui but the new ui idea should make it a lot easier and quicker to accomplish
                      • -unintentioally adds another level of items to be stored, for those once in a fortnite used items with a rediculous amount of flags for the command line, or reference a piece of code you rarely use but want within arms reach, just toggle to display and once used, toggle back to hide them

                      Fixed

                      • -Issue where, if deleted files in one workspace. When you opened another it restored it on the repo rather then deleting it locally. Now on initial sync during workspace load, syncs properly with repo deleting local files if they were deleted on the repo

                      Notes, to-do and things: 1.0.19

                      Fixed

                      • -Fixed issue with deleting files in repo

                      Notes, to-do and things: 0.1.2

                      Fixed

                      • -server issues on editor route along with its children routes solved

                      Notes, to-do and things: Unreleased

                      Added

                        Fixed

                          Removed

                            Changed

                              Issue