bymyself
|
ff0c15b119
|
merge main into rh-test
|
2025-09-28 15:33:29 -07:00 |
|
Benjamin Lu
|
7a1a2dd654
|
fix: Make bottom panel tab titles reactive to language changes (#5077)
* computed extraMenuItems
* add i18n key option
* underline fix
* Update locales [skip ci]
* restore title
* Update locales [skip ci]
* refactor: Extract tab title logic to helper method for better readability
- Moved complex nested ternary logic from template to getTabDisplayTitle helper
- Improves code readability and maintainability
- Addresses review feedback about using computed/method for performance
---------
Co-authored-by: github-actions <github-actions@github.com>
|
2025-08-18 19:27:21 -04:00 |
|
Johnpaul Chiwetelu
|
70c06d10bb
|
Keyboard Shortcut Bottom Panel (#4635)
|
2025-08-07 11:51:23 -07:00 |
|
Benjamin Lu
|
b22713daf0
|
Add source prop to commands (#3429)
Co-authored-by: Benjamin Lu <templu1107@proton.me>
Co-authored-by: github-actions <github-actions@github.com>
|
2025-04-12 21:20:53 -04:00 |
|
Chenlei Hu
|
2db29fc2af
|
[TS] Fix ts-strict errors in Vue components (Part 1) (#3119)
|
2025-03-17 21:15:00 -04:00 |
|
Chenlei Hu
|
6525ae7cf4
|
[Refactor] Rename hooks/ to composables/ (#2437)
|
2025-02-05 15:05:56 -05:00 |
|
Chenlei Hu
|
d8f074fea0
|
[Lint] Sort imports (#2104)
|
2024-12-30 17:26:37 -05:00 |
|
Chenlei Hu
|
4997d13219
|
[i18n] Add commands label translation (#1890)
* [i18n] Add commands label translation
* Use translation
|
2024-12-12 09:28:47 -08:00 |
|
pythongosssss
|
b5f0c4bf73
|
[Electron] Terminal commands (#1531)
* Add live terminal output
* Fix scrolling
* Refactor loading
* Fallback to polling if endpoint fails
* Comment
* Move clientId to executionStore
Refactor types
* Remove polling
* wip terminal command input
* Refactor to use node-pty
* Hide tabs if not electron
* Lint fix
* ts fix
* Refactor tab components
|
2024-11-17 14:43:08 -05:00 |
|
Chenlei Hu
|
377fed584f
|
[Extension API] Register custom bottom panel tabs (#1296)
* Bottom panel API
* Update README
|
2024-10-24 19:58:44 -04:00 |
|
Chenlei Hu
|
14a6687cc9
|
Integrated terminal (#1295)
* Add terminal tab
* Add basic terminal
* Style terminal
* Add keybinding
* Auto scroll:
* Mock for jest test
|
2024-10-24 17:31:00 -04:00 |
|
Chenlei Hu
|
d142893244
|
Add bottom panel support (#1294)
* Add bottom panel
* Bottom panel store
* Extract ExtensionSlot component
* Tab rendering
* Add toggle button on top menu bar
* nit
* Add toggle button tooltip
* Add command
|
2024-10-24 15:15:19 -04:00 |
|