Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfct: decompose blocks into its own namespace #1033

Merged
merged 5 commits into from
Apr 24, 2021

Conversation

tangjeff0
Copy link
Collaborator

@tangjeff0 tangjeff0 commented Apr 24, 2021

Rebase, close #1011

before

src/cljs/athens/views/
├── pages
│   ├── all_pages.cljs
│   ├── block_page.cljs
│   ├── core.cljs
│   ├── daily_notes.cljs
│   ├── graph.cljs
│   ├── node_page.cljs
│   ├── page.cljs
│   └── settings.cljs
├── alerts.cljs
├── app_toolbar.cljs
├── athena.cljs
├── blocks.cljs
├── breadcrumbs.cljs
├── buttons.cljs
├── data_browser.cljs
├── devtool.cljs
├── dropdown.cljs
├── filesystem.cljs
├── filters.cljs
├── left_sidebar.cljs
├── modal.cljs
├── presence.cljs
├── right_sidebar.cljs
├── spinner.cljs
├── textinput.cljs
└── toggle_switch.cljs

after

src/cljs/athens/views/
├── blocks
│   ├── autocomplete_search.cljs
│   ├── autocomplete_slash.cljs
│   ├── bullet.cljs
│   ├── content.cljs
│   ├── context_menu.cljs
│   ├── core.cljs
│   ├── drop_area_indicator.cljs
│   ├── textarea_keydown.cljs
│   ├── toggle.cljs
│   └── tooltip.cljs
├── pages
│   ├── all_pages.cljs
│   ├── block_page.cljs
│   ├── core.cljs
│   ├── daily_notes.cljs
│   ├── graph.cljs
│   ├── node_page.cljs
│   ├── page.cljs
│   └── settings.cljs
├── alerts.cljs
├── app_toolbar.cljs
├── athena.cljs
├── breadcrumbs.cljs
├── buttons.cljs
├── data_browser.cljs
├── devtool.cljs
├── dropdown.cljs
├── filesystem.cljs
├── filters.cljs
├── left_sidebar.cljs
├── modal.cljs
├── presence.cljs
├── right_sidebar.cljs
├── spinner.cljs
├── textinput.cljs
└── toggle_switch.cljs

@tangjeff0 tangjeff0 changed the title rfct: group pages into new namespace (#1005) rfct: decompose blocks into its own namespace (#1005) Apr 24, 2021
@tangjeff0 tangjeff0 changed the title rfct: decompose blocks into its own namespace (#1005) rfct: decompose blocks into its own namespace Apr 24, 2021
@tangjeff0 tangjeff0 merged commit 6023c44 into athensresearch:master Apr 24, 2021
@tangjeff0 tangjeff0 deleted the rfct-blocks-2 branch April 24, 2021 18:56
korlaism pushed a commit to korlaism/athens that referenced this pull request Jul 19, 2021
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