Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
ecfec98
Add confirmation dialog.
amovar18 Oct 16, 2025
4afd252
Add hover card component
amovar18 Oct 16, 2025
c3d6c9a
Add sheet component.
amovar18 Oct 16, 2025
3988177
Add comments and typography component
amovar18 Oct 16, 2025
0efe21f
Add comment stories
amovar18 Oct 20, 2025
7afd25c
Fix stories for comment.
amovar18 Oct 20, 2025
193af62
Merge branch 'develop' of github.com:rtCamp/frappe-components into fe…
amovar18 Oct 20, 2025
f795a0e
Add sheet dialog
amovar18 Oct 20, 2025
d44833a
Fix inputs
amovar18 Oct 20, 2025
cec9aa2
Fix comment styles
amovar18 Oct 21, 2025
ffc8b2e
Fix sheet
amovar18 Oct 23, 2025
418d6c0
Add handlers to comments
amovar18 Oct 23, 2025
6cdebf2
Fix confirmation dialog
amovar18 Oct 23, 2025
f46867f
Fix autocomplete
amovar18 Oct 23, 2025
873f9d9
fix autocomplete width
mayan-000 Nov 28, 2025
cde0182
Merge pull request #84 from rtCamp/fix/autocomplete
mohdsayed Dec 1, 2025
d03ce79
Bump pacakge version
mohdsayed Dec 1, 2025
236c9b8
Merge pull request #85 from rtCamp/release/bump-version
mohdsayed Dec 1, 2025
b7a0877
Fix: typescript build error for list provider
amovar18 Dec 1, 2025
0897360
Fix console.log
amovar18 Dec 1, 2025
0a098fb
Merge pull request #86 from rtCamp/fix/build-errors
mohdsayed Dec 1, 2025
15c7dcb
Merge branch 'main' of github.com:rtCamp/frappe-components into feat/…
amovar18 Dec 1, 2025
ade8171
Fix autocomplete
amovar18 Dec 1, 2025
b2692d6
Update Autocomplete component styles for better responsiveness
mayan-000 Dec 2, 2025
864c695
Merge pull request #87 from rtCamp/fix/autocomplete
mohdsayed Dec 2, 2025
50f7aa4
Fix autocomplete width.
amovar18 Dec 2, 2025
d9aac9f
Merge pull request #88 from rtCamp/fix/autocomplete
mohdsayed Dec 2, 2025
d6c851e
Bump version to v1.0.0
mohdsayed Dec 2, 2025
b514c7b
Merge pull request #89 from rtCamp/release/v1.0.0
mohdsayed Dec 2, 2025
b1b7742
Merge branch 'main' of github.com:rtCamp/frappe-components into feat/…
amovar18 Dec 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .storybook/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addons.setConfig({
theme: create({
base: "light",
brandTitle:
'<h1 id="fur-title">frappe-ui-react</h1> <span id="fur-version">(v1.0.0-beta.3)</span>', // update version as per package.json
'<h1 id="fur-title">frappe-ui-react</h1> <span id="fur-version">(v1.0.0)</span>', // update version as per package.json
brandUrl: undefined, // disables link on the title
brandImage: undefined,

Expand Down
Loading