Conversation
…user update logic feat: enhance pricing component with collapsible features and improved layout chore: remove unused XMLView component and related props fix: update user context to ensure proper type handling
…ext handling, and enhance pricing component
…n references - Updated README to clarify deployment reconciliation process. - Removed platform version column from database models and related operations. - Adjusted OpenAPI schemas and generated types to reflect removal of platform version. - Modified compute and operation services to eliminate platform version handling. - Enhanced application creation logic to focus on reconciliation rather than versioning. - Updated tests to align with the new reconciliation approach and removed platform version assertions. - Improved documentation for applications to clarify their purpose and usage.
- Added async functions to fetch active users and their memberships in the user service. - Introduced email normalization in the environment settings using a dedicated function. - Updated authentication models to utilize the new email normalization logic. - Refactored application and organization routes to leverage async session management for access control. - Improved role access checks in organization routes by removing redundant membership checks. - Enhanced XML rendering components by refining type definitions and improving prop handling. - Updated documentation to clarify the LongLink Platform's role in managing applications and resources. - Refactored tests to ensure compatibility with new type definitions and async behavior.
…lidation comments
- Updated Action adapter to use resolveRequestUrl for action URL resolution. - Changed For adapter to use XmlContext.Provider instead of ContextProvider. - Modified Link adapter to utilize resolveNavigationUrl for href resolution. - Refactored TabList adapter to use resolveNavigationUrl for tab hrefs. - Updated Table adapter to use XmlContext.Provider for row context. - Simplified binding logic in binding.ts by consolidating value assignment. - Exported XmlContext from context.tsx and removed ContextProvider. - Enhanced renderNode function to streamline parameter handling and conditional rendering. - Added resolveNavigationUrl function to handle app-relative URLs. - Adjusted XmlLayout to set active tab based on resolved tabs. - Improved RenderXML to manage subscriptions and context more effectively. - Removed unused globals helper file and refactored context tests to eliminate global fetch mocking. - Updated renderers tests to simplify context usage and improve clarity.
- Updated Vite dependency from 0.2.6 to 0.2.8 in package.json. - Refactored View component to improve handling of active page state and error management. - Enhanced TopLayout component to conditionally render Card and Stack based on height and tab presence. - Updated CheckboxInput, Dialog, FileInput, NumberInput, RadioList, Selector, SideNav, Slider, Switch, TabList, TextInput, and TextArea adapters to use setXmlBinding for state management. - Introduced resolveXmlContent function to streamline content resolution in Code, Heading, Text, and other components. - Improved error handling and value normalization in props and binding utilities. - Cleaned up unnecessary code and improved readability across various components.
… exception handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary