aboutsummaryrefslogtreecommitdiff
path: root/test/system/searches_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* search: Only show the 'Save' link upon changeMiquel Sabaté Solà2025-09-101-0/+3
| | | | | | | | The previous behavior of just toggling between 'hidden' classes was just too naive, we need to check that the value has changed from the initial one in order to show that to the user. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Re-order the top bar layoutMiquel Sabaté Solà2025-08-081-3/+1
| | | | | | | Move actions in a way that make more sense after some usage of this application. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* tags: attempt to modify searches on tag renameMiquel Sabaté Solà2024-03-201-1/+1
| | | | | | | | | | | We don't want to break existing searches upon renaming a tag, since most of searches will be based on tag names. NOTE: if the UI of searches is improved, maybe the `tags:""` clause can contain tag ids instead of names, and hence we won't need all this dance afterwards. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added rubocop-minitestMiquel Sabaté Solà2024-03-141-5/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Initial commitMiquel Sabaté Solà2024-03-131-0/+123
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>