Skip to content

Writing tailwind code#25

Merged
Kitenite merged 10 commits into
mainfrom
code
Jul 2, 2024
Merged

Writing tailwind code#25
Kitenite merged 10 commits into
mainfrom
code

Conversation

@Kitenite
Copy link
Copy Markdown
Contributor

@Kitenite Kitenite commented Jul 2, 2024

Description

What is the purpose of this pull request?

  • New feature
  • Documentation update
  • Bug fix
  • Refactor
  • Other

@Kitenite Kitenite changed the title Writing tailwind Writing tailwind code Jul 2, 2024
@Kitenite Kitenite merged commit 8ec985f into main Jul 2, 2024
@Kitenite Kitenite deleted the code branch July 2, 2024 19:25
t1c1 pushed a commit to t1c1/onlookbotcodes that referenced this pull request Jun 5, 2025
* Write tailwindCss from change

* Set up localtunnel
epinnock added a commit to epinnock/onlook that referenced this pull request Apr 23, 2026
After the user requested concrete scoping on the two blocked items,
Explore agent audit + code inspection found:

- **Task A unblocked**: sessionId source was the only open design
  question. Answer: extract from `/status` body's `manifestUrl`.
  Shipped `parseManifestUrl()` (5ab9a70) so the React hook layer
  doesn't re-implement URL parsing. Remaining work is pure React
  lifecycle + render-surface choice.

- **Task B likely done**: Queue onlook-dev#23-onlook-dev#25 status is stale. All .cpp
  files present + registered in pbxproj, install() called from
  index.js, mountOverlay wired inline. Operator validation on the
  Mac mini (Xcode 16.4, already unblocked) is the only remaining
  step before flipping onlook-dev#23-onlook-dev#25 to done.

Session log captures both findings with commit + file-path pointers
so the next operator / session has a precise starting point.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
epinnock added a commit to epinnock/onlook that referenced this pull request Apr 23, 2026
Photographic evidence for Task B native C++ JSI registration
working end-to-end on the Mac mini (Xcode 16.4, iPhone 16 Pro sim,
iOS 18.6). Captured via xcrun simctl io screenshot after the native
app boot completed with these log lines:

  [onlook-runtime] hermes ready
  composed combined bundle (1358487 bytes) at
    /tmp/onlook-combined.jsbundle
  [onlook-runtime] Fabric tap bridge registration requested
  [onlook-runtime] Fabric tap bridge attached to root view (attempt 1)
  [onlook-runtime-direct] installHostObject entered
  [onlook-runtime-direct] nativeLoggingHook installer completed

That log trace confirms:
1. OnlookRuntimeInstaller.cpp::install() executed at app launch
   (via index.js:104-117 TurboModuleRegistry.get(...).install() call)
2. Hermes JSI runtime accepted the host-object installation
3. Native Fabric tap bridge attached for tap-to-source
4. nativeLoggingHook published onto globalThis

**This validates Phase 9 Task B end-to-end.** Queue rows onlook-dev#23onlook-dev#25
flip partial → done. The Xcode 16.1 blocker referenced in the
task-queue notes is genuinely resolved.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
epinnock added a commit to epinnock/onlook that referenced this pull request Apr 23, 2026
…d partial → done

Phase 9 Task B validation complete. All three rows reference the
2026-04-23 Mac mini Xcode 16.4 + iOS 18.6 simulator session (via
SSH to scry-farmer@192.168.0.17):

  onlook-dev#23 OnlookRuntimeInstaller: install() executes at launch,
      publishes host-object + nativeLoggingHook (log trace
      confirmed).
  onlook-dev#24 OnlookRuntime_runApplication.cpp: compiles + links clean
      on x86_64 + arm64, wired through get() → makeHostMethod()
      → runApplicationImpl().
  onlook-dev#25 OnlookRuntime_reloadBundle.cpp: same — wired via
      reloadBundle() → reloadBundleImpl(). mountOverlay inline.

Evidence: `plans/adr/assets/v2-pipeline/post-h-native-sim.png`
(commit 2cdd2c0) captures the native Onlook launcher rendered on
iPhone 16 Pro sim.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant