-
Notifications
You must be signed in to change notification settings - Fork 765
Comparing changes
Open a pull request
base repository: marimo-team/marimo
base: 4f1d43f
head repository: marimo-team/marimo
compare: 3adac9c
- 15 commits
- 63 files changed
- 6 contributors
Commits on Apr 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cb11551 - Browse repository at this point
Copy the full SHA cb11551View commit details -
break: markdown width clamped for more readable typography (#4551)
Fixes #4548 This is a stylistic breaking change. We previously would make the output 100% regardless of whether it was markdown or not. Now: we make the output 100% width only for non-markdown. Markdown has it's own `max-width` set to `65ch` from the [tailwind typography](https://github.com/tailwindlabs/tailwindcss-typography) defaults. This can be unset via custom css in [app config](https://docs.marimo.io/guides/configuration/theming/), user config, or project config. To unset this add the css: ```css .markdown { max-width: unset !important; } ``` ------ <img width="1800" alt="image" src="https://github.com/user-attachments/assets/6c5db7fd-afb9-40cd-88c3-6f5006ef7042" /> ------- This is inline with how Observable does it as well (thanks to @manzt for pointing this out to me ealier this week unrelated to #4548) --------- Co-authored-by: Akshay Agrawal <akshay@marimo.io> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a2c780 - Browse repository at this point
Copy the full SHA 5a2c780View commit details
Commits on Apr 17, 2025
-
docs: new file format documentation (#4497)
## 📝 Summary Refreshes: - BYOE (bring your own editor) page - Fileformat tutorial Introduces: - Reusable functions page --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Akshay Agrawal <akshay@marimo.io>
Configuration menu - View commit details
-
Copy full SHA for f90b254 - Browse repository at this point
Copy the full SHA f90b254View commit details -
fix: Address mep feedback (#4557)
## 📝 Summary Thanks for stress testing @akshayka ! This: - **prevents name thrashing**, this is done by prefixing "reusable" names with a "*", which lets us detect if the last render was to "reusable" or not. Let me know if this seems like a bit of a hack, but keeping the name information seemed more useful that just - Adjusts some of the help text - Adds a link to the docs in #4497 --------- Co-authored-by: Akshay Agrawal <akshay@marimo.io> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a612214 - Browse repository at this point
Copy the full SHA a612214View commit details -
feat: display singular label in
FileUploadPluginfor single files (#……4569) ## 📝 Summary These changes ensure that `FileUploadPlugin` displays singularized label when uploading multiple files is disallowed. That is: `mo.ui.file(kind="area", multiple=False)` will render with label "Drag and drop a file here, or click to open file browser" instead of "Drag and drop files here, or click to open file browser". ## 🔍 Description of Changes - Extended default label construction logic in `frontend/src/plugins/impl/FileUploadPlugin.tsx` - Added dedicated stories for single file inputs via *area* and *button* variants - Added E2E test case ## 📋 Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [x] I have added tests for the changes made. - [x] I have run the code and verified that it works as expected.
Configuration menu - View commit details
-
Copy full SHA for bbbaf49 - Browse repository at this point
Copy the full SHA bbbaf49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 237e746 - Browse repository at this point
Copy the full SHA 237e746View commit details -
Remove (#faq-show-code) from show code FAQ (#4559)
(#faq-show-code) was attached to the title of the show code FAQ Original title: ## How do I show cell code in the app view?(#faq-show-code) Original link: https://docs.marimo.io/faq/#how-do-i-show-cell-code-in-the-app-viewfaq-show-code  ## 📜 Reviewers @mscolnick
Configuration menu - View commit details
-
Copy full SHA for b5285e5 - Browse repository at this point
Copy the full SHA b5285e5View commit details -
feat: release reusable functions (#4560)
## 📝 Summary Flag removal to turn on toplevel definitions. Just in queue Deps: #4497 -> #4557 -> this @akshayka OR @mscolnick --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for beea536 - Browse repository at this point
Copy the full SHA beea536View commit details -
examples: refresh fastapi example (#4562)
## 📝 Summary fastapi example with direct function calls Speaking of e2e testing, the example refresh threw an error I couldn't easily seem to replicate through tests, but unsure of how long it's been there @mscolnick
Configuration menu - View commit details
-
Copy full SHA for f67d6cf - Browse repository at this point
Copy the full SHA f67d6cfView commit details
Commits on Apr 18, 2025
-
docs: minor function fileformat edits (#4576)
Minor edits * explain returned defs * simplify reusing functions doc
Configuration menu - View commit details
-
Copy full SHA for c590c80 - Browse repository at this point
Copy the full SHA c590c80View commit details -
docs: update links to examples and gallery (#4577)
Point to new usage examples on docs.
Configuration menu - View commit details
-
Copy full SHA for 56351fd - Browse repository at this point
Copy the full SHA 56351fdView commit details -
fix: use context.issue in notify translators (#4587)
The previous workflow used an API that doesn't exist on merged pull requests (`github.event`)
Configuration menu - View commit details
-
Copy full SHA for 05a54ab - Browse repository at this point
Copy the full SHA 05a54abView commit details -
fix: get node version edge case (#4590)
Fix marimo env when node version is not obtainable. Came up in #4581
Configuration menu - View commit details
-
Copy full SHA for 3a2cc3b - Browse repository at this point
Copy the full SHA 3a2cc3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc8234 - Browse repository at this point
Copy the full SHA 2cc8234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3adac9c - Browse repository at this point
Copy the full SHA 3adac9cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4f1d43f...3adac9c