Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- (GH #969) Automate building wasm with npm
- (GH #983) Make elements more semantic and improve accessibility for screen reader users
- (GH #989) Make selected Display Options consistent when browsing between pages
- (GH #944) Create new Taginput component to replace Buefy's taginput component
- (GL #944) Replace buefy upload button with a new component: `CUploadButton`

### Changed
Expand All @@ -65,7 +66,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- (GH #601) Implement new visual style using `csc-ui` in rest of the login and error pages
- (GH #601) Add a language selector to login page menu bar, using `csc-ui`
- (GH #920) Optimize docker builds, making them faster by leveraging more caching mechanisms and removing unnecessary package installation
- (GH #1007) Create new Taginput component to replace Buefy's taginput component
- (GH #1009) Replace buefy toasts with c-toasts from `csc-ui`
- (GH #1014) Replace buefy snackbars with custom c-toasts from `csc-ui`
- (GL #944) Replace buefy b-input with c-text-field from `csc-ui`
Expand All @@ -77,7 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- (GH #1025) add timeout to `requests` as recommended by `bandit`
- (GL #944) Replace buefy dialogs with c-modal from `csc-ui`
- (GL #944) Replace buefy notifications with c-toasts from `csc-ui`

- (GL #944) Replace buefy Autocomplete component with c-autocomplete from `csc-ui`
### Fixed

- (GH #704) Fix lost folder structure in shared mode uploads
Expand Down
2 changes: 1 addition & 1 deletion swift_browser_ui_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"buefy": "^0.9.22",
"bulma": "^0.9.4",
"cli-highlight": "^2.1.11",
"csc-ui": "^0.6.18",
"csc-ui": "github:hannyle/csc-ui",
"csc-ui-vue-directive": "^0.0.6",
"core-js": "^3.27.2",
"dexie": "^3.2.3",
Expand Down
Loading