To try this, there use secret code below.
Within the app, navigate to any project and press the following sequence
of characters `aip` (make sure a text field is not selected)
This commit enhances README.md readability with proper capitalization, clarifies Versioning and Releasing sections, and renames "Icon Preperation" to "Icon generation". Additionally, it introduces a dynamic height for the file list container in commit/+page.svelte based on the viewport height.
This commit enhances README.md readability with proper capitalization, clarifies Versioning and Releasing sections, and renames "Icon Preperation" to "Icon generation". Additionally, it introduces a dynamic height for the file list container in commit/+page.svelte based on the viewport height.
- Improved terminal experience by handling 'Close' messages and reloading the page
- Added logic to send a Close message to the websocket when EOF is reached
- Changed the `terminal` function to a reactive declaration and added a `setupTerminal` function call
This commit updates the linear gradient color in FileActivity and makes UI improvements in player and settings pages. The changes include modifying input elements and button layouts for better organization and accessibility.
Changes:
- Changed gradient color to #9565FF in FileActivity.svelte
- Added hunk-controller-container div for better input organization in player page
- Updated footer layout in settings page to align the button to the right
This commit improves the visualization of diffs in the CodeViewer and makes several adjustments to the interface, which enhances the user experience.
Changes:
- Add padding to code lines and update line colors for context, split, and diff classes.
- Modify background color values for addition and deletion markers.
- Add contrasting text color to addition inner diffs: white.
- Update lineClass assignment in DiffViewer.svelte to reflect new colors.
- Reorganize project overview page: move work-in-progress sidebar to the right.
- Rename class "work-in-progress-sidebar" to "side-panel" for clearer naming convention.
This commit removes an unnecessary blank line from the README.md file. This change is minimal but helps maintain the consistency and cleanliness of the documentation.
- Update hotkeys for `Commit` and `Terminal` commands
- Remove `Quick commit` command
- Add `Replay History` command
- Update hotkey split from ` ` to `+`
[src/lib/components/CommandPalette/commands.ts]
- Change the hotkey for `Commit` from `Shift C` to `Shift+C`
- Change the hotkey for `Terminal` from `Shift T` to `Shift+T`
- Remove the `Quick commit` command
- Add a `Replay History` command with no hotkey
[src/lib/components/CommandPalette/CommandPalette.svelte]
- Change the hotkey split from ` ` to `+`